phasegenomics / hic_qc

A (very) simple script to QC Hi-C data.
GNU Affero General Public License v3.0
25 stars 5 forks source link

Build hotfix #29

Closed bnelsj closed 5 years ago

bnelsj commented 5 years ago

This PR fixes an issue where the Travis pipeline wasn't actually using the correct python version when the conda environment was installed. This happened because the conda env create command ignores the command line python variable in favor of the version suggested by the dependencies in env.yml. Instead, we now use conda install to create the correct version, and added a test to ensure the runtime python version matches the TRAVIS_PYTHON_VERSION variable if it is present.