nf-core/myloasm @ 0.0.0-0c7146d
Summary
Myloasm is a de novo metagenome assembler for long-read sequencing data. It takes sequencing reads and outputs polished contigs in a single command.
Get started
Add the following snippet to your workflow script to include this module.
include { MYLOASM } from 'nf-core/myloasm'
License
MIT License
Name
|
MYLOASM |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
reads
file
|
Input long reads in FASTQ or FASTA format (FASTQ preferred for base quality information) *.{fastq,fq,fastq.gz,fq.gz,fasta,fa,fasta.gz,fa.gz}
|
gfa
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/final_contig_graph.gfa
file
|
Final contig graph in GFA format final_contig_graph.gfa
|
log
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/*.log
file
|
MyloAsm log files containing assembly process information *.log
|
contigs
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/assembly_primary.fa
file
|
Primary assembly contigs in FASTA format assembly_primary.fa
|
mapping
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/3-mapping/map_to_unitigs.paf.gz
file
|
Mapping of reads to unitigs in PAF format (compressed) map_to_unitigs.paf.gz
|
results
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}
directory
|
Directory containing all myloasm output files and folders *
|
contigs_alt
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/alternate_assemblies/assembly_alternate.fa
file
|
Alternative assembly contigs in FASTA format assembly_alternate.fa
|
contigs_dup
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/alternate_assemblies/duplicated_contigs.fa
file
|
Duplicated contigs in FASTA format duplicated_contigs.fa
|
versions_myloasm
tuple
${task.process}
string
|
The name of the process |
|---|---|
myloasm
string
|
The name of the tool |
myloasm --version | sed 's/.* //'
eval
|
The expression used to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| myloasm | Myloasm is a long-read assembler for metagenomes | https://myloasm-docs.github.io |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 18:58:15 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fmyloasm/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/myloasm/blobs/sha256:90830f8bb5cf85781ce226b1f30e11330df79cad5829508963b285116c62d026 |