nf-core/picard/createsequencedictionary @ 0.0.0-6c4ed3a
Summary
Creates a sequence dictionary for a reference sequence.
Get started
Add the following snippet to your workflow script to include this module.
include { PICARD_CREATESEQUENCEDICTIONARY } from 'nf-core/picard/createsequencedictionary'
License
MIT License
Process
Name
|
PICARD_CREATESEQUENCEDICTIONARY |
|---|
Input
1 channel
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
fasta
file
|
The reference fasta file *.fasta
|
Output
2 channels
#1
reference_dict
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.dict
file
|
picard dictionary file *.{dict}
|
#2
versions_picard
tuple
${task.process}
string
|
The process the versions were collected from |
|---|---|
picard
string
|
The tool name |
picard CreateSequenceDictionary --version 2>&1 | sed -n 's/.*Version://p'
string
|
The command used to generate the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| picard | Creates a sequence dictionary file (with ".dict" extension) from a reference sequence provided in FASTA format, which is required by many processing and analysis tools. The output file contains a header but no SAMRecords, and the header contains only sequence records. | https://broadinstitute.github.io/picard/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:36:01 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fpicard%2Fcreatesequencedictionary/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/picard/createsequencedictionary/blobs/sha256:1845e2eeab43ac608e32b0b3e5b26eb0437c8fe7d434205abf58c2d84a048d4e |
| Size | 2.6 KB |
| Checksum | sha256:1845e2eeab43ac608e32b0b3e5b26eb0437c8fe7d434205abf58c2d84a048d4e |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:36:01 (UTC) | 3 | 2.6 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 19:25:38 (UTC) | 3 | 2.6 KB |