Tarskin / MassyTools

A data processing tool for targeted high-throughput MALDI-MS data extraction.
Apache License 2.0
3 stars 4 forks source link

Restructure internal storage from lists to dicts #22

Closed Tarskin closed 5 years ago

Tarskin commented 6 years ago

MassyTools uses lists internally to store intermediate results, which makes scaling and changes to the code rather cumbersome. Ideally, the internal storage of MassyTools would be rewritten to use dicts instead.

Tarskin commented 5 years ago

The Python3 refactor uses inheritance to store the intermediate results, therefore this issue will be closed when the Python3 refactor is officially released.

Tarskin commented 5 years ago

No longer applicable with Python3 refactor.