Description
Build a minibwa index (2-bit encoded sequence and BWT/suffix array) from a
reference FASTA file, for use with minibwa_map. Optionally also builds a
bisulfite (BS-seq) index for directional bisulfite sequencing alignment.
Type
bash_script
License
GPL-2.0-or-later
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.minibwa_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/minibwa/minibwa_index/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
Name | Type & Properties |
|---|---|
--output | file output |
Name | Type & Properties |
|---|---|
--prefix | string |
--low_memory -l | boolean_true |
--block_size -b | string |
--random_seed -s | integer |
--sa_sample_rate -u | integer |
--meth | boolean_true |