BASIC-DNA-ASSEMBLY / DNA-BOT

MIT License
24 stars 21 forks source link

feat: relax the constraints to detect RBS linkers #14

Closed tduigou closed 3 years ago

tduigou commented 3 years ago

Hello,

Thanks for the great job. Here a patch to relax a bit the constraints for detecting UTR/RBS linkers. This changes make the code compliant the "raw" ID used in the BioLegio plate (eg U1-RBS1, U1-RBS2, ...) while still working with the IDs initially expected (egUTR1-RBS1,UTR1-RBS2`, ...).

Best wishes, Thomas

tduigou commented 3 years ago

Hello @geoffbaldwin, @hainesm6,

Just to mention that although this pull request targets the master branch, as far as I can see it should also work out of the box with the APIv2 branch.

Best wishes,