mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Relabel input parameter
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
96d3b0a18b
commit
1f66954180
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ input:
|
|||
type: file
|
||||
description: A sorted (with samtools sort) and trimmed (with iVar trim) bam file
|
||||
pattern: "*.bam"
|
||||
- ref:
|
||||
- fasta:
|
||||
type: file
|
||||
description: The reference sequence used for mapping and generating the BAM file
|
||||
pattern: "*.fa"
|
||||
|
|
Loading…
Reference in a new issue