mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
(another) fix: picard sortsam (#606)
* Add picard/sortsam module * Fix container links * Changes after code review * Input meta in the right place * Correct output file suffix * Define only `bam` in output tuple * Correct output meta Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
217303f5c1
commit
2d26b037a1
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ output:
|
|||
- bam:
|
||||
type: file
|
||||
description: Sorted BAM/CRAM/SAM file
|
||||
pattern: "*sorted.{bam}"
|
||||
pattern: "*.{bam}"
|
||||
|
||||
|
||||
authors:
|
||||
|
|
Loading…
Reference in a new issue