UCSF-Costello-Lab / LG3_Pipeline

The original LG3 pipeline
https://github.com/UCSF-Costello-Lab/LG3_Pipeline
0 stars 0 forks source link

ROBUSTNESS: Validate Python version #136

Closed HenrikBengtsson closed 4 years ago

HenrikBengtsson commented 4 years ago

Wherever possible, add a:

assert_python_version

to assert that Python 2.7.x is used.

Related to #135

HenrikBengtsson commented 4 years ago

Turns out some scripts use a hardcoded python executable whereas others use python on the PATH, cf. #10.

I've added assertions of the Python version as a start. However, eventually, all scripts should use the same reproducible approach for launching Python.