nf-core/autocycler/trim @ 0.0.0-3fc6d40
Summary
Trim cluster assembly graphs to remove unsupported segments prior to resolution.
Get started
Add the following snippet to your workflow script to include this module.
include { AUTOCYCLER_TRIM } from 'nf-core/autocycler/trim'
License
MIT License
Process
Name
|
AUTOCYCLER_TRIM |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
gfa
file
|
Cluster-specific assembly graph in GFA format. *.gfa
|
Output
3 channels
#1
gfa
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
trim/$prefix/*.gfa
file
|
Trimmed assembly graphs emitted by Autocycler. trim/*/*.gfa
|
#2
stats
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
trim/$prefix/*.yaml
file
|
Trimming statistics for each cluster. trim/*/*.yaml
|
#3
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-3fc6d40 |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 22 Apr 2026 15:02:28 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fautocycler%2Ftrim/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/autocycler/trim/blobs/sha256:225a91c5d904fccc9cf8308d09dc83d9b69ee70a2188e891744e5990a62ec866 |
| Size | 3.0 KB |
| Checksum | sha256:225a91c5d904fccc9cf8308d09dc83d9b69ee70a2188e891744e5990a62ec866 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:03:11 (UTC) | 3 | 3.0 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:02:28 (UTC) | 3 | 3.0 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:43:57 (UTC) | 4 | 3.0 KB |