(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:
James A. Fellows Yates 2021-07-21 15:51:33 +02:00 committed by GitHub
parent 217303f5c1
commit 2d26b037a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ output:
- bam:
type: file
description: Sorted BAM/CRAM/SAM file
pattern: "*sorted.{bam}"
pattern: "*.{bam}"
authors: