Commit 950b02f0 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

One last adjustment to generate_chain_data_cache.py

parent 39860f93
......@@ -43,9 +43,6 @@ def parse_file(
cluster_size = chain_cluster_size_dict.get(
full_name.upper(), -1
)
else:
cluster_size = None
local_data["cluster_size"] = cluster_size
elif(ext == ".pdb"):
with open(os.path.join(args.data_dir, f), "r") as fp:
......@@ -64,9 +61,6 @@ def parse_file(
cluster_size = chain_cluster_size_dict.get(
full_name.upper(), -1
)
else:
cluster_size = None
chain_dict["cluster_size"] = cluster_size
out = {file_id: chain_dict}
......
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