Fabien Pertuy

Results 23 comments of Fabien Pertuy

Looks like @apeltzer was well inspired to test a rebuild, this issue may be solved with current PR. Could anyone help testing package indicated here: https://github.com/bioconda/bioconda-recipes/pull/15605#issuecomment-496219028. Just follow the instructions...

Thanks for reporting @tillea ! Can you give more information on the package (version, repo) for the record?

Just to mention, this could probably be solved using **explicit** relative imports for all the modules packed in `AlignQC`. ```python from __future__ import absolute_import # Not necessary for python 2.6+...