You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to factor out these two modules so that they are compatible to both Python 2 and Python 3 (and maybe port the whole get_pseudomonas repo to Python 3 too).
The text was updated successfully, but these errors were encountered:
The management command
adage/analyze/management/commands/import_experiments_samples.py
calls the following two modules:get_pseudo_sdrf.py
gen_spreadsheets.py
They were originally written in a Python 2 repo: https://bitbucket.org/greenelab/get_pseudomonas/
We need to factor out these two modules so that they are compatible to both Python 2 and Python 3 (and maybe port the whole
get_pseudomonas
repo to Python 3 too).The text was updated successfully, but these errors were encountered: