broadinstitute / SpliceAI-lookup

Website for checking SpliceAI and Pangolin scores:
https://spliceailookup.broadinstitute.org
MIT License
19 stars 7 forks source link

ModuleNotFoundError: No module named 'bw2_annotation_utils' #78

Closed xiucz closed 3 months ago

xiucz commented 3 months ago

Hi,

The 'bw2_annotation_utils' module seems to be missing from the 'requirements.txt' file. Could you please verify it? (https://github.com/broadinstitute/SpliceAI-lookup/blob/master/annotations/update_SpliceAI_annotation_txt_files.sh)

pip install bw2-annotation-utils -i https://pypi.org/simple cannot work also.

Best, xiucz

bw2 commented 3 months ago

Hi @xiucz , please try

python3 -m pip install git+https://github.com/bw2/annotation-utils

xiucz commented 3 months ago

It works now.