Update bioconda recipe to resolve: AttributeError: 'DataFrame' object has no attribute 'sort'
Opened this issue · 0 comments
Jtrachsel commented
Hello!
Neat program. Thanks for making this available.
It looks like the version on bioconda is not compatible with pandas >=0.17
If you install straight from bioconda we get the "AttributeError: 'DataFrame' object has no attribute 'sort'"
I made an environment with pandas=0.17 and everything worked quite well.