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

Test for pytest for parseMetadata: supposed to pass #54

parent 22fbaf52
Branches
Tags
2 merge requests!37v0.0.1,!35Ci
Pipeline #7742 passed with stages
in 1 hour, 35 minutes, and 13 seconds
......@@ -18,7 +18,7 @@ def readLine(fileName):
file = open(fileName, "r")
line = file.readline()
print(line)
if line == "uk,se,unstranded,no,Homo sapiens,Experiment_RID,Study_RID,Replicate_RID":
if line.strip() == "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