chrisquince / STRONG

Strain Resolution ON Graphs
MIT License
44 stars 9 forks source link

Maybe we need to add libiconv to yaml #98

Closed chrisquince closed 4 years ago

chrisquince commented 4 years ago

This is certainly needed in Ubuntu 16.04

Sebastien-Raguideau commented 4 years ago

conda_env.yaml works fine for the results part with last iteration of change. --> added libiconv --> reshape2 instead of reshape --> channel r before channel conda-forge (conda-forge recipe fail)

BUT I had to implement an unsavory fix on R not finding library, there is a need to manually symlink 1 lib to another location. Instead of putting it in install readme, i created a rule in results. Not sure how robust, that is.

Sebastien-Raguideau commented 4 years ago

Just to precise, I spent 1h trying different requirement of library to not do that. But, that seems to be the best answer at the moment