-
Notifications
You must be signed in to change notification settings - Fork 19
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
Some issues with the pipelines #38
Comments
tdudgeon
added a commit
that referenced
this issue
Jun 18, 2020
tdudgeon
added a commit
that referenced
this issue
Jun 18, 2020
tdudgeon
added a commit
that referenced
this issue
Jun 18, 2020
@simonbray Thanks for pointing out those problems.
|
From @lorrainealisha75:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While wrapping some of the python pipelines for Galaxy we discovered some of the following issues:
show_feats.py
andconstrained_conf_gen.py
) don't havemain()
functions defined; this would be handy for defining entry points to the scripts, as in the conda recipe we wrote here: https://github.com/bioconda/bioconda-recipes/pull/22348/files#diff-a937f0d7f1f974a955b3aac5cbef8db1R16. The same issue would arise with a PyPI package, I expect.pbf_ev.py
(maybe deliberate)screen.py
returns the number of screened molecules as the exit code. Maybe the intention is to pass this information to the next pipeline somehow, but surely there's a better way of doing it? It should return 0 as long as the script completes successfully.constrained_conf_gen.py
gives anunexpected end of file
error.The text was updated successfully, but these errors were encountered: