×

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

Outputs a FASTA file compressed with the BGZF algorithm

Latest version: 0.0.0-6c4ed3a
Total downloads: 5
Source: nf-core/modules
Authors: @charles-plessy
Maintainers: @charles-plessy @matthdsm

Summary

Outputs a FASTA file compressed with the BGZF algorithm

Get started

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

include { SAMTOOLS_BGZIP } from 'nf-core/samtools/bgzip'

License

MIT License

Process
Name SAMTOOLS_BGZIP
Input 1 channel
#1 tuple
meta map

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

fasta file

FASTA file, compressed or not.

*.{fa,fa.gz,fa.bz2,fa.xz,fasta,fasta.gz,fasta.bz2,fasta.xz}
Output 2 channels
#1 fasta tuple
meta map

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

*.{fa.gz,fasta.gz}
${output} map

A FASTA file compressed with the BGZF algorithm. It will be the original file if it was already BGZF-compressed.

*.{fa.gz,fasta.gz}
#2 versions_samtools tuple
${task.process} string

The name of the process

samtools string

The name of the tool

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

The expression to obtain 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 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:33:21 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fsamtools%2Fbgzip/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/samtools/bgzip/blobs/sha256:427bf955f3281df60f7c7c358751f280d3e71dcb196a13ec683c64d305b3b6b6
Size 3.0 KB
Checksum sha256:427bf955f3281df60f7c7c358751f280d3e71dcb196a13ec683c64d305b3b6b6
Downloads 2
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:42:05 (UTC) 3 3.0 KB
0.0.0-0c7146d 08 Apr 2026 19:33:21 (UTC) 2 3.0 KB