cpwardell / FiNGS

Filters for Next Generation Sequencing
Apache License 2.0
10 stars 0 forks source link

failed to test fings due to missing of factorial package #10

Open chengzhongshan opened 1 year ago

chengzhongshan commented 1 year ago

When installing fings via conda, it failed to test the following demo code; cd ~/anaconda3/envs/fings/lib/python3.7/site-packages/fings/exampledata/ ./test.sh

Need to install the python package factorial;

pip install factorial

The above still failed to resolve the issue;

The following will address the issue: python -m pip install scipy==1.2 --upgrade