Description

count how many reads map to each feature

Input

name:type
description
pattern

meta{:bash}

:map

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

input{:bash}

:file

Sorted BAM/CRAM/SAM file

*.{bam,cram,sam}

index{:bash}

:file

Contains indexed bam file

*.bai

meta2{:bash}

:map

.gtf file information e.g. [ id:'test' ]

gtf{:bash}

:file

Contains the features in the GTF format

*.gtf

Output

name:type
description
pattern

txt{:bash}

meta{:bash}

:map

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

*.txt{:bash}

:file

File containing feature counts output

.txt

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

htseq/count
GPL v3

HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments.