nf-core/myloasm @ 0.0.0-6c4ed3a
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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:32:43 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fmyloasm/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/myloasm/blobs/sha256:b17e809664fcc558de9270758f420efef1921114edc541a7c20b1909b8832ee6 |