Description

readCounter function from HMMcopy utilities, used to generate read in windows

Input

name:type
description
pattern

meta{:bash}

:map

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

bam{:bash}

:file

BAM/CRAM file

*.{bam,cram}

bai{:bash}

:file

BAM/CRAM index file

*.{bai}

meta2{:bash}

:map

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

fasta{:bash}

:file

Genome fasta file. Required when using a CRAM file.

Output

name:type
description
pattern

wig{:bash}

meta{:bash}

:map

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

*.wig{:bash}

:file

A wig file with the number of reads lying within each window in each chromosome

*.wig

versions_hmmcopy{:bash}

${task.process}{:bash}

:string

The name of the process

hmmcopy{:bash}

:string

The name of the tool

0.1.1{:bash}

:string

The expression to obtain the version of the tool

versions_samtools{:bash}

${task.process}{:bash}

:string

The name of the process

samtools{:bash}

:string

The name of the tool

samtools version | sed '1!d;s/.* //'{: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

hmmcopy{:bash}

:string

The name of the tool

0.1.1{:bash}

:string

The expression to obtain the version of the tool

${task.process}{:bash}

:string

The name of the process

samtools{:bash}

:string

The name of the tool

samtools version | sed '1!d;s/.* //'{:bash}

:eval

The expression to obtain the version of the tool

Tools

hmmcopy
GPL v3

C++ based programs for analyzing BAM files and preparing read counts -- used with bioconductor-hmmcopy