cgat-developers / cgat-flow

cgat-flow repository
MIT License
13 stars 9 forks source link

New way of activating conda environments #15

Closed sebastian-luna-valero closed 6 years ago

sebastian-luna-valero commented 6 years ago

Due to the new way we use conda environments in the code, and a change in the way that conda environments are handled, the docs need updating.

Also, the GCC package in conda seems to be deprecated and therefore we need to rely now on a local C/C++ compiler on the target machine. Added a test to check for compilers before performing the installation. Removed gcc packages in here

sebastian-luna-valero commented 6 years ago

xref: https://github.com/conda/conda/issues/7333