Patch a bug in obitagpcr

This commit is contained in:
Eric Coissac
2024-11-18 21:10:47 +01:00
parent 4b65bfce84
commit 7884a74f9c
5 changed files with 6 additions and 5 deletions

View File

@@ -134,8 +134,6 @@ func IPCRTagPESequencesBatch(iterator obiiter.IBioSequence,
banot["experiment"] = experiment
if CLIReorientate() && direction == "reverse" {
B.ReverseComplement(true)
A.ReverseComplement(true)
B.PairTo(A)
batch.Slice()[i] = B
}