Skip to content
Snippets Groups Projects
Verified Commit 60f2b426 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

rmi_splitter_test.py: fix test_parsing_reads

parent 0fbd47e2
No related branches found
No related tags found
No related merge requests found
...@@ -623,6 +623,7 @@ class HandleFastqTest(unittest.TestCase): ...@@ -623,6 +623,7 @@ class HandleFastqTest(unittest.TestCase):
config=rmi_splitter.load_yaml( config=rmi_splitter.load_yaml(
path="rmi_splitter/tests/data/toy_file_paired.yaml"), path="rmi_splitter/tests/data/toy_file_paired.yaml"),
results_path="../results/", results_path="../results/",
ntuple_param=range(3),
verbose=True verbose=True
) )
self.assertEqual(1, 1) self.assertEqual(1, 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment