malariagen / vector-tools

Scripts, pipelines, docs to support data production work for MalariaGEN vector projects.
MIT License
1 stars 0 forks source link

27 fix memory issues in contamination script #31

Closed hardingnj closed 5 years ago

hardingnj commented 5 years ago

Bugfix of commit #29 . Previous code was using frequencies not depth.

Also needed to add np.squeeze() to get indexing to work.

cc @bstlaure