-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFig 4 - Sample NUPACK code for the AND-computing toehold switch type I.txt
More file actions
49 lines (37 loc) · 1.5 KB
/
Fig 4 - Sample NUPACK code for the AND-computing toehold switch type I.txt
File metadata and controls
49 lines (37 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#Sample NUPACK Code for the AND-Computing Toehold Switch (ACTS) Type I
material = rna1999
temperature = 37.0
trials = 10
# target structures
structure switch = U3 U16 D12 (U3 D6 U14 U3) U50
structure target = U3 D8 U6 U3 U28 U3 U47
structure complex = U3 D8 U6 U3 D28 (U3 U47 + U3) U6 U12 U14 U12 U50
# sequence domains
domain T7_term = UAGCAUAACCCCUUGGGGCCUCUAAACGGGUCUUGAGGGGUUUUUUG
domain linker21 = AACCUGGCGGCAGCGCAAAAG
#first 29 nt of GFP
domain output_gene = AUGCGUAAAGGAGAAGAACUUUUCACUGG
domain preG = GGG
domain targ_stem = N8
domain targ_loop = N6
domain targ_spacer1 = N3
domain targ_spacer2 = N3
domain toehold = N16
domain stem1 = N12
domain stem2 = N3
domain stem3 = NNNNNN
domain loop = NNNAACAGAGGAGA
domain stem2_star = AUG #start codon
switch.seq = preG toehold stem1 stem2 stem3 loop stem3* stem2_star stem1* linker21 output_gene
target.seq = preG targ_stem targ_loop targ_stem* targ_spacer1 stem1* toehold* targ_spacer2 T7_term
complex.seq = preG targ_stem targ_loop targ_stem* targ_spacer1 stem1* toehold* targ_spacer2 T7_term preG toehold stem1 stem2 stem3 loop stem3* stem2_star stem1* linker21 output_gene
# specify stop conditions for normalized ensemble defect
# Stop condition is increased to 10 to accommodate terminator
# and output gene non-ideal secondary structure
switch.stop = 10
target.stop = 10
complex.stop = 10
#
# prevent sequence patterns
#
prevent = AAAA, CCCC, GGGG, UUUU, KKKKKK, MMMMMM, RRRRRR, SSSSSS, WWWWWW, YYYYYY