Description
Creates a sequence dictionary (.dict file) for a reference sequence.
This tool builds a sequence dictionary file from a reference sequence
provided in FASTA format. The output file contains a header but no
records and the header contains only sequence records. A sequence
dictionary is required by many GATK tools (such as HaplotypeCaller)
that process the reference genome.
Type
bash_script
License
Apache-2.0
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.dict"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.5.0 \
-main-script target/nextflow/gatk4/gatk4_createsequencedictionary/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -R | file required |
Name | Type & Properties |
|---|---|
--output -O | file required output |
Name | Type & Properties |
|---|---|
--alt_names -AN | file |
--genome_assembly -AS | string |
--num_sequences | integer |
--species -SP | string |
--truncate_names_at_whitespace | boolean |
--uri -UR | string |