nf-core/autocycler/subsample @ 0.0.0-6c4ed3a
Summary
Downsample long-read sequencing data to the requested coverage using Autocycler.
Get started
Add the following snippet to your workflow script to include this module.
include { AUTOCYCLER_SUBSAMPLE } from 'nf-core/autocycler/subsample'
License
MIT License
Process
Name
|
AUTOCYCLER_SUBSAMPLE |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
reads
file
|
Long-read sequencing reads for the sample in FASTQ format (compressed or uncompressed). *.{fastq,fastq.gz,fq,fq.gz}
|
genome_size
integer
|
Expected genome size in bases used to calculate the target sequencing depth. |
|---|
Output
2 channels
#1
subsampled_reads
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
$prefix/*.fastq.gz
file
|
Subsampled reads produced by Autocycler. */*.fastq.gz
|
#2
versions_autocycler
tuple
${task.process}
string
|
The name of the process |
|---|---|
autocycler
string
|
The name of the tool |
autocycler --version | sed 's/^[^ ]* //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| autocycler | A tools for generating consensus long-read assemblies for bacterial genomes. | https://github.com/rrwick/Autocycler/wiki |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:03:10 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fautocycler%2Fsubsample/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/autocycler/subsample/blobs/sha256:e9dbe159826f67f73cf3b96911a4bc179adec98993e7ba9820430350dd257a09 |
| Size | 2.7 KB |
| Checksum | sha256:e9dbe159826f67f73cf3b96911a4bc179adec98993e7ba9820430350dd257a09 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:03:10 (UTC) | 4 | 2.7 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:02:26 (UTC) | 3 | 2.7 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:43:55 (UTC) | 3 | 2.7 KB |