-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello,
I using setup.py test to test if the tool is installed properly. I have installed all the specified requirements. I get the following error message (for all of the tests):
ERROR: test_results (unittest.loader._FailedTest)
ImportError: Failed to import test module: test_results
Traceback (most recent call last):
File "/home/wicker/anaconda3/lib/python3.8/unittest/loader.py", line 436, in _find_test_path
module = self._get_module_from_name(name)
File "/home/wicker/anaconda3/lib/python3.8/unittest/loader.py", line 377, in _get_module_from_name
import(name)
File "/home/wicker/data1/matthias/IBSPY_test/IBSpy/tests/test_results.py", line 12, in
from IBSpy import IBSpyResults
File "/home/wicker/data1/matthias/IBSPY_test/IBSpy/IBSpy/init.py", line 8, in
from .IBSpy_result_set import IBSpyResultsSet
File "/home/wicker/data1/matthias/IBSPY_test/IBSpy/IBSpy/IBSpy_result_set.py", line 15, in
from .IBSpy_values_matrix import IBSpyValuesMatrix
File "/home/wicker/data1/matthias/IBSPY_test/IBSpy/IBSpy/IBSpy_values_matrix.py", line 17, in
class IBSpyValuesMatrix:
File "/home/wicker/data1/matthias/IBSPY_test/IBSpy/IBSpy/IBSpy_values_matrix.py", line 142, in IBSpyValuesMatrix
def merged_values(self) -> dict[str, pysam.TabixFile]:
TypeError: 'type' object is not subscriptable