Skip to content
Snippets Groups Projects
Commit 668ba5c0 authored by Rohmer Coralie's avatar Rohmer Coralie
Browse files

fix

parent 48c3a69e
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,6 @@ for i in range(len(exp_names)):
search_meta_consensus=re.search(NAME_META_CONSENSUS,filename)
if ((search_meta_consensus and META_CONSENSUS) or (not search_meta_consensus and not META_CONSENSUS)):
threshold=filename.split(".")[0].split("_t")[-1]
print(threshold)
if (threshold not in files):
files[threshold]={}
if (exp_names[i] not in files[threshold]):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment