×

nf-core/rseqc/splitbam @ 0.0.0-0c7146d

Split BAM file based on gene list in BED format

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

Summary

Split BAM file based on gene list in BED format

Get started

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

include { RSEQC_SPLITBAM } from 'nf-core/rseqc/splitbam'

License

MIT License

Process
Name RSEQC_SPLITBAM
Input 2 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

bam file

Sorted BAM file

*.{bam}
bai file

BAM index file

*.{bai}
#2 tuple
meta2 map

Groovy Map containing reference information e.g. [ id:'reference' ]

bed file

Gene list in BED format to split the BAM by

*.{bed}
Output 4 channels
#1 ex_bam tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.ex.bam file

BAM file containing reads that did not map to the gene list

*.ex.bam
#2 in_bam tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.in.bam file

BAM file containing reads that mapped to the gene list

*.in.bam
#3 junk_bam tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.junk.bam file

BAM file containing QC failed or unmapped reads

*.junk.bam
#4 versions_rseqc tuple
${task.process} string

The process the versions were collected from

rseqc string

The tool name

split_bam.py --version | sed "s/split_bam.py //" eval

The expression to obtain the version of the tool

Tool Description Homepage
rseqc RSeQC package provides a number of useful modules that can comprehensively evaluate high throughput sequence data especially RNA-seq data. http://rseqc.sourceforge.net/
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 19:08:42 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Frseqc%2Fsplitbam/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/rseqc/splitbam/blobs/sha256:aefb48a8fbe66e6daebfa3d718fb67e64785a832d0668dd1dc58ff9c942e0901
Size 2.7 KB
Checksum sha256:aefb48a8fbe66e6daebfa3d718fb67e64785a832d0668dd1dc58ff9c942e0901
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 19:08:42 (UTC) 1 2.7 KB -