mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +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:
|
output:
|
||||||
tuple val(meta), path("*.faa"), emit: amps_faa
|
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
|
path "versions.yml" , emit: versions
|
||||||
|
|
||||||
when:
|
when:
|
||||||
|
|
|
@ -50,7 +50,7 @@ output:
|
||||||
type: file
|
type: file
|
||||||
description: File containing AMP predictions in amino acid FASTA format
|
description: File containing AMP predictions in amino acid FASTA format
|
||||||
pattern: "*.{faa}"
|
pattern: "*.{faa}"
|
||||||
- amps_csv:
|
- amps_tsv:
|
||||||
type: file
|
type: file
|
||||||
description: File containing AMP predictions in TSV format
|
description: File containing AMP predictions in TSV format
|
||||||
pattern: "*.tsv"
|
pattern: "*.tsv"
|
||||||
|
|
Loading…
Reference in a new issue