×

nf-core/samtools/fixmate @ 0.0.0-0c7146d

Samtools fixmate is a tool that can fill in information (insert size, cigar, mapq) about paired end reads onto the corresponding other read. Also has options to remove secondary/unmapped alignments and recalculate whether reads are proper pairs.

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

Summary

Samtools fixmate is a tool that can fill in information (insert size, cigar, mapq) about paired end reads onto the corresponding other read. Also has options to remove secondary/unmapped alignments and recalculate whether reads are proper pairs.

Get started

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

include { SAMTOOLS_FIXMATE } from 'nf-core/samtools/fixmate'

License

MIT License

Process
Name SAMTOOLS_FIXMATE
Input 1 channel
#1 tuple
meta map

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

input file

BAM/CRAM/SAM file, must be sorted by name, not coordinate

*.{bam,cram,sam}
Output 4 channels
#1 bam tuple
meta map

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

*.{bam}
${prefix}.bam map

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

*.{bam}
#2 sam tuple
meta map

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

*.{bam}
${prefix}.sam map

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

*.{sam}
#3 cram tuple
meta map

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

*.{bam}
${prefix}.cram map

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

*.{cram}
#4 versions_samtools tuple
${task.process} string

The process the versions were collected from

samtools string

The tool name

samtools version | sed '1!d;s/.* //' string

The command used to generate the version of the tool

Tool Description Homepage
samtools SAMtools is a set of utilities for interacting with and post-processing short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. These files are generated as output by short read aligners like BWA. http://www.htslib.org/
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 19:10:08 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fsamtools%2Ffixmate/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/samtools/fixmate/blobs/sha256:6fa3198e6acf591f8cb7a2c91c647b83a66cdbd4c8dd0c5f146ea6c878a3a29d
Size 3.2 KB
Checksum sha256:6fa3198e6acf591f8cb7a2c91c647b83a66cdbd4c8dd0c5f146ea6c878a3a29d
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 19:10:08 (UTC) 1 3.2 KB -