Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Treeomics submodules are not installed #23

Open
J-Moravec opened this issue Mar 10, 2021 · 1 comment
Open

Treeomics submodules are not installed #23

J-Moravec opened this issue Mar 10, 2021 · 1 comment

Comments

@J-Moravec
Copy link

When installed with:

pip install git+https://github.com/reiterlab/treeomics

any treeomics submodules/packages (phylogeny, plots, utils) are not installed.

This is due to a malformed setup.py script. This can be fixed by simply commenting out the definition of packages on line 10 and uncommenting the one on line 9.

Change:

    packages=['treeomics', 'tests'],  # 'treeomics.phylogeny', 'treeomics.plots', 'treeomics.utils'],

to

      packages=setuptools.find_packages(),
@J-Moravec
Copy link
Author

Fixed in #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant