nf-core/bwameth/index @ 0.0.0-0c7146d
Summary
Performs indexing of c2t converted reference genome
Get started
Add the following snippet to your workflow script to include this module.
include { BWAMETH_INDEX } from 'nf-core/bwameth/index'
License
MIT License
Process
Name
|
BWAMETH_INDEX |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
Input genome fasta file |
use_mem2
boolean
|
If true, use bwameth index-mem2 for indexing. If false, use bwameth index (default: false) |
|---|
Output
2 channels
#1
index
tuple
meta
directory
|
Directory containing bwameth genome index index
|
|---|---|
BwamethIndex
directory
|
Directory containing bwameth genome index index
|
#2
versions_bwameth_index
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 |
| 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-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:28:58 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbwameth%2Findex/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bwameth/index/blobs/sha256:8f65ae81f72c959a503759e0ed77a65547e5875571bda9c3394c2985cffa6474 |
| Size | 2.4 KB |
| Checksum | sha256:8f65ae81f72c959a503759e0ed77a65547e5875571bda9c3394c2985cffa6474 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 18:28:58 (UTC) | 1 | 2.4 KB | - |