Removed import * statements everywhere I saw it, and only imported what we need.
Added tqdm progress bar to Pipfile. Please do a pipenv install.
Replaced printing a lot of stuff with showing progress bars instead. I also changed many previously info messages to debug instead (we can change them back if needed).
Added 1301_peak_cmpd_export.json, 1301_peak_int_export.json and tissues_life_stages_combine_whole_flymet3.csv to the test data folder.
Added a script reset_data.py to quickly delete existing database and pickled files.
General code tidy-up for issue #47. This is done as a preliminary work before trying to speed up the pipeline (issue #45).
Main changes:
import *
statements everywhere I saw it, and only imported what we need.pipenv install
.1301_peak_cmpd_export.json
,1301_peak_int_export.json
andtissues_life_stages_combine_whole_flymet3.csv
to the test data folder.reset_data.py
to quickly delete existing database and pickled files.