Description

split single end read groups by length and merge paired end reads

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

Single input BAM file.

*.bam

bai{:bash}

:file

The BAI file for the input BAM file

*.bai

read_group_settings{:bash}

:file

TXT file containing the split and merge settings for each readgroup. Each line consist of one readgroup, single/double identifier and the maximum cycle number of the sequencer. e.g. “RG1 single 100”

*.txt

blacklist{:bash}

:file

blacklist.txt (optional), A txt file with blacklisted read names that should be ignored and just written to file, each on a new line

*.txt

Output

name:type
description
pattern

bam{:bash}

meta{:bash}

:map

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

*_mergedReads.bam{:bash}

:file

A BAM file with suffix_mergedReads.bam

*_mergedReads.bam

txt{:bash}

meta{:bash}

:map

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

*.txt.gz{:bash}

:file

A file listing all reads that were filtered out in the merging process with suffix_ignoredReads.txt.gz

*.txt.gz

versions_atlas{:bash}

${task.process}{:bash}

:string

The name of the process

atlas{:bash}

:string

The name of the tool

atlas | sed -e '2!d;s/.*Atlas //'{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

atlas{:bash}

:string

The name of the tool

atlas | sed -e '2!d;s/.*Atlas //'{:bash}

:eval

The expression to obtain the version of the tool

Tools

atlas
GPL v3

ATLAS, a suite of methods to accurately genotype and estimate genetic diversity