Skip to content
Snippets Groups Projects
Commit 0efb182a authored by Hugo Gillet's avatar Hugo Gillet
Browse files

Update test_match.py

parent b571e818
No related branches found
No related tags found
No related merge requests found
...@@ -166,6 +166,10 @@ def test_output_tsv(): ...@@ -166,6 +166,10 @@ def test_output_tsv():
def test_match_reprTranscript_expressionLevel(): def test_match_reprTranscript_expressionLevel():
"""
This function test that the right output is generated by the function
match_reprTranscript_expressionLevel()
"""
input_path = tFun.find_path("test_gene_exprL") input_path = tFun.find_path("test_gene_exprL")
intermediate_path = tFun.find_path_intermediateFile() intermediate_path = tFun.find_path_intermediateFile()
dict_repr_test = {'ENSMUSG00000079415': 'ENSMUST00000112933', dict_repr_test = {'ENSMUSG00000079415': 'ENSMUST00000112933',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment