Skip to content

Commit f65ab55

Browse files
committed
update with settings
1 parent 676e0d8 commit f65ab55

7 files changed

Lines changed: 26 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ git submodule update --init --recursive
2828
# activate virtual environment
2929
source .venv/bin/activate
3030
# start dev server
31-
mkdocs serve
31+
mkdocs serve -a localhost:8001
3232
```
3333

34-
Go to http://127.0.0.1:8000/ and you should see the page.
34+
Go to http://127.0.0.1:8001/ and you should see the page.
3535

3636
## Adding content
3737

docs/assets/settings.png

73.4 KB
Loading

docs/interface.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ At the top of the page, you have four tabs:
1111
* `Description`: to add / see a plain text description for your cloning strategy.
1212
* `Sequence`: A sequence viewer, to see the sequences you have loaded, and their features. When using the [primer designer](./primer_design.md), this tab also allows you to select part of sequences for primer design, such as what regions you want to amplify from a plasmid, or what region you want to replace in the genome (for homologous recombination).
1313
* `Data model`: shows part of the data model that you can download as a `.json` file, in case you are interested on how will that look.
14+
* `Settings`: to set global application settinsg. For now, includes parameters to calculate melting temperature and other thermodynamic properties in the [primer table](./primers.md#the-primer-table) and for [primer design](./primer_design.md).
1415

1516
## Use sequences for cloning and genome engineering
1617

docs/primer_design.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
In some of these videos, the interface might be slightly different, but the functionality is basically the same.
44

5+
!!! info "Parameters used to calculate melting temperature for primer design"
6+
You can set the parameters used to calculate melting temperature in the [Settings tab](./settings.md).
7+
58
## Primer design for homologous recombination
69

710
<div class="video-sizer">

docs/primers.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ You can export primers to a `.csv` or `.tsv` file by clicking on the `Download p
2626

2727
## The primer table
2828

29+
30+
!!! info "Parameters used to calculate melting temperature and other thermodynamic properties"
31+
You can set the parameters used to calculate and display melting temperature and other thermodynamic properties in the primer table and for [primer design](./primer_design.md) in the [Settings tab](./settings.md).
32+
2933
The primer table shows properties of the primers, and the icons on the left side of the table allow you to edit or delete the primer, and see extra info about it.
3034

3135
If the primers are used in a PCR or oligonucleotide hybridization, the information for the binding part is shown first, and the information for the full primer is shown in parenthesis. For example, below the primer `vector_forward` has a total length of 36bps, but only 19 bind to its template in the PCR, so the table shows `19 (36)` in the `Length` column.

docs/settings.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Settings
2+
3+
## Primer thermodynamic settings
4+
5+
You can set the parameters used to calculate melting temperature and other thermodynamic properties in the [primer table](./primers.md#the-primer-table) and for [primer design](./primer_design.md) in the `Settings` tab.
6+
7+
For now, you can specify:
8+
9+
- The concentration of the primer in the PCR or hybridization reaction (default 50 nM)
10+
- The monovalent cation concentration (default 50 mM)
11+
- The divalent cation concentration (default 1.5 mM)
12+
13+
<div markdown style="max-width: 600px" class="img-container">
14+
![](assets/settings.png)
15+
</div>

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ nav:
4747
- The OpenCloning interface: interface.md
4848
- Primers: primers.md
4949
- Exporting sequences and workflows: exporting.md
50+
- Settings: settings.md
5051
- Supported methods:
5152
- 🛠 Cre/LoxP: methods/cre_loxp.md
5253
- CRISPR-HDR: methods/crispr_hdr.md

0 commit comments

Comments
 (0)