2022-02-19 02:17:58 +00:00
|
|
|
name: picard_cleansam
|
2022-02-25 18:06:39 +00:00
|
|
|
description: Cleans the provided BAM, soft-clipping beyond-end-of-reference alignments and setting MAPQ to 0 for unmapped reads
|
2022-02-19 02:17:58 +00:00
|
|
|
keywords:
|
|
|
|
- clean
|
|
|
|
- bam
|
|
|
|
tools:
|
|
|
|
- picard:
|
|
|
|
description: |
|
|
|
|
A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS)
|
|
|
|
data and formats such as SAM/BAM/CRAM and VCF.
|
|
|
|
homepage: https://broadinstitute.github.io/picard/
|
|
|
|
documentation: https://gatk.broadinstitute.org/hc/en-us/articles/360036491452-CleanSam-Picard-
|
|
|
|
tool_dev_url: https://github.com/broadinstitute/picard
|
|
|
|
licence: ["MIT"]
|
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- sam:
|
|
|
|
type: file
|
2022-02-25 18:06:39 +00:00
|
|
|
description: BAM file
|
|
|
|
pattern: "*.{bam}"
|
2022-02-19 02:17:58 +00:00
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
|
|
|
- sam:
|
|
|
|
type: file
|
2022-02-25 18:06:39 +00:00
|
|
|
description: Cleaned BAM file
|
|
|
|
pattern: "*.{bam}"
|
2022-02-19 02:17:58 +00:00
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@sateeshperi"
|
|
|
|
- "@mjcipriano"
|
|
|
|
- "@hseabolt"
|