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
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.
The text was updated successfully, but these errors were encountered:
Not doing it
writeriteright.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.
The text was updated successfully, but these errors were encountered: