nf-core/skesa @ 0.0.0-0c7146d
Summary
Assemble microbial genomes from short-read FASTQ files into contigs in FASTA format using SKESA.
Get started
Add the following snippet to your workflow script to include this module.
include { SKESA } from 'nf-core/skesa'
License
MIT License
Process
Name
|
SKESA |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
fastq
file
|
One or more input FASTQ files containing sequencing reads for assembly. Provide a single file for single-end data and one or more files for paired-end data. *.{fastq,fq,fastq.gz,fq.gz}
|
Output
2 channels
#1
fasta
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.fa
file
|
Assembled contigs in FASTA format *.fa
|
#2
versions_skesa
tuple
${task.process}
string
|
The name of the process |
|---|---|
skesa
string
|
The name of the tool |
skesa --version 2>&1 | sed -n 's/^SKESA //p'
eval
|
The command used to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| skesa | SKESA is a de-novo sequence read assembler for microbial genomes based on DeBruijn graphs. | https://github.com/ncbi/SKESA |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 135d883a43b1a2324b4112cd270cf22e20835533 |
| Release Date | 08 Apr 2026 19:14:56 (UTC) |
| Download URL | https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fskesa/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/skesa/blobs/sha256:25f0473d461a8397d44e46222591533850e5a657cec85624f60438e1106d68d8 |
| Size | 2.5 KB |
| Checksum | sha256:25f0473d461a8397d44e46222591533850e5a657cec85624f60438e1106d68d8 |
| Downloads | 1 |
| Version | Date | Status | Downloads | Size | Diff |
|---|---|---|---|---|---|
| 0.0.0-0c7146d | 08 Apr 2026 19:14:56 (UTC) | 1 | 2.5 KB | - |