Open ameynert opened 2 weeks ago
I would support this
From what I can tell, when generating an amplicon span from a PrimerPair
, we inherit the strand of the primers during replacement of the end
property of the left primer span:
But we don't account for strand when generating an amplicon span from a pair hit:
If the primer pair is oriented with the left primer on the positive strand and right primer negative, the amplicon span should have
Strand.POSITIVE
.If the primer pair is oriented with the left primer on the negative strand and the right primer positive, the amplicon span should have
Strand.NEGATIVE
.(randomly generated sequence used as example).