Skip to content

Commit

Permalink
Merge da4bd7a into 3c575a5
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesm6 committed Apr 28, 2021
2 parents 3c575a5 + da4bd7a commit 5929337
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 5929337

Please sign in to comment.