Skip to content

Commit

Permalink
Merge pull request nf-core#288 from mapo9/fix_comment
Browse files Browse the repository at this point in the history
fixed comment im changeo_convertdb_fasta
  • Loading branch information
ggabernet authored Feb 8, 2024
2 parents 4bf4f7d + f8f958c commit dd0ef85
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 dd0ef85

Please sign in to comment.