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
Contributors
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 Name | Type & Properties |
|---|---|
--reference | file required multiple |
Name | Type & Properties |
|---|---|
--ss | file |
--exon | file |
--snp | file |
--haplotype | file |
Name | Type & Properties |
|---|---|
--index_dir | file required output |
--index_prefix | string required |
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 |
Name | Type & Properties |
|---|---|
--seed | integer |
--quiet -q | boolean_true |