-
Notifications
You must be signed in to change notification settings - Fork 35
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
seqrepo
cli not installed in 0.6.6 and 0.6.7
#138
Comments
I have been unable to isolate the underlying cause, but switching from setup.cfg to pyproject.toml seems likely. Note that biocommons.example works as expected. |
Just on my phone between baby naps, but the |
Found it. The error was my merge at ee80d92. I'll fix. |
@larrybabb I think this is the issue you were encountering today. |
Describe the bug
Some change between 0.6.5 and 0.6.6 causes the seqrepo command line script to not be installed. This issue affects local (dev) installation and the pypi packages. 0.6.7 has the same issue.
To Reproduce
Steps to reproduce the behavior:
pip uninstall biocommons.seqrepo
,pip install biocommons.seqrepo==0.6.7
, thenseqrepo
. You should seeseqrepo: command not found
.git checkout 0.6.7; pip uninstall biocommons.seqrepo; pip install -e .[dev]
.Expected behavior
The seqrepo command line tool should be installed in all versions.
@korikuzma @jsstevenson @andreasprlic
The text was updated successfully, but these errors were encountered: