Skip to content

Commit

Permalink
updated minimap2 options for omicron
Browse files Browse the repository at this point in the history
  • Loading branch information
mindoftea committed Dec 17, 2021
1 parent 4373d3e commit 560591e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bjorn.smk
Expand Up @@ -107,7 +107,7 @@ rule align_to_reference:
threads: max_task_cpus
shell:
"""
minimap2 -a -x asm5 --sam-hit-only --secondary=no -t{max_task_cpus} {reference_fp} {input} |
minimap2 -a -x asm20 --score-N=0 --sam-hit-only --secondary=no -t{max_task_cpus} {reference_fp} {input} |
gofasta sam toMultiAlign -t{max_task_cpus} --reference {reference_fp} --trimstart 265 --trimend 29674 --trim --pad |
python/msa_2_mutations.py -r '{patient_zero}' -d '{data_source}' -i /dev/stdin -o {output}
"""
Expand Down

0 comments on commit 560591e

Please sign in to comment.