OmicsIntegrator2 icon indicating copy to clipboard operation
OmicsIntegrator2 copied to clipboard

Resolve package dependencies for installation

Open agitter opened this issue 5 years ago • 2 comments

Requiring sklearn in setup.py installs the wrong package. The other changes make requirements.txt more consistent with setup.py.

I found it tricky to install this package from requirements.txt and created a compatible conda environment. I have that on a separate branch and could merge it here if you are interested.

agitter avatar Mar 25 '21 14:03 agitter

I expanded the scope of this pull request to fix an error I encountered when trying to run the OmicsIntegrator command:

$ OmicsIntegrator
Traceback (most recent call last):
  File "/ua/gitter/miniconda3/envs/oi2/bin/OmicsIntegrator", line 5, in <module>
    from src.__main__ import main
ModuleNotFoundError: No module named 'src'

The edit in 7356b08 fixed this on my system.

agitter avatar Mar 25 '21 19:03 agitter

I have a fork that fixes several of the command line-related issues I reported recently and adds basic GitHub Actions testing. I can expand the scope of this pull request to include those updates if you would like them here.

My goal is to prepare an Omics Integrator 2 Docker image that would simplify some of our command line use cases.

agitter avatar Apr 06 '21 14:04 agitter