×

nf-core/pairtools/split @ 0.0.0-3fc6d40

Split a .pairsam file into .pairs and .sam.

Latest version: 0.0.0-6c4ed3a
Total downloads: 10
Source: nf-core/modules
Authors: @nservant

Summary

Split a .pairsam file into .pairs and .sam.

Get started

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

include { PAIRTOOLS_SPLIT } from 'nf-core/pairtools/split'

License

MIT License

Process
Name PAIRTOOLS_SPLIT
Input 1 channel
#1 tuple
meta map

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

pairs file

pairsam file

Output 3 channels
#1 bam tuple
meta map

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

*.bam file

Output BAM file

*.bam
#2 pairs tuple
meta map

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

*.split.pairs.gz file

Duplicates removed pairs

*.{pairs.gz}
#3 versions_pairtools tuple
${task.process} string

The name of the process

pairtools string

The name of the tool

pairtools --version | sed 's/.*pairtools.*version //' eval

The expression to obtain the version of the tool

Tool Description Homepage
pairtools CLI tools to process mapped Hi-C data http://pairtools.readthedocs.io/
Version 0.0.0-3fc6d40
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 22 Apr 2026 15:25:06 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fpairtools%2Fsplit/0.0.0-3fc6d40/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/pairtools/split/blobs/sha256:94ed479137dad4409feaa35240ba8bb4d8fd515a003d314e7f6f0c19296dd8ad
Size 2.3 KB
Checksum sha256:94ed479137dad4409feaa35240ba8bb4d8fd515a003d314e7f6f0c19296dd8ad
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:34:57 (UTC) 3 2.2 KB
0.0.0-3fc6d40 22 Apr 2026 15:25:06 (UTC) 3 2.3 KB
0.0.0-0c7146d 08 Apr 2026 19:23:42 (UTC) 4 2.2 KB