nf-core/unicycler @ 0.0.0-0c7146d
Summary
Assembles bacterial genomes
Get started
Add the following snippet to your workflow script to include this module.
include { UNICYCLER } from 'nf-core/unicycler'
License
MIT License
Process
Name
|
UNICYCLER |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
shortreads
file
|
List of input Illumina FastQ files of size 1 and 2 for single-end and paired-end data, respectively. |
longreads
file
|
List of input FastQ files of size 1, PacBio or Nanopore long reads. |
Output
4 channels
#1
gfa
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.assembly.gfa.gz
file
|
gfa file containing assembly *.{assembly.gfa.gz}
|
#2
log
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.log
file
|
unicycler log file *.{log}
|
#3
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
#4
scaffolds
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.scaffolds.fa.gz
file
|
Fasta file containing scaffolds *.{scaffolds.fa.gz}
|
| Tool | Description | Homepage |
|---|---|---|
| unicycler | Hybrid assembly pipeline for bacterial genomes | https://github.com/rrwick/Unicycler |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 19:45:02 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Funicycler/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/unicycler/blobs/sha256:0dc42eefb14324407997289dca54a1e0e7dd82883b233f7f8702d4092b3fa547 |
| Size | 2.7 KB |
| Checksum | sha256:0dc42eefb14324407997289dca54a1e0e7dd82883b233f7f8702d4092b3fa547 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:50:43 (UTC) | 4 | 2.7 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:45:02 (UTC) | 3 | 2.7 KB |