Closed xiucz closed 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.
pip install bw2-annotation-utils -i https://pypi.org/simple
Best, xiucz
Hi @xiucz , please try
python3 -m pip install git+https://github.com/bw2/annotation-utils
It works now.
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