Skip to content

Commit

Permalink
Update modules/local/run_alphafold2.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Espinosa-Carrasco <[email protected]>
  • Loading branch information
ziadbkh and JoseEspinosa authored Oct 3, 2024
1 parent f0aaa57 commit 3cf523f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/run_alphafold2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ process RUN_ALPHAFOLD2 {
output:
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 ("${fasta.baseName}/*_msa.tsv") , emit: msa
tuple val(meta), path ("*_mqc.tsv"). , emit: multiqc
path "versions.yml", emit: versions

when:
Expand Down

0 comments on commit 3cf523f

Please sign in to comment.