Skip to content

Commit

Permalink
closes #288, includes the graphics in docs notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera committed Oct 9, 2024
1 parent a7743e4 commit 0f15ccd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Binary file added docs/_static/assembly_fragment_slide_circular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/assembly_fragment_slide_linear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion docs/notebooks/primer_design.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,19 @@
"print(4*' ', '^^^', 60*' ', '^^^', sep='')\n",
"\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Summary of assembly_fragments behaviour\n",
"\n",
"The behaviour is summarised in the following graphics for linear and circular assembly.\n",
"\n",
"![assembly_fragments behaviour](../_static/assembly_fragment_slide_linear.png)\n",
"![assembly_fragments behaviour](../_static/assembly_fragment_slide_circular.png)\n",
"\n"
]
}
],
"metadata": {
Expand All @@ -433,7 +446,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 0f15ccd

Please sign in to comment.