hisat2/hisat2_build

Build
Index
RNA-seq
HISAT2

Description

Build a HISAT2 index from a reference genome FASTA file.
Optionally incorporates splice sites, exons, SNPs, and haplotypes for a graph-based index.

Type

bash_script

License

MIT

Keywords

Build
Index
RNA-seq
HISAT2

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
index_dir: "$id.$key.index_dir.index"  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/biobox.git \  
  -revision v0.5.0 \  
  -main-script target/nextflow/hisat2/hisat2_build/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--reference
file
required
multiple

Annotation Inputs

Name
Type & Properties
--ss
file
--exon
file
--snp
file
--haplotype
file

Outputs

Name
Type & Properties
--index_dir
file
required
output
--index_prefix
string
required

Index Construction Options

Name
Type & Properties
--large_index
boolean_true
--noauto
boolean_true
--nodc
boolean_true
--noref
-r
boolean_true
--justref
-3
boolean_true
--bmax
integer
--bmaxdivn
integer
--dcv
integer
--offrate
-o
integer
--ftabchars
-t
integer
--localoffrate
integer
--localftabchars
integer

Other Options

Name
Type & Properties
--seed
integer
--quiet
-q
boolean_true

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.