poly icon indicating copy to clipboard operation
poly copied to clipboard

Refactor `clone` package

Open carreter opened this issue 1 year ago • 5 comments

Per @Koeng101 's suggestion, the clone package needs some refactoring to make its code easier to understand and use.

Blocks #359 .

carreter avatar Sep 23 '23 20:09 carreter

This issue has had no activity in the past 2 months. Marking as stale.

github-actions[bot] avatar Nov 23 '23 18:11 github-actions[bot]

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 avatar Dec 20 '23 17:12 carreter

@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.

TwFlem avatar Dec 21 '23 04:12 TwFlem

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 .

carreter avatar Jan 09 '24 18:01 carreter

This issue has had no activity in the past 2 months. Marking as stale.

github-actions[bot] avatar Mar 09 '24 18:03 github-actions[bot]