cerebis / qc3C

Reference-free quality assessment for Hi-C sequencing data
GNU Affero General Public License v3.0
12 stars 1 forks source link

Environments with PYTHONPATH set can mislead docker image. #33

Open cerebis opened 4 years ago

cerebis commented 4 years ago

Users which make use of PYTHONPATH within the shell that they intend to launch the docker image, should unset this variable prior to invocation. This is so as to avoid importing conflicting packages from a local library in preference to those included in the Docker image.

Add this as documentation and consider unsetting such variables within docker.