Replies: 1 comment 1 reply
-
|
The value of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out which Smith-Waterman parameters were used to select the representation of variants in the tandem repeat ground truth VCF.
From my understanding, this line in
variants/scripts/map_haplo.shusesminimap2to align each haplotype to the reference FASTA, therefore selecting the variant representation.My confusion arises from the fact that
params='-x asm20 ... -O 5,56 -E 4,1 -B'in this line. Based on theminimap2documentation, if you want to override the mismatch penalty, you must provide-B INT. For me, not providing this value results in[ERROR] missing option argument. Are you overriding the mismatch penalty? If so, with what value? If not, then what does the-Bflag do here?Thanks in advance for clarifying!
Beta Was this translation helpful? Give feedback.
All reactions