Skip to content

Commit

Permalink
commented out lines from old model version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko committed Feb 27, 2019
1 parent 0e88f3a commit 88cdc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kappagate/predict_assembly_accuracy.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def slots_to_agents_and_rules(slots, annealing_data=('25C', '01h'),
ov1, ov2 = site1, tatapov.reverse_complement(site2)
else:
ov1, ov2 = site1, site2
rev_ov1 = tatapov.reverse_complement(ov1)
rev_ov2 = tatapov.reverse_complement(ov2)
# rev_ov1 = tatapov.reverse_complement(ov1)
# rev_ov2 = tatapov.reverse_complement(ov2)

rate = annealing_data[ov1][ov2] #+ annealing_data[rev_ov2][rev_ov1]
if rate == 0:
Expand Down

0 comments on commit 88cdc7e

Please sign in to comment.