gatk4/gatk4_createsequencedictionary

reference
indexing
GATK
GATK4
sequence dictionary

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

reference
indexing
GATK
GATK4
sequence dictionary

Contributors

Run this component

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  

Input

Name
Type & Properties
--input
-R
file
required

Output

Name
Type & Properties
--output
-O
file
required
output

Options

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

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.