Skip to content

Commit 0fcd079

Browse files
committed
add primer design and sequencing info
1 parent 481f523 commit 0fcd079

8 files changed

Lines changed: 62 additions & 3 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.venv
22
site/
3-
.DS_Store
3+
**/.DS_Store

docs/.DS_Store

-6 KB
Binary file not shown.
26.5 KB
Loading
59.5 KB
Loading

docs/assets/sequencing_full.gif

1.64 MB
Loading

docs/assets/sequencing_icon.png

6.73 KB
Loading

docs/primer_design.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
# Primer design
1+
# Primer design
2+
3+
In some of these videos, the interface might be slightly different, but the functionality is basically the same.
4+
5+
## Primer design for homologous recombination
6+
7+
<div class="video-sizer">
8+
<div class="video-wrapper">
9+
<iframe src="https://www.youtube.com/embed/BpD_fnxpeuI" frameborder="0" allowfullscreen></iframe>
10+
</div>
11+
</div>
12+
13+
## Primer design for Gibson assembly
14+
15+
<div class="video-sizer">
16+
<div class="video-wrapper">
17+
<iframe src="https://www.youtube.com/embed/GhBHjQ8IkTE" frameborder="0" allowfullscreen></iframe>
18+
</div>
19+
</div>
20+
21+
## Primer design for Gateway cloning
22+
23+
<div class="video-sizer">
24+
<div class="video-wrapper">
25+
<iframe src="https://www.youtube.com/embed/-wjOY4i6mjg" frameborder="0" allowfullscreen></iframe>
26+
</div>
27+
</div>
28+
29+
30+

docs/sequencing_data.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,31 @@
1-
# Sequencing data
1+
# Sequencing data
2+
3+
To verify that the sequences you designed match what you created in the lab, you can align sequencing data against the sequences you designed. To do that, click on the top-right icon of a sequence in the `Cloning` tab.
4+
5+
<div markdown style="max-width: 400px" class="img-container">
6+
![](assets/sequencing_icon.png)
7+
</div>
8+
9+
You will be able to select a sequencing file from your computer. It accepts fasta, genbank, ab1 and fastq files.
10+
11+
### Displaying alignments of sequencing data
12+
13+
To see the alignments, either click on the `See Alignments` button in that window, or just click on the top-right eye icon of the sequence in the `Cloning` tab. Either option will take you to the `Sequence` tab, and now the editor will have an extra tab: `Alignments`. Below is a full example:
14+
15+
<div markdown style="max-width: 800px" class="img-container">
16+
![](assets/sequencing_full.gif)
17+
</div>
18+
19+
### Displaying chromatograms or histograms in sequencing data (ab1 or fastq files)
20+
21+
Once you have loaded sequencing data, and aligned it to a sequence. Go to the sequence editor, and click on the eye icon of the `Alignments` tab that says `Visibility Options`.
22+
23+
<div markdown style="max-width: 450px" class="img-container">
24+
![](assets/sequencing_chromatogram1.png)
25+
</div>
26+
27+
Then, select `Chromatogram`. That will display a chromatogram and histogram of the sequencing data.
28+
29+
<div markdown style="max-width: 300px" class="img-container">
30+
![](assets/sequencing_chromatogram2.png)
31+
</div>

0 commit comments

Comments
 (0)