Description
Index sequences in the FASTA format for BWA alignment.
Type
bash_script
License
MIT
Keywords
Contributors
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.bwa_index"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.2 \
-main-script target/nextflow/bwa/bwa_index/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
Name | Type & Properties |
|---|---|
--output | file output |
Name | Type & Properties |
|---|---|
--algorithm -a | string |
--prefix -p | string |
--block_size -b | integer |
--use_64bit_names -6 | boolean_true |