Description

count how many reads map to each feature

Input

Name (Type)
Description
Pattern

meta (map)

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

meta2 (map)

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

input (file)

Sorted BAM/CRAM/SAM file

*.{bam,cram,sam}

index (file)

Contains indexed bam file

*.bai

gtf (file)

Contains the features in the GTF format

*.gtf

Output

Name (Type)
Description
Pattern

meta (map)

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

txt (file)

File containing feature counts output

.txt

Tools

htseq/count
GPL v3

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