nf-core/fastk/merge @ 0.0.0-6c4ed3a
Summary
A tool to merge FastK histograms
Get started
Add the following snippet to your workflow script to include this module.
include { FASTK_MERGE } from 'nf-core/fastk/merge'
License
MIT License
Process
Name
|
FASTK_MERGE |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
hist
file
|
FastK histogram file |
ktab
file
|
FastK ktab file |
prof
file
|
FastK prof file |
Output
4 channels
#1
hist
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.hist
file
|
FastK histogram file *.hist
|
#2
ktab
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.ktab*
file
|
FastK ktab file *.ktab
|
#3
prof
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.{prof,pidx}*
file
|
FastK prof file *.{prof,pidx}
|
#4
versions_fastk
tuple
${task.process}
string
|
Name of the process |
|---|---|
fastk
string
|
Name of the tool |
1.2
string
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| fastk | A fast K-mer counter for high-fidelity shotgun datasets | https://github.com/thegenemyers/FASTK |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:15:32 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Ffastk%2Fmerge/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/fastk/merge/blobs/sha256:fd9ef0e408c5fbb4661b9519a2e8f29ced59c0463fa2e03152a1d4f55c4cdb81 |
| Size | 2.9 KB |
| Checksum | sha256:fd9ef0e408c5fbb4661b9519a2e8f29ced59c0463fa2e03152a1d4f55c4cdb81 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:15:32 (UTC) | 3 | 2.9 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:59:28 (UTC) | 3 | 2.9 KB |