2022-02-14 16:30:48 +00:00
|
|
|
name: biobambam_bammarkduplicates2
|
|
|
|
description: Locate and tag duplicate reads in a BAM file
|
|
|
|
keywords:
|
2022-02-15 11:15:27 +00:00
|
|
|
- markduplicates
|
|
|
|
- bam
|
|
|
|
- cram
|
2022-02-14 16:30:48 +00:00
|
|
|
tools:
|
2022-02-15 11:15:27 +00:00
|
|
|
- biobambam:
|
|
|
|
description: |
|
|
|
|
biobambam is a set of tools for early stage alignment file processing.
|
|
|
|
homepage: https://gitlab.com/german.tischler/biobambam2
|
|
|
|
documentation: https://gitlab.com/german.tischler/biobambam2/-/blob/master/README.md
|
|
|
|
doi: 10.1186/1751-0473-9-13
|
|
|
|
licence: ["GPL v3"]
|
2022-02-14 16:30:48 +00:00
|
|
|
input:
|
2022-02-15 11:15:27 +00:00
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: BAM/CRAM file
|
|
|
|
pattern: "*.{bam,cram}"
|
2022-02-14 16:30:48 +00:00
|
|
|
output:
|
2022-02-15 11:15:27 +00:00
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: BAM file with duplicate reads marked/removed
|
|
|
|
pattern: "*.{bam}"
|
|
|
|
- metrics:
|
|
|
|
type: file
|
|
|
|
description: Duplicate metrics file generated by biobambam
|
|
|
|
pattern: "*.{metrics.txt}"
|
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
2022-02-14 16:30:48 +00:00
|
|
|
authors:
|
2022-02-15 11:15:27 +00:00
|
|
|
- "@muffato"
|