×

nf-core/mirdeep2/mapper @ 0.0.0-0c7146d

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.

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

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

Process
Name MIRDEEP2_MAPPER
Input 2 channels
#1 tuple
meta map

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

reads file

File containing the raw sequencing reads that need to be collapsed and mapped to a reference genome.

*.fa
#2 tuple
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.

*
Output 2 channels
#1 outputs tuple
meta map

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

*.fa file

Collapsed reads in FASTA format.

*.fa
*.arf file

Alignment Read Format (ARF) file containing the mapping of reads to the genome.

*.arf
#2 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-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:18:12 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fmirdeep2%2Fmapper/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/mirdeep2/mapper/blobs/sha256:cbde7b3036484a9576e566005e7bd2775c71d92d9c71eb6a0f65e936a180f9eb
Size 3.2 KB
Checksum sha256:cbde7b3036484a9576e566005e7bd2775c71d92d9c71eb6a0f65e936a180f9eb
Downloads 3
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