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
I noticed that the content of the download available at pypi and the release on github seems to differ. In particular the model dir seems missing in the pypi release.
I guess its because in setup.py
package_data={'models': ['models/*']},
should be
package_data={'plasflow': ['models/*']},
It would be great if you could create a new release fixing this.
The text was updated successfully, but these errors were encountered:
I think that bioconda recipe cannot be fixed, as they clearly state that if this only works ith Py3.5 they cannot support it (https://github.com/bioconda/bioconda-recipes/blob/master/recipes/plasflow/meta.yaml#L22). As I mentioned, I reverted back to previous, stable, working release (the same as in pypi); I thought that more package-like structure proposed by @dcdanko will be better, but I haven't tested it thoroughly before merging pull request, my fault.
I'm currently trying to fix the bioconda recipe for plasflow: bioconda/bioconda-recipes#27766
I noticed that the content of the download available at pypi and the release on github seems to differ. In particular the
model
dir seems missing in the pypi release.I guess its because in
setup.py
should be
It would be great if you could create a new release fixing this.
The text was updated successfully, but these errors were encountered: