Description

shuffles and groups reads together by their names

Input

name:type
description
pattern

meta

:map

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

input

:file

BAM/CRAM/SAM file

*.{bam,cram,sam}

meta2

:map

Groovy Map containing reference information e.g. [ id:‘genome’ ]

fasta

:file

Reference genome file

*.{fa,fasta}

fai

:file

Reference genome index file

*.fai

Output

name:type
description
pattern

bam

meta

:map

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

*.bam

:file

Sorted BAM

*.{bam}

cram

meta

:map

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

*.cram

:file

Sorted CRAM

*.{cram}

sam

meta

:map

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

*.sam

:file

Sorted SAM

*.{sam}

versions_samtools

${task.process}

:string

The name of the process

samtools

:string

The name of the tool

samtools version | sed '1!d;s/.* //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

samtools

:string

The name of the tool

samtools version | sed '1!d;s/.* //'

:eval

The expression to obtain the version of the tool