Description

Controllable lossy compression of BAM/CRAM files

Input

name:type
description
pattern

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

input{:bash}

:file

BAM/CRAM/SAM file

*.{bam,cram,sam}

keepbed{:bash}

:file

BED file defining regions to keep quality

bedout{:bash}

:boolean

set to true to output suspicious regions to a BED file

Output

name:type
description
pattern

bam{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.bam{:bash}

:file

optional filtered/compressed BAM file

*.{bam}

cram{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.cram{:bash}

:file

optional filtered/compressed CRAM file

*.{cram}

sam{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.sam{:bash}

:file

optional filtered/compressed SAM file

*.{sam}

bed{:bash}

meta{:bash}

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

*.bed{:bash}

:file

optional suspicious regions BED file

*{bed}

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

crumble
multiple BSD style licenses

Controllable lossy compression of BAM/CRAM files