Description
Align reads to a reference genome using minibwa, the successor to bwa-mem.
Combines BWA-MEM-style variable-length seeding with minimap2-style chaining
and SIMD alignment. Can handle short reads, long reads, Hi-C
proximity-ligation reads, and directional bisulfite (BS-seq) reads.
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.sam"
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_map/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--index | file required |
--reads1 | file required |
--reads2 | file |
Name | Type & Properties |
|---|---|
--output -o | file output |
Name | Type & Properties |
|---|---|
--paf_output -f | boolean_true |
--short_read_threshold -l | integer |
--read_group -R | string |
--base_tag -b | string |
--hic | boolean_true |
--meth | boolean_true |
Name | Type & Properties |
|---|---|
--min_seed_length -k | integer |
--max_seed_occurrences -c | integer |
--max_gap_size -g | integer |
--bandwidth -w | integer |
--long_bandwidth -W | integer |
--min_chaining_score -m | integer |
--secondary_ratio -p | double |
--max_secondary -N | integer |
--chain_only | boolean_true |
--mode -x | string |
Name | Type & Properties |
|---|---|
--match_score -A | integer |
--mismatch_penalty -B | integer |
--gap_open_penalty -O | string |
--gap_extend_penalty -E | string |
--min_score -s | integer |
Name | Type & Properties |
|---|---|
--skip_pairing -P | boolean_true |
--rescue | integer |
Name | Type & Properties |
|---|---|
--no_unmapped -u | boolean_true |
--secondary_output_limit --outn | integer |
--xa_max_hits --xa | integer |
--copy_comments -y | boolean_true |
--soft_clipping -Y | boolean_true |
--header -H | string |
--primary_5prime -5 | boolean_true |
--batch_size -K | string |