mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Apply suggestions from code review
This commit is contained in:
parent
088b5b14f6
commit
01d4a1fa3a
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ process AMPIR {
|
|||
|
||||
output:
|
||||
tuple val(meta), path("*.faa"), emit: amps_faa
|
||||
tuple val(meta), path("*.tsv"), emit: amps_csv
|
||||
tuple val(meta), path("*.tsv"), emit: amps_tsv
|
||||
path "versions.yml" , emit: versions
|
||||
|
||||
when:
|
||||
|
|
|
@ -50,7 +50,7 @@ output:
|
|||
type: file
|
||||
description: File containing AMP predictions in amino acid FASTA format
|
||||
pattern: "*.{faa}"
|
||||
- amps_csv:
|
||||
- amps_tsv:
|
||||
type: file
|
||||
description: File containing AMP predictions in TSV format
|
||||
pattern: "*.tsv"
|
||||
|
|
Loading…
Reference in a new issue