×

nf-core/bwameth/align @ 0.0.0-6c4ed3a

Performs alignment of BS-Seq reads using bwameth

Latest version: 0.0.0-6c4ed3a
Total downloads: 17
Source: nf-core/modules
Authors: @phue
Maintainers: @phue

Summary

Performs alignment of BS-Seq reads using bwameth

Get started

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

include { BWAMETH_ALIGN } from 'nf-core/bwameth/align'

License

MIT License

Process
Name BWAMETH_ALIGN
Input 3 channels
#1 tuple
meta map

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

reads file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

#2 tuple
meta2 map

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

fasta file

Input genome fasta file

#3 tuple
meta3 map

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

index directory

Directory containing bwameth genome index

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 containing read alignments

*.{bam}
#2 versions_bwameth tuple
${task.process} string

The name of the process

bwameth string

The name of the tool

bwameth.py --version | cut -f2 -d ' ' eval

The expression to obtain the version of the tool

#3 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 samtools

Tool Description Homepage
bwameth Fast and accurate alignment of BS-Seq reads using bwa-mem and a 3-letter genome. https://github.com/brentp/bwa-meth
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:08:16 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbwameth%2Falign/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bwameth/align/blobs/sha256:1dfda6592b653cddd5cc413274c9efa65176a6e46d7e9e1398ad22e79368a9b3
Size 3.0 KB
Checksum sha256:1dfda6592b653cddd5cc413274c9efa65176a6e46d7e9e1398ad22e79368a9b3
Downloads 4
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:08:16 (UTC) 4 3.0 KB
0.0.0-3fc6d40 22 Apr 2026 15:05:02 (UTC) 3 3.0 KB
0.0.0-7f68141 16 Apr 2026 15:00:35 (UTC) 4 3.0 KB
0.0.0-22e46af