cancerit / cgpCaVEManPostProcessing

Flagging add on to CaVEMan
http://cancerit.github.io/cgpCaVEManPostProcessing/
GNU Affero General Public License v3.0
2 stars 4 forks source link

Change to use low-level api where possible and reduce fetch calls #37

Closed keiranmraine closed 4 years ago

keiranmraine commented 4 years ago

Used 5000 WXS calls for benchmark, results are identical.

Final speed up 324s -> 150s (-53.7%).

Main items and how they were modified:

Original (following feature/strandCountFix): Screen Shot 2020-03-26 at 11 34 33

Revised code result: Screen Shot 2020-03-26 at 11 34 43

Main items and how they were modified:

keiranmraine commented 4 years ago

Internal CI completed, no difference to result from the feature/strandCountBug branch