rouskinlab / seismic-rna

https://rouskinlab.github.io/seismic-rna/
GNU General Public License v3.0
6 stars 1 forks source link

Join overlapping PCR amplicons #14

Closed matthewfallan closed 5 months ago

matthewfallan commented 5 months ago

The join command currently just takes the union of positions and reads kept. While this is useful for joining non-overlapping amplicons, it will not treat primer binding sites correctly if the amplicons overlap. This problem occurs because there is no way currently to use the positions for the original datasets (which would mask out the primer binding sites) only the union of the positions in all datasets (which would include the primer binding sites if the amplicons overlap).

matthewfallan commented 5 months ago

Fixed in v0.16.0