mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update software/bowtie/align/meta.yml
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
41329b8982
commit
dc4108fd9b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ input:
|
||||||
description: Bowtie genome index files
|
description: Bowtie genome index files
|
||||||
pattern: "*.ebwt"
|
pattern: "*.ebwt"
|
||||||
output:
|
output:
|
||||||
- sam:
|
- bam:
|
||||||
type: file
|
type: file
|
||||||
description: Output SAM file containing read alignments
|
description: Output SAM file containing read alignments
|
||||||
pattern: "*.{sam}"
|
pattern: "*.{sam}"
|
||||||
|
|
Loading…
Reference in a new issue