nf-core/samtools/dict @ 0.0.0-6c4ed3a
Summary
Create a sequence dictionary file from a FASTA file
Get started
Add the following snippet to your workflow script to include this module.
include { SAMTOOLS_DICT } from 'nf-core/samtools/dict'
License
MIT License
Process
Name
|
SAMTOOLS_DICT |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
FASTA file *.{fa,fasta}
|
Output
2 channels
#1
dict
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.dict
file
|
FASTA dictionary file *.{dict}
|
#2
versions_samtools
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
samtools
string
|
The tool name |
samtools version | sed '1!d;s/.* //'
string
|
The command used to generate the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| samtools | SAMtools is a set of utilities for interacting with and post-processing short DNA sequence read alignments in the SAM, BAM and CRAM formats, written by Heng Li. These files are generated as output by short read aligners like BWA. | http://www.htslib.org/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:42:17 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fsamtools%2Fdict/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/samtools/dict/blobs/sha256:10ea1ac8b38366169dd39e7136a9528393dd1fa7a085bc8c9f3ee190583d5b0a |
| Size | 2.4 KB |
| Checksum | sha256:10ea1ac8b38366169dd39e7136a9528393dd1fa7a085bc8c9f3ee190583d5b0a |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:42:17 (UTC) | 3 | 2.4 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:33:40 (UTC) | 3 | 2.4 KB |