You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The regex only targets capitalized letters, which we enforce in the clone function. However, I need a way to simulate methylation of sequence - what if we used lowercase sequences in place of methylation? Instead of forcing capitalization, we could have flag for methylation.
This would be pretty easy to implement and would help me a bunch. Gonna reference in a new PR
The text was updated successfully, but these errors were encountered:
https://github.com/TimothyStiles/poly/blob/2d5d8c4551121fca4c394835efd89bffb0c3c5ca/clone/clone.go#L124
An idea came to me because of this line in our clone package:
The regex only targets capitalized letters, which we enforce in the clone function. However, I need a way to simulate methylation of sequence - what if we used lowercase sequences in place of methylation? Instead of forcing capitalization, we could have flag for methylation.
This would be pretty easy to implement and would help me a bunch. Gonna reference in a new PR
The text was updated successfully, but these errors were encountered: