-
Notifications
You must be signed in to change notification settings - Fork 4
Description
hi!First of all, thanks for your software to help me to analysis my data.
Unfortunately,I meet some problem when i install LocaRNA, and my commends as follow:
wet https://github.com/s-will/LocARNA/releases/download/v1.9.2.1/locarna-1.9.2.1.tar.gz
tar zxvf locarna-1.9.2.1.tar.gz
cd locarna-1.9.2.1
./configure --prefix=my/located/locarna-1.9.2.1
make
make check
Before this, I have installed ViennaRNA-2.4.18, and my error is:
{{{
Testsuite summary for LocARNA 1.9.2.1
TOTAL: 2
PASS: 1
SKIP: 0
XFAIL: 0
FAIL: 1
XPASS: 0
ERROR: 0
See src/Tests/test-suite.log
Please report to will@informatik.uni-freiburg.de
make[6]: *** [Makefile:746: test-suite.log] Error 1
make[6]: Leaving directory '/home/xxf/lini/biosoft/LocARNA/locarna-1.9.2.1/src/T ests'
make[5]: *** [Makefile:854: check-TESTS] Error 2
make[5]: Leaving directory '/home/xxf/lini/biosoft/LocARNA/locarna-1.9.2.1/src/T ests'
make[4]: *** [Makefile:932: check-am] Error 2
make[4]: Leaving directory '/home/xxf/lini/biosoft/LocARNA/locarna-1.9.2.1/src/T ests'
make[3]: *** [Makefile:934: check] Error 2
make[3]: Leaving directory '/home/xxf/lini/biosoft/LocARNA/locarna-1.9.2.1/src/T ests'
make[2]: *** [Makefile:963: check-recursive] Error 1
make[2]: Leaving directory '/home/xxf/lini/biosoft/LocARNA/locarna-1.9.2.1/src'
make[1]: *** [Makefile:1112: check] Error 2
make[1]: Leaving directory '/home/xxf/lini/biosoft/LocARNA/locarna-1.9.2.1/src'
make: *** [Makefile:650: check-recursive] Error 1
}}}
i will give the src/Tests/test-suite.log in the website:
https://github.com/zxy1555847/-/projects/1
Thank you!