2021-06-07 11:07:32 +00:00
|
|
|
name: samtools_merge
|
|
|
|
description: Merge BAM file
|
|
|
|
keywords:
|
|
|
|
- merge
|
|
|
|
- bam
|
|
|
|
- sam
|
|
|
|
- cram
|
|
|
|
tools:
|
|
|
|
- samtools:
|
|
|
|
description: |
|
|
|
|
SAMtools is a set of utilities for interacting with and post-processing
|
|
|
|
short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li.
|
|
|
|
These files are generated as output by short read aligners like BWA.
|
|
|
|
homepage: http://www.htslib.org/
|
|
|
|
documentation: hhttp://www.htslib.org/doc/samtools.html
|
|
|
|
doi: 10.1093/bioinformatics/btp352
|
2021-10-22 22:39:54 +00:00
|
|
|
licence: ['MIT']
|
2021-06-07 11:07:32 +00:00
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- bam:
|
|
|
|
type: file
|
|
|
|
description: BAM file
|
|
|
|
pattern: "*.{bam,cram,sam}"
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- merged_bam:
|
|
|
|
type: file
|
|
|
|
description: BAM file
|
|
|
|
pattern: "*.{bam}"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-06-07 11:07:32 +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-06-07 11:07:32 +00:00
|
|
|
authors:
|
|
|
|
- "@drpatelh"
|
|
|
|
- "@yuukiiwa "
|
|
|
|
- "@maxulysse"
|