jyyulab / SJARACNe

Scalable Tool for Gene Network Reverse Engineering
Other
22 stars 16 forks source link

Problem finding sjaracne.exe #30

Closed albertoriva closed 2 years ago

albertoriva commented 4 years ago

I installed the program using the conda environment, but when I run it I get the following error:

ERROR 'sjaracne.exe' not found: [Errno 2] No such file or directory: 'sjaracne.exe': 'sjaracne.exe'

This is my command line:

sjaracne local -e ./expressions.txt -g ./hs-tf.txt -o out

Thank you!

KGZaker commented 3 years ago

Got the same problem. Could you have solved it yet?

mac osX 10.14.6, python=3.6.1 (conda), numpy>=1.14.2, scipy==1.0.1, pandas==0.22.0, cwltool==1.0.20190618201008

adamdingliang commented 2 years ago

Try to install it from source: $ git clone https://github.com/jyyulab/SJARACNe $ cd SJARACNe $ python setup.py build # build SJARACNe binary $ python setup.py install

python setup.py build is to build sjaracne.exe binary.