×

nf-core/subread/featurecounts @ 0.0.0-0c7146d

Count reads that map to genomic features

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules
Authors: @ntoda03
Maintainers: @ntoda03

Summary

Count reads that map to genomic features

Get started

Add the following snippet to your workflow script to include this module.

include { SUBREAD_FEATURECOUNTS } from 'nf-core/subread/featurecounts'

License

MIT License

Process
Name SUBREAD_FEATURECOUNTS
Input 1 channel
#1 tuple
meta map

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

bams file

BAM files containing mapped reads

*.bam
annotation file

Genomic features annotation in GTF or SAF

*.{gtf,saf}
Output 3 channels
#1 counts tuple
meta map

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

*featureCounts.tsv file

Counts of reads mapping to features

*featureCounts.tsv
#2 summary tuple
meta map

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

*featureCounts.tsv.summary file

Summary log file

*.featureCounts.tsv.summary
#3 versions_subread tuple
${task.process} string

The name of the process

subread string

The name of the tool

featureCounts -v 2>&1 | sed 's/featureCounts v//' eval

The expression to obtain the version of the tool

Tool Description Homepage
featurecounts featureCounts is a highly efficient general-purpose read summarization program that counts mapped reads for genomic features such as genes, exons, promoter, gene bodies, genomic bins and chromosomal locations. It can be used to count both RNA-seq and genomic DNA-seq reads. http://bioinf.wehi.edu.au/featureCounts/
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 19:17:10 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fsubread%2Ffeaturecounts/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/subread/featurecounts/blobs/sha256:926de3d708ed47a083c96694eabea28f4b5b5dd7f7201482402fef23bd7b9681
Size 3.2 KB
Checksum sha256:926de3d708ed47a083c96694eabea28f4b5b5dd7f7201482402fef23bd7b9681
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 19:17:10 (UTC) 1 3.2 KB -