I'm trying to install biopython on ubuntu.
(After I've installed all the requirements) I ran these commands in terminal:
python setup.py build
python setup.py test
and I get this error:
FAIL: test_orchid_est (test_NCBI_qblast.TestQblast)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/media/userlab/localData/Moriah/biopython-1.65/Tests/test_NCBI_qblast.py", line 69, in test_orchid_est
0.0000001, None, ["21554275", "18409071", "296087288"])
File "/media/userlab/localData/Moriah/biopython-1.65/Tests/test_NCBI_qblast.py", line 124, in run_qblast
% ", ".join(expected_hits)
AssertionError: Missing all of 21554275, 18409071, 296087288 in alignments**
----------------------------------------------------------------------
Ran 1 test in 446.997 seconds
What should I do to fix it?
Thanks
thanks a lot, solved the problem.