aidenlab / mmba

Moshe's matrix balancing algorithm
0 stars 0 forks source link

code cleanup #5

Open sa501428 opened 4 years ago

sa501428 commented 4 years ago

For the long-term sustainability of the code, we should make all variables have meaningful names; e.g. targetVector or indicesToIgnore rather than z, b, etc. Ideally we also make them match the names in the Java port: https://github.com/aidenlab/Juicebox/commit/68fa57d199b19328942d62f1e76b81ddaabdae7e

(Java port also needs more code cleanup of names for that matter)

sa501428 commented 4 years ago

for variables, methods, etc.