Commit 61225594 authored by Your Name's avatar Your Name

predict add sample id

parent a84b77f8
......@@ -172,7 +172,7 @@ def main(te_file):
ctcvr = []
for prob in preds:
ctcvr.append([prob["sample_id"],prob['pctcvr'][0]])
ctcvr.append([prob["sample_id"][0],prob['pctcvr']])
return ctcvr
# indices = []
......
Markdown is supported
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