Open tdsone opened 7 months ago
On OSX, you run into the following error when trying to run python scripts/download_bend.py:
python scripts/download_bend.py
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?
This can be fixed by adding lxml to the requirement.txt file.
lxml
For running precompute_embeddings.py two more packages are missing: h5py and pysam
precompute_embeddings.py
On OSX, you run into the following error when trying to run
python scripts/download_bend.py
:This can be fixed by adding
lxml
to the requirement.txt file.