nf-core/mirdeep2/mapper @ 0.0.0-3fc6d40
Summary
miRDeep2 Mapper is a tool that prepares deep sequencing reads for downstream miRNA detection by collapsing reads, mapping them to a genome, and outputting the required files for miRNA discovery.
Get started
Add the following snippet to your workflow script to include this module.
include { MIRDEEP2_MAPPER } from 'nf-core/mirdeep2/mapper'
License
MIT License
Name
|
MIRDEEP2_MAPPER |
|---|
meta
map
|
Groovy Map containing sample information, e.g. |
|---|---|
reads
file
|
File containing the raw sequencing reads that need to be collapsed and mapped to a reference genome. *.fa
|
meta2
map
|
Groovy Map containing information about the genome index. |
|---|---|
index
file
|
Path to the genome index file used for mapping the reads to the genome. *
|
outputs
tuple
meta
map
|
Groovy Map containing sample information, e.g. |
|---|---|
*.fa
file
|
Collapsed reads in FASTA format. *.fa
|
*.arf
file
|
Alignment Read Format (ARF) file containing the mapping of reads to the genome. *.arf
|
versions
versions.yml
file
|
File containing software versions for tracking. versions.yml
|
|---|
| Tool | Description | Homepage |
|---|---|---|
| mirdeep2 | miRDeep2 Mapper (`mapper.pl`) is part of the miRDeep2 suite. It collapses identical reads, maps them to a reference genome, and outputs both collapsed FASTA and ARF files for downstream miRNA detection and analysis. | https://www.mdc-berlin.de/content/mirdeep2-documentation |
| Version | 0.0.0-3fc6d40 |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 22 Apr 2026 15:21:59 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fmirdeep2%2Fmapper/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/mirdeep2/mapper/blobs/sha256:ab2feb014c021dd246692d8ec8a14e0e3a2b4d30c52df06293b2de123f8f8fa4 |
| Size | 3.2 KB |
| Checksum | sha256:ab2feb014c021dd246692d8ec8a14e0e3a2b4d30c52df06293b2de123f8f8fa4 |
| Downloads | 2 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:30:47 (UTC) | 3 | 3.2 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:21:59 (UTC) | 2 | 3.2 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:18:12 (UTC) | 3 | 3.2 KB |