×

nf-core/cobs/classicconstruct @ 0.0.0-0c7146d

Builds a classic bloom filter COBS index

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

Summary

Builds a classic bloom filter COBS index

Get started

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

include { COBS_CLASSICCONSTRUCT } from 'nf-core/cobs/classicconstruct'

License

MIT License

Process
Name COBS_CLASSICCONSTRUCT
Input 1 channel
#1 tuple
meta map

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

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', single_end:false ]

*.index.cobs_classic file

The COBS classic index

*.index.cobs_classic
#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-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 18:53:31 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fcobs%2Fclassicconstruct/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/cobs/classicconstruct/blobs/sha256:bf96f41c701c636f210e47b9cf57a7165b8a4624fbf745269642d512ff2c8fc4
Size 2.5 KB
Checksum sha256:bf96f41c701c636f210e47b9cf57a7165b8a4624fbf745269642d512ff2c8fc4
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:10:58 (UTC) 3 2.5 KB
0.0.0-3fc6d40 22 Apr 2026 15:07:27 (UTC) 4 2.5 KB
0.0.0-0c7146d 08 Apr 2026 18:53:31 (UTC) 3 2.5 KB