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 want to remove the launch scripts, but need to deal with the nasty PYTHONPATH requirement we have for running these scripts. After speaking with @hannes-ucsc, our solution revolves around making toil-scripts pip installable, and letting each script be responsible for generating the config/manifest at the behest of the user. i.e. running the entrypoint with --generate-config or something along those lines.
Create setup.py
Add setup.cfg that points to README
Set version in version.py so it can be reached by Makefile and setup.py
Update README for installation and entrypoints
Create Makefile to handle PyPi distribution, tests, and cleaning
Modify Jenkins.sh to use Makefile
No description provided.
The text was updated successfully, but these errors were encountered: