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

fix

parent ce757768
No related merge requests found
......@@ -309,7 +309,7 @@ def initialize_training(args):
pprint.pprint(hyperparameters_lst)
allele_sequences = pandas.read_csv(
args.allele_sequences, index_col=0).sequence
args.allele_sequences, index_col=0).iloc[:,0]
df = pandas.read_csv(args.data)
print("Loaded training data: %s" % (str(df.shape)))
......
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