Closed hechth closed 3 years ago
Refactored chemical score computation in master branch and extracted many functions such that the largest unit is 190 lines of code.
master
The main score computation function now has isotope computation part and the actual score computation part, so that they could be exchanged.
All functions are exported in the main multilevelannotation function for the parallel processing.
multilevelannotation
Closes #34
Refactored chemical score computation in
master
branch and extracted many functions such that the largest unit is 190 lines of code.The main score computation function now has isotope computation part and the actual score computation part, so that they could be exchanged.
All functions are exported in the main
multilevelannotation
function for the parallel processing.Closes #34