Description
BWA aln algorithm for aligning short sequence reads to a reference genome.
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.sai"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.0 \
-main-script target/nextflow/bwa/bwa_aln/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--index | file required |
--reads | file required |
Name | Type & Properties |
|---|---|
--output -f | file output |
Name | Type & Properties |
|---|---|
--max_diff -n | string |
--max_gap_opens -o | integer |
--max_gap_extensions -e | integer |
--indel_end_skip -i | integer |
--max_long_deletion_extensions -d | integer |
--seed_length -l | integer |
--max_seed_diff -k | integer |
--max_queue_entries -m | integer |
Name | Type & Properties |
|---|---|
--mismatch_penalty -M | integer |
--gap_open_penalty -O | integer |
--gap_extension_penalty -E | integer |
--stop_search_threshold -R | integer |
--quality_threshold -q | integer |
Name | Type & Properties |
|---|---|
--barcode_length -B | integer |
--log_gap_penalty -L | boolean_true |
--non_iterative -N | boolean_true |
--illumina_13_format -I | boolean_true |
--input_bam -b | boolean_true |
--single_end_only -0 | boolean_true |
--use_first_read -1 | boolean_true |
--use_second_read -2 | boolean_true |
--filter_casava -Y | boolean_true |