poly
poly copied to clipboard
Refactor `clone` package
Per @Koeng101 's suggestion, the clone
package needs some refactoring to make its code easier to understand and use.
Blocks #359 .
This issue has had no activity in the past 2 months. Marking as stale
.
Reopening this because the clone
package still needs a good amount of work. Thinking of spending a significant amount of time on this during the first half of January, as most of the scripts I will be writing for Prof. Weiss' lab will be related to cloning.
@TwFlem would love to get your input on what you think needs to be done. You mentioned seqhash
needing some optimization - I bet we could just look at recently published algos and make our own implementation. I'd also like to rewrite the structs that hold the data on DNA parts/fragments to make them more flexible and properly encode 3' vs 5' overhangs.
@carreter I mentioned the seqhash performance in https://github.com/bebop/poly/pull/393 because the bug fix was related to concurrent code. Before removing it, I did some profiling to make sure it didn't cause any issues. It turns out removing the concurrency was a speedup. I only mentioned improving seqhash just in case if we needed cloning to be faster.
Unless Poly consumers are currently raising concerns about performance, I would not say seqhash is fine the way it currently is.
This is gonna be high-priority for me this January as I will be working to facilitate the cloning workflow of Fabio Caliendo in Prof. Ron Weiss' lab.
Currently blocks #359 .
This issue has had no activity in the past 2 months. Marking as stale
.