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

Update parseMetadata ci test

parent c4c258bf
Branches
Tags
2 merge requests!68Develop,!67Resolve "Change Single Read to Single End for submitted endness"
Pipeline #9111 failed with stages
in 1 hour, 44 minutes, and 19 seconds
......@@ -19,7 +19,7 @@ def readLine(fileName):
data = False
file = open(fileName, "r")
line = file.readline()
if line.strip() == "uk,uk,se,unstranded,no,Homo sapiens,75,Experiment_RID,Study_RID,Replicate_RID":
if line.strip() == "uk,uk,se,unstranded,f,Homo sapiens,75,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