aresti / primalscheme

a tool for designing primer panels for multiplex PCR.
GNU General Public License v3.0
97 stars 32 forks source link

BED file format needs strand #11

Closed joshquick closed 4 years ago

joshquick commented 4 years ago

BED file needs strand to correctly interpret coordinates. Current output is correct but all relative to positive strand, but this means the internal coordinate is being unnecessarily modified by 1 when parsing primer3 output. Furthermore manually adding a strand to the current BED file will result in reverse primers being out-by-one.