×

nf-core/clusty @ 0.0.0-3fc6d40

Clusty is a tool for large-scale clustering using sparse distance matrices, suitable for datasets with millions of objects.

Latest version: 0.0.0-6c4ed3a
Total downloads: 11
Source: nf-core/modules
Authors: @Joon-Klaps
Maintainers: @Joon-Klaps

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. [ id:'sample1' ]

distances file

pairwise distances file (e.g., TSV format)

*.tsv
#2 tuple
meta2 map

Groovy Map containing sample information e.g. [ id:'sample1' ]

objects file

Optional TSV file containing object identifiers

*.tsv
Output 2 channels
#1 assignments tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.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-3fc6d40
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 22 Apr 2026 15:07:07 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fclusty/0.0.0-3fc6d40/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/clusty/blobs/sha256:e4e1ed5c82e5cd9bf17c5b2fb3c2e0fef1d565a33ccf4da674248b66af6ea551
Size 2.5 KB
Checksum sha256:e4e1ed5c82e5cd9bf17c5b2fb3c2e0fef1d565a33ccf4da674248b66af6ea551
Downloads 3
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