y-hwang / gLM

Genomic language model predicts protein co-regulation and function
https://www.biorxiv.org/content/10.1101/2023.04.07.536042v3
Other
64 stars 8 forks source link

Install instructions error; suggest moving python version to `environment.yml` #8

Open riveSunder opened 1 week ago

riveSunder commented 1 week ago

A minor error can occur if users follow the README.md instructions verbatim.

# input denoted by '$'

$ conda env create -f environment.yml python==3.10.8

SpecNotFound: Invalid name 'python==3.10.8', try the format: user/package

This can be solved by moving the python version dependency into environment.yml and updating README.md to reflect the change.

riveSunder commented 1 week ago

I've created a (draft) pull request to address this issue, PR #9.