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

Print output of parseMetadata pytest read

parent 58415f1c
Branches
Tags
2 merge requests!37v0.0.1,!35Ci
Pipeline #7730 failed with stages
in 2 minutes and 9 seconds
......@@ -16,7 +16,8 @@ def test_parseMetadata():
def readLine(fileName):
data = False
file = open(fileName, "r")
if file.readline() == "uk,se,unstranded,no,Homo sapiens,Experiment_RID,Study_RID,Replicate_RID":
data = True
print(file.readline())
#if file.readline() == "uk,se,unstranded,no,Homo sapiens,Experiment_RID,Study_RID,Replicate_RID":
#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