Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mapo9 committed Nov 24, 2023
1 parent 07e5a20 commit f8f958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/changeo/changeo_convertdb_fasta.nf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ process CHANGEO_CONVERTDB_FASTA {
tuple val(meta), path(tab) // sequence tsv in AIRR format

output:
tuple val(meta), path("*.fasta"), emit: fasta // sequence tsv in AIRR format
tuple val(meta), path("*.fasta"), emit: fasta // sequence in fasta format
path "versions.yml" , emit: versions
path "*_command_log.txt" , emit: logs

Expand Down

0 comments on commit f8f958c

Please sign in to comment.