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

python modules/packaging #11

Open
kzuberi opened this issue Nov 21, 2014 · 0 comments
Open

python modules/packaging #11

kzuberi opened this issue Nov 21, 2014 · 0 comments

Comments

@kzuberi
Copy link
Contributor

kzuberi commented Nov 21, 2014

Not doing it write rite right.

The python package in pipeline/builder isn't setup to be packaged/installed with setuptools or whatever. The snakemake files execute the scripts from within the modules directly, but the imports are setup in a sort of broken way.

I think the shortest step to fix things is to run the modules with python -m as suggested here and update the code to use relative imports. Can later consider setuptools.

I think.

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