Skip to content

Commit

Permalink
Update modules/nf-core/foldmason/createdb/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Espinosa-Carrasco <[email protected]>
  • Loading branch information
luisas and JoseEspinosa authored Dec 9, 2024
1 parent 3ed5472 commit da06679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/foldmason/createdb/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ process FOLDMASON_CREATEDB {
'community.wave.seqera.io/library/foldmason:2.7bd21ed--e7f739473ad6578d' }"

input:
tuple val(meta) , path(pdbs)
tuple val(meta) , path(structures)

output:
tuple val(meta), path("${prefix}*"), emit: db
Expand Down

0 comments on commit da06679

Please sign in to comment.