qu-pcr 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/qu/pcr/primer3_parameters.rb +7 -1
- data/lib/qu/pcr/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b839403da7b40c9d64f37727ed806d342d60dee6
|
4
|
+
data.tar.gz: 92d8774dfe9545059d248cbab2c1fd912c080349
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75f2c276a539396876c0b1614a573e74c39d041feeae68283f13fd2f29ff1c0c2ca5d2a69a8c13e296f9aa47867194ee2e65feef25e7fe3a3f6bb5fea12d5b67
|
7
|
+
data.tar.gz: da6c34009a85abeffc7cbeaa410da504d2079d4b9645d4a45d84562cc35814b38d86bf791293c27a42335a49386baf4d5c824b4e95ac4216ccaeb65e7473dcc6
|
@@ -26,6 +26,8 @@ module Qu
|
|
26
26
|
PRIMER_MAX_HAIRPIN_TH: 47,
|
27
27
|
PRIMER_MAX_SELF_ANY_TH: 47,
|
28
28
|
PRIMER_MAX_SELF_END_TH: 47,
|
29
|
+
PRIMER_PAIR_MAX_COMPL_ANY_TH: 47,
|
30
|
+
PRIMER_PAIR_MAX_COMPL_END_TH: 47,
|
29
31
|
SEQUENCE_TEMPLATE: "",
|
30
32
|
PRIMER_THERMODYNAMIC_PARAMETERS_PATH: Cmdwrapper::THERMO_PATH,
|
31
33
|
PRIMER_PICK_LEFT_PRIMER: 1,
|
@@ -50,6 +52,7 @@ module Qu
|
|
50
52
|
SEQUENCE_PRIMER_PAIR_OK_REGION_LIST: "",
|
51
53
|
PRIMER_MIN_LEFT_THREE_PRIME_DISTANCE: 2,
|
52
54
|
PRIMER_LOWERCASE_MASKING: 1,
|
55
|
+
PRIMER_PRODUCT_OPT_TM: 0,
|
53
56
|
}
|
54
57
|
|
55
58
|
# Parameters not shown to users for editing
|
@@ -77,6 +80,9 @@ module Qu
|
|
77
80
|
:PRIMER_MAX_HAIRPIN_TH, # I think it's no needed here, becuse they should be checked in MFEprimer (>v3.0), Wubin Qu [2014-5-8]
|
78
81
|
:PRIMER_MAX_SELF_ANY_TH,
|
79
82
|
:PRIMER_MAX_SELF_END_TH,
|
83
|
+
:PRIMER_PAIR_MAX_COMPL_ANY_TH,
|
84
|
+
:PRIMER_PAIR_MAX_COMPL_END_TH,
|
85
|
+
:PRIMER_PRODUCT_OPT_TM,
|
80
86
|
]
|
81
87
|
end
|
82
|
-
end
|
88
|
+
end
|
data/lib/qu/pcr/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qu-pcr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wubin Qu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: qu-utils
|