Skip to content
Snippets Groups Projects
Commit 0630a643 authored by Arun Ahuja's avatar Arun Ahuja
Browse files

Update create-combined-class1-dataset.py

parent cf1c077e
No related merge requests found
......@@ -68,7 +68,7 @@ if __name__ == "__main__":
args = parser.parse_args()
print("Reading %s..." % args.iedb_pickle_path)
with open(args.iedb_pickle_path, "r'") as f:
with open(args.iedb_pickle_path, "r") as f:
iedb_datasets = pickle.load(f)
print("Reading %s..." % args.netmhcpan_csv_path)
......
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