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

Edit dataQC pytest: should pass #48

parent 042e9177
Branches
Tags
2 merge requests!37v0.0.1,!35Ci
Pipeline #7733 failed with stages
in 1 minute and 56 seconds
......@@ -16,9 +16,8 @@ def test_dataQC():
def countLines(fileName):
data = False
file = open(fileName, "r")
for line in file:
if file.readlines()[6] != "geneID":
data = True
break
file.readline()
if file.readlines()[6] != "geneID":
data = True
return data
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