2021-07-26 18:07:29 +00:00
|
|
|
name: variantbam
|
|
|
|
description: Filtering, downsampling and profiling alignments in BAM/CRAM formats
|
|
|
|
keywords:
|
|
|
|
- filter
|
|
|
|
- bam
|
|
|
|
- subsample
|
|
|
|
- downsample
|
|
|
|
- downsample bam
|
|
|
|
- subsample bam
|
|
|
|
tools:
|
|
|
|
- variantbam:
|
|
|
|
description: Filtering and profiling of next-generational sequencing data using region-specific rules
|
|
|
|
homepage: https://github.com/walaj/VariantBam
|
|
|
|
documentation: https://github.com/walaj/VariantBam#table-of-contents
|
|
|
|
tool_dev_url: https://github.com/walaj/VariantBam
|
|
|
|
doi: 10.1093/bioinformatics/btw111
|
|
|
|
licence: ['Apache2']
|
|
|
|
|
|
|
|
input:
|
|
|
|
- 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}"
|
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-07-26 18:07:29 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-07-26 18:07:29 +00:00
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: Filtered or downsampled BAM file
|
|
|
|
pattern: "*.{bam}"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@bjohnnyd"
|