Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make test failed #315

Closed
vivekabarath opened this issue Nov 21, 2018 · 1 comment
Closed

Make test failed #315

vivekabarath opened this issue Nov 21, 2018 · 1 comment

Comments

@vivekabarath
Copy link

I just now installed Salmon 0.12.0-alpha by compiling it on Ubuntu 18.04 successfully and ran the make and make install commands.

While running the make test command I get the following output...

Running tests...
Test project /scratch/Programes/salmon-0.12.0-alpha
Start 1: unit_tests
1/2 Test #1: unit_tests .......................***Failed 0.01 sec
Start 2: salmon_read_test_quasi
2/2 Test #2: salmon_read_test_quasi ........... Passed 1.06 sec

50% tests passed, 1 tests failed out of 2

Total Test time (real) = 1.07 sec

The following tests FAILED:
1 - unit_tests (Failed)
Errors while running CTest
Makefile:151: recipe for target 'test' failed
make: *** [test] Error 8

Why is this test failing?
It is OK.
I am new to Salmon.

with best regards,
Baradwaj

@rob-p
Copy link
Collaborator

rob-p commented Dec 6, 2018

Hi @vivekabarath,

The final v0.12.0 has been released and is available via both the release page on github and via bioonda, so I recommend you use the official version. Regarding your specific question, the failure of the unit tests should not be a problem and doesn't affect salmon. However there was previously an issue that could cause the make test to fail if make install was not run first. This should be resolved in the latest release as well.

Best,
Rob

@rob-p rob-p closed this as completed Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants