Description
Build Bowtie2 index files from reference sequences.
The Bowtie2 index is based on the FM Index of Ferragina and Manzini, which in turn
is based on the Burrows-Wheeler Transform. The algorithm used to build the index is
based on the blockwise algorithm of Karkkainen.
Type
bash_script
License
GPL-3.0
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.bowtie2_index"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.0 \
-main-script target/nextflow/bowtie2/bowtie2_build/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
--index_name | string |
Name | Type & Properties |
|---|---|
--large_index | boolean_true |
--noauto | boolean_true |
--packed | boolean_true |
--bmax | integer |
--bmaxdivn | integer |
--dcv | integer |
--nodc | boolean_true |
--noref | boolean_true |
--justref | boolean_true |
--offrate | integer |
--ftabchars | integer |
--seed | integer |
--quiet | boolean_true |
--verbose | boolean_true |
--debug | boolean_true |
--sanitized | boolean_true |
Name | Type & Properties |
|---|---|
--fasta | boolean_true |
--cmdline | boolean_true |