nf-core/biohansel @ 0.0.0-3fc6d40
Summary
Use k-mers to rapidly subtype S. enterica genomes
Get started
Add the following snippet to your workflow script to include this module.
include { BIOHANSEL } from 'nf-core/biohansel'
License
MIT License
Process
Name
|
BIOHANSEL |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
seqs
file
|
FASTA or FASTQ *.{fasta.gz,fa.gz,fna.gz,fastq.gz,fq.gz}
|
scheme_metadata
file
|
Scheme subtype metadata table *.{tab,tsv,txt}
|
|---|
Output
4 channels
#1
summary
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}-summary.txt
file
|
Tab-delimited subtyping summary output *summary.txt
|
#2
kmer_results
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}-kmer-results.txt
file
|
Tab-delimited subtyping kmer matching output *kmer-results.txt
|
#3
simple_summary
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
${prefix}-simple-summary.txt
file
|
A simple version of summary output *simple-summary.txt
|
#4
versions_biohansel
tuple
${task.process}
string
|
The name of the process |
|---|---|
biohansel
string
|
The name of the tool |
hansel --version 2>&1 | sed 's/^.*hansel //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| biohansel | Subtype Salmonella enterica genomes using 33bp k-mer typing schemes. | https://github.com/phac-nml/biohansel |
| Version | 0.0.0-3fc6d40 |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 22 Apr 2026 15:04:12 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fbiohansel/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/biohansel/blobs/sha256:912b722201e8e3fde8054f6b72c749048886a676c76e4112515121c0507b3ff8 |
| Size | 3.4 KB |
| Checksum | sha256:912b722201e8e3fde8054f6b72c749048886a676c76e4112515121c0507b3ff8 |
| Downloads | 4 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:06:10 (UTC) | 4 | 3.4 KB | |
| 0.0.0-3fc6d40 | 22 Apr 2026 15:04:12 (UTC) | 4 | 3.4 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:47:43 (UTC) | 3 | 3.4 KB |