×

nf-core/kmcp/compute @ 0.0.0-5d5b444

Generate k-mers (sketches) from FASTA/Q sequences

Latest version: 0.0.0-be790aa
Total downloads: 18
Source: nf-core/modules
Authors: @sofstam
Maintainers: @sofstam

Summary

Generate k-mers (sketches) from FASTA/Q sequences

Get started

Add the following snippet to your workflow script to include this module.

include { KMCP_COMPUTE } from 'nf-core/kmcp/compute'

License

MIT License

Process
Name KMCP_COMPUTE
Input 1 channel
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

sequences file

List of fasta files, or a directory containing FASTA files

**/*.{fa,fa.gz,fasta,fasta.gz,fna,fna.gz}
Output 3 channels
#1 info tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

${prefix}/_info.txt file

Summary file that is generated for later use

*_info.txt
#2 outdir tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

${prefix} directory

Output directory containing all .unik files and a summary file in .txt format. Every .unik file contains the sequence/reference ID,chunk index, number of chunks, and genome size of reference.

*/
#3 versions_kmcp tuple
${task.process} string

The name of the process

kmcp string

The name of the tool

kmcp version 2>&1 | sed 's/^.*kmcp v//' eval

The expression to obtain the version of the tool

Tool Description Homepage
kmcp Accurate metagenomic profiling of both prokaryotic and viral populations by pseudo-mapping https://github.com/shenwei356/kmcp
Version 0.0.0-5d5b444
Commit ID be790aafaa178554b403f862164eb27042f0b35a
Release Date 21 Apr 2026 15:01:03 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fkmcp%2Fcompute/0.0.0-5d5b444/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/kmcp/compute/blobs/sha256:11852655c1a2ae917e717ee1ee17be7167133fcbe380efb0ca939cd829a849e9
Size 2.7 KB
Checksum sha256:11852655c1a2ae917e717ee1ee17be7167133fcbe380efb0ca939cd829a849e9
Downloads 4
Version Date Status Downloads Size
0.0.0-be790aa 24 Apr 2026 15:00:51 (UTC) 3 2.7 KB
0.0.0-6c4ed3a 23 Apr 2026 15:26:58 (UTC) 3 2.7 KB
0.0.0-3fc6d40 22 Apr 2026 15:18:50 (UTC) 4 2.7 KB
0.0.0-5d5b444 21 Apr 2026 15:01:03 (UTC) 4 2.7 KB
0.0.0-0c7146d 08 Apr 2026 19:12:57 (UTC) 4 2.7 KB