openvax / mhcflurry

Peptide-MHC I binding affinity prediction
http://openvax.github.io/mhcflurry/
Apache License 2.0
191 stars 57 forks source link

update README with instructions for installation using conda #110

Closed timodonnell closed 6 years ago

timodonnell commented 6 years ago

In response to this user suggestion:

The initial install was a bit tricky as I was receiving errors about the inability to find a version of tensor flow that satisfies requirements. I installed a few version of tensor flow and this allowed me to run the pip install of mhcflurry 0.9.1 but when I attempted to run the fetch command I received errors about failing to import from tensorflow. Ultimately, I created a separate conda environment and installed tensorflow through conda in this environment I was able to run mhcflurry with no errors.