Closed cerebis closed 4 years ago
At least the Arima library kit is documented to contain an enzyme recognising GANTC. Reverse lookup for site to enzyme name reports an example HinfI.
HinfI
The current method qc3C.ligation.ligation_junction_seq() asserts no ambiguous sites, though this should be possible.
qc3C.ligation.ligation_junction_seq()
What is required is to validate matching conditions. Currently static string matching will need to be replaced by an alternative -- possibly regex.
Resolved fully on cd93fc70b34ec478950c6a64471ddcd0de7c27b3
At least the Arima library kit is documented to contain an enzyme recognising GANTC. Reverse lookup for site to enzyme name reports an example
HinfI
.The current method
qc3C.ligation.ligation_junction_seq()
asserts no ambiguous sites, though this should be possible.What is required is to validate matching conditions. Currently static string matching will need to be replaced by an alternative -- possibly regex.