Description
BWA sampe - generate paired-end alignment in SAM format from BWA aln SAI files.
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.sam"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.1 \
-main-script target/nextflow/bwa/bwa_sampe/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--index | file required |
--sai1 | file required |
--sai2 | file required |
--reads1 | file required |
--reads2 | file required |
Name | Type & Properties |
|---|---|
--output -f | file output |
Name | Type & Properties |
|---|---|
--max_insert_size -a | integer |
--max_occ_one_end -o | integer |
--max_hits_paired -n | integer |
--max_hits_discordant -N | integer |
--chimeric_rate -c | double |
Name | Type & Properties |
|---|---|
--read_group -r | string |
--preload_index -P | boolean_true |
--disable_smith_waterman -s | boolean_true |
--disable_insert_size_estimate -A | boolean_true |