Skip to content

Commit

Permalink
Genericised pdb emission
Browse files Browse the repository at this point in the history
  • Loading branch information
jscgh committed Nov 5, 2024
1 parent b58be9f commit 11a2d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/run_rosettafold_all_atom.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ process RUN_ROSETTAFOLD_ALL_ATOM {

output:
path ("${fasta.baseName}*")
tuple val(meta), path ("${fasta.baseName}*pdb"), emit: pdb
tuple val(meta), path ("*pdb"), emit: pdb
tuple val(meta), path ("*_mqc.tsv"), emit: multiqc
path "versions.yml", emit: versions

Expand Down

0 comments on commit 11a2d9f

Please sign in to comment.