Skip to content

Commit

Permalink
remove total clip reactions from serialised BasicBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesm6 committed Apr 28, 2021
1 parent 3c575a5 commit da4bd7a
Show file tree
Hide file tree
Showing 2 changed files with 1,048 additions and 1,048 deletions.
3 changes: 0 additions & 3 deletions basicsynbio/cam/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def unique_parts_json(obj):
"description": value["part"].description,
"suggested stock concentration (ng/µL)": value["part"].concentration(),
"stock per 30 µL clip (µL)": 1,
"total clip reactions": len(value["clip reactions"]),
"clip reactions": [
"CR" + str(list(obj.clips_data.keys()).index(clip_reaction))
for clip_reaction in value["clip reactions"]
Expand Down Expand Up @@ -264,8 +263,6 @@ def unique_linkers_json(obj):
"sequence": str(value["linker"].seq),
"prefix_id": value["linker"].prefix_id,
"suffix_id": value["linker"].suffix_id,
"total prefix clip reactions": len(value["prefix clip reactions"]),
"total suffix clip reactions": len(value["suffix clip reactions"]),
"prefix clip reactions": [
"CR" + str(list(obj.clips_data.keys()).index(clip_reaction))
for clip_reaction in value["prefix clip reactions"]
Expand Down
Loading

0 comments on commit da4bd7a

Please sign in to comment.