×

nf-core/cobs/compactconstruct @ 0.0.0-3fc6d40

Builds a compact bloom filter COBS index

Latest version: 0.0.0-6c4ed3a
Total downloads: 9
Source: nf-core/modules
Authors: @leoisl
Maintainers: @leoisl

Summary

Builds a compact bloom filter COBS index

Get started

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

include { COBS_COMPACTCONSTRUCT } from 'nf-core/cobs/compactconstruct'

License

MIT License

Process
Name COBS_COMPACTCONSTRUCT
Input 1 channel
#1 tuple
meta map

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

input file

The file or directory to be indexed. COBS can read:

  1. FASTA files (*.fa, *.fasta, *.fna, *.ffn, *.faa, *.frn, *.fa.gz, *.fasta.gz, *.fna.gz, *.ffn.gz, *.faa.gz, *.frn.gz),
  2. FASTQ files (*.fq, *.fastq, *.fq.gz., *.fastq.gz),
  3. "Multi-FASTA" and "Multi-FASTQ" files (*.mfasta, *.mfastq),
  4. McCortex files (*.ctx),
  5. or text files (*.txt). You can either recursively scan a directory for all files matching any of these files, or pass a *.list file which lists all paths COBS should index.
*.*
Output 2 channels
#1 index tuple
meta map

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

*.index.cobs_compact file

The COBS compact index

*.index.cobs_compact
#2 versions_cobs tuple
${task.process} string

The name of the process

cobs string

The name of the tool

cobs version 2>&1 | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+' eval

The expression to obtain the version of the tool

Tool Description Homepage
cobs Compact Bit-Sliced Signature Index (for Genomic k-Mer Data or q-Grams) https://panthema.net/cobs
Version 0.0.0-3fc6d40
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 22 Apr 2026 15:07:29 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fcobs%2Fcompactconstruct/0.0.0-3fc6d40/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/cobs/compactconstruct/blobs/sha256:2351b541911db0f38e9cd1d2fd64d10f0d18266ee4eb90b3ffb950da3360b402
Size 2.5 KB
Checksum sha256:2351b541911db0f38e9cd1d2fd64d10f0d18266ee4eb90b3ffb950da3360b402
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:10:59 (UTC) 3 2.4 KB
0.0.0-3fc6d40 22 Apr 2026 15:07:29 (UTC) 3 2.5 KB
0.0.0-0c7146d 08 Apr 2026 18:53:33 (UTC) 3 2.4 KB