nf-core/yak/count @ 0.0.0-6c4ed3a
Summary
a tool to build k-mer hash table for fasta and fastq files
Get started
Add the following snippet to your workflow script to include this module.
include { YAK_COUNT } from 'nf-core/yak/count'
License
MIT License
Process
Name
|
YAK_COUNT |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
fastq
file
|
reads fastq/fasta file *.{fastq.gz,fq.gz,fasta.gz,fa.gz}
|
Output
2 channels
#1
yak
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.yak
file
|
k-mer hash table of input *.{yak}
|
#2
versions_yak
tuple
${task.process}
string
|
The name of the process |
|---|---|
yak
string
|
The name of the tool |
yak version
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| yak | Yet another k-mer analyzer | https://github.com/lh3/yak |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:53:20 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fyak%2Fcount/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/yak/count/blobs/sha256:922c3c535822b04ad4da358abf7c265acf5fbb7b9652d5cc811b6c6185aaa068 |
| Size | 2.2 KB |
| Checksum | sha256:922c3c535822b04ad4da358abf7c265acf5fbb7b9652d5cc811b6c6185aaa068 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:53:20 (UTC) | 3 | 2.2 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:37:11 (UTC) | 2 | 2.3 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:48:20 (UTC) | 4 | 2.2 KB |