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

Test for pytest for parseMetadata: remove unnecessary print #54

parent ea7ca4ad
Branches
Tags
2 merge requests!37v0.0.1,!35Ci
......@@ -17,7 +17,6 @@ def readLine(fileName):
data = False
file = open(fileName, "r")
line = file.readline()
print(line)
if line.strip() == "uk,se,unstranded,no,Homo sapiens,Experiment_RID,Study_RID,Replicate_RID":
data = True
......
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