Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko committed Dec 4, 2019
1 parent d8f80a3 commit 0501701
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions dnacauldron/reports/full_assembly_plan_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from ..tools import autoselect_enzyme
from .full_assembly_report import full_assembly_report


def full_assembly_plan_report(
assembly_plan,
target,
Expand Down
1 change: 0 additions & 1 deletion dnacauldron/reports/full_assembly_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ def full_assembly_report(
ax.figure.savefig(f.open("wb"), format="pdf", bbox_inches="tight")
plt.close(ax.figure)


if len(non_linear_slots):
report._file("non_linear_nodes.csv").write(
"\n".join(
Expand Down
2 changes: 1 addition & 1 deletion dnacauldron/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.1.2"

0 comments on commit 0501701

Please sign in to comment.