nf-core/clusty @ 0.0.0-6c4ed3a
Summary
Clusty is a tool for large-scale clustering using sparse distance matrices, suitable for datasets with millions of objects.
Get started
Add the following snippet to your workflow script to include this module.
include { CLUSTY } from 'nf-core/clusty'
License
MIT License
Process
Name
|
CLUSTY |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
distances
file
|
pairwise distances file (e.g., TSV format) *.tsv
|
#2
tuple
meta2
map
|
Groovy Map containing sample information e.g. |
|---|---|
objects
file
|
Optional TSV file containing object identifiers *.tsv
|
Output
2 channels
#1
assignments
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.tsv
file
|
TSV file with cluster assignments *.tsv
|
#2
versions_clusty
tuple
${task.process}
string
|
The name of the process |
|---|---|
clusty
string
|
The name of the tool |
echo $(clusty --version 2>&1
string
|
The version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| clusty | Clusty is a tool for large-scale data clustering. | https://github.com/refresh-bio/clusty |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:10:31 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fclusty/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/clusty/blobs/sha256:22417105c0de1b229cc16750fce57021f2f11b61ccae799d7b0eea4440d5cb02 |
| Size | 2.5 KB |
| Checksum | sha256:22417105c0de1b229cc16750fce57021f2f11b61ccae799d7b0eea4440d5cb02 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:10:31 (UTC) | 4 | 2.5 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:07:07 (UTC) | 3 | 2.5 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:52:09 (UTC) | 4 | 2.5 KB |