Skip to content
Snippets Groups Projects
Commit 9d2ed0ae authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent 37e226b0
No related merge requests found
......@@ -172,7 +172,7 @@ def run(argv=sys.argv[1:]):
print(df[fold_cols].mean())
# Allele names in data are assumed to be already normalized.
df = df.loc[df.allele.isin(alleles)].dropna()
df = df.loc[df.allele.isin(alleles)]
print("Subselected to supported alleles: %s" % str(df.shape))
metadata_dfs["model_selection_data"] = df
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment