jbloomlab / SARS-CoV-2-RBD_DMS

Deep mutational scanning of the receptor-binding domain of SARS-CoV-2 Spike
BSD 3-Clause "New" or "Revised" License
43 stars 17 forks source link

dms_variants issue #102

Open babo99con opened 1 year ago

babo99con commented 1 year ago

I have addressed the recent issue (https://github.com/jbloomlab/SARS-CoV-2-RBD_DMS/issues/101) by upgrading our Python packages,

thanks to your helpful hints.

However, I have encountered a new issue related to dms_variants. The version of Python you provided from Github is 3.7.4, whereas dms_variantsrequires Python version 3.8 or higher. What steps can I take to resolve this problem?

babo99con commented 1 year ago

and also I tryed conda env create -f environment.yml -p ./env python=3.8 but. still, installed python 3.7.4

jbloom commented 1 year ago

Try building the environment in environment_unpinned.yml and update the python specification in that file to be python=3.8.