Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziad Al Bkhetan committed Oct 3, 2024
1 parent 4e2ce1e commit 62669fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/run_alphafold2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ process RUN_ALPHAFOLD2 {
path ("${fasta.baseName}*")
tuple val(meta), path ("${fasta.baseName}/ranked*pdb"), emit: pdb
tuple val(meta), path ("${fasta.baseName}/*_msa.tsv") , emit: msa
tuple val(meta), path ("*_mqc.tsv"). , emit: multiqc
tuple val(meta), path ("*_mqc.tsv") , emit: multiqc
path "versions.yml", emit: versions

when:
Expand Down

0 comments on commit 62669fe

Please sign in to comment.