Skip to content
Snippets Groups Projects
Commit 78c61642 authored by Harry Carey's avatar Harry Carey
Browse files

removed marker indexing

parent 44708814
No related branches found
No related tags found
No related merge requests found
......@@ -32,12 +32,7 @@ def load_visualign_json(filename):
# save with .json extension need to see if i can remove this
with open(filename.replace(".waln", ".json").replace(".wwrp", ".json"), "w") as f:
json.dump(lz_compat_file, f, indent=4)
for slice in slices:
if "markers" in slice:
slice["markers"] = [
[marker["x"], marker["y"], marker["nx"], marker["ny"]
] for marker in slice["markers"]
]
else:
slices = vafile["slices"]
......
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