Skip to content
Snippets Groups Projects
Commit 4539dba1 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix consistency module #27

parent b247d7e4
Branches
Tags
2 merge requests!37v0.0.1,!35Ci
Pipeline #7762 passed with stages
in 2 hours, 34 minutes, and 39 seconds
......@@ -18,7 +18,7 @@ def test_consistencyPE():
assert os.path.exists(os.path.join(test_output_path, 'PE_multiqc_data.json'))
assert readAssigned("assignedPE.txt","assignedExpectPE.txt")
def readAssgned(fileAssigned,fileExpectAssigned):
def readAssigned(fileAssigned,fileExpectAssigned):
data = False
assigned = open(fileAssigned, "r")
expect = open(fileExpectAssigned, "r")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment