×

nf-core/minia @ 0.0.0-6c4ed3a

Minia is a short-read assembler based on a de Bruijn graph

Latest version: 0.0.0-6c4ed3a
Total downloads: 7
Source: nf-core/modules
Maintainers: @drpatelh @kevinmenden

Summary

Minia is a short-read assembler based on a de Bruijn graph

Get started

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

include { MINIA } from 'nf-core/minia'

License

MIT License

Process
Name MINIA
Input 1 channel
#1 tuple
meta map

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

reads file

Input reads in FastQ format

*.{fastq.gz, fastq}
Output 5 channels
#1 h5 tuple
meta map

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

*.h5 file

Minia assembly graph in binary h5 format

*.h5
#2 log tuple
meta map

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

*-minia.log file

Minia assembly log file

*-minia.log
#3 contigs tuple
meta map

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

*.contigs.fa.gz file

The assembled contigs

*.contigs.fa.gz
#4 unitigs tuple
meta map

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

*.unitigs.fa.gz file

The assembled unitigs

*.unitigs.fa.gz
#5 versions_minia tuple
${task.process} string

The name of the process

minia string

The name of the tool

minia -v | sed -n 's/Minia version //p' eval

The expression to obtain the version of the tool

Tool Description Homepage
minia Minia is a short-read assembler based on a de Bruijn graph, capable of assembling a human genome on a desktop computer in a day. The output of Minia is a set of contigs. https://github.com/GATB/minia
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:30:36 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fminia/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/minia/blobs/sha256:f5283e5311473691a8a46e75cd8671d513b96cd98e36e9b5681f7161161b6c91
Size 2.8 KB
Checksum sha256:f5283e5311473691a8a46e75cd8671d513b96cd98e36e9b5681f7161161b6c91
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:30:36 (UTC) 3 2.8 KB
0.0.0-0c7146d 08 Apr 2026 19:17:56 (UTC) 4 2.8 KB