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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b923c80cf45e1e0af7849967ada3e07728cdce85
4
- data.tar.gz: 94288bbcc504ea3c6e4f0e99afe60003fbc2da4a
3
+ metadata.gz: b839403da7b40c9d64f37727ed806d342d60dee6
4
+ data.tar.gz: 92d8774dfe9545059d248cbab2c1fd912c080349
5
5
  SHA512:
6
- metadata.gz: 009a1eb82371c9c0ea5b618eba8cd8e4bc1778274bc5e2d56cf1c65135d45e048357ca8173eeeb33196902a2debca6e6e1e59455c4e84651b7d6143b70ae9130
7
- data.tar.gz: c0bf84f5018edaae1e11389ce2be34d8fbff7047a97970877ae90541434270386eaa8c2a983ba6c013324b9d2c1c042b52de0360c0fdc14b5b3e4db9f58db9a3
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
@@ -1,5 +1,5 @@
1
1
  module Qu
2
2
  module Pcr
3
- VERSION = "1.0.4"
3
+ VERSION = "1.0.5"
4
4
  end
5
5
  end
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
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-10 00:00:00.000000000 Z
11
+ date: 2014-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: qu-utils