qu-cmdwrapper 1.0.0

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.
Files changed (67) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +17 -0
  3. data/Gemfile +5 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +32 -0
  6. data/Rakefile +1 -0
  7. data/lib/qu/cmdwrapper.rb +10 -0
  8. data/lib/qu/cmdwrapper/cmd.rb +109 -0
  9. data/lib/qu/cmdwrapper/ext_bin/linux/32/faToTwoBit +0 -0
  10. data/lib/qu/cmdwrapper/ext_bin/linux/32/ntdpal +0 -0
  11. data/lib/qu/cmdwrapper/ext_bin/linux/32/ntthal +0 -0
  12. data/lib/qu/cmdwrapper/ext_bin/linux/32/oligotm +0 -0
  13. data/lib/qu/cmdwrapper/ext_bin/linux/32/primer3_core +0 -0
  14. data/lib/qu/cmdwrapper/ext_bin/linux/32/twoBitToFa +0 -0
  15. data/lib/qu/cmdwrapper/ext_bin/linux/64/faToTwoBit +0 -0
  16. data/lib/qu/cmdwrapper/ext_bin/linux/64/ntdpal +0 -0
  17. data/lib/qu/cmdwrapper/ext_bin/linux/64/ntthal +0 -0
  18. data/lib/qu/cmdwrapper/ext_bin/linux/64/oligotm +0 -0
  19. data/lib/qu/cmdwrapper/ext_bin/linux/64/primer3_core +0 -0
  20. data/lib/qu/cmdwrapper/ext_bin/linux/64/twoBitToFa +0 -0
  21. data/lib/qu/cmdwrapper/ext_bin/mac/32/faToTwoBit +0 -0
  22. data/lib/qu/cmdwrapper/ext_bin/mac/32/ntthal +0 -0
  23. data/lib/qu/cmdwrapper/ext_bin/mac/32/oligotm +0 -0
  24. data/lib/qu/cmdwrapper/ext_bin/mac/32/primer3_core +0 -0
  25. data/lib/qu/cmdwrapper/ext_bin/mac/32/twoBitToFa +0 -0
  26. data/lib/qu/cmdwrapper/ext_bin/mac/64/faToTwoBit +0 -0
  27. data/lib/qu/cmdwrapper/ext_bin/mac/64/ntthal +0 -0
  28. data/lib/qu/cmdwrapper/ext_bin/mac/64/oligotm +0 -0
  29. data/lib/qu/cmdwrapper/ext_bin/mac/64/primer3_core +0 -0
  30. data/lib/qu/cmdwrapper/ext_bin/mac/64/twoBitToFa +0 -0
  31. data/lib/qu/cmdwrapper/primer3_config/dangle.dh +128 -0
  32. data/lib/qu/cmdwrapper/primer3_config/dangle.ds +128 -0
  33. data/lib/qu/cmdwrapper/primer3_config/interpretations/dangle_i.dh +131 -0
  34. data/lib/qu/cmdwrapper/primer3_config/interpretations/dangle_i.ds +131 -0
  35. data/lib/qu/cmdwrapper/primer3_config/interpretations/loops_i.dh +34 -0
  36. data/lib/qu/cmdwrapper/primer3_config/interpretations/loops_i.ds +31 -0
  37. data/lib/qu/cmdwrapper/primer3_config/interpretations/stack_i.dh +257 -0
  38. data/lib/qu/cmdwrapper/primer3_config/interpretations/stack_i.ds +256 -0
  39. data/lib/qu/cmdwrapper/primer3_config/interpretations/stackmm_i_mm.dh +257 -0
  40. data/lib/qu/cmdwrapper/primer3_config/interpretations/stackmm_i_mm.ds +256 -0
  41. data/lib/qu/cmdwrapper/primer3_config/interpretations/tetraloop_i.dh +79 -0
  42. data/lib/qu/cmdwrapper/primer3_config/interpretations/tetraloop_i.ds +81 -0
  43. data/lib/qu/cmdwrapper/primer3_config/interpretations/triloop_i.dh +21 -0
  44. data/lib/qu/cmdwrapper/primer3_config/interpretations/triloop_i.ds +18 -0
  45. data/lib/qu/cmdwrapper/primer3_config/interpretations/tstack2_i.dh +256 -0
  46. data/lib/qu/cmdwrapper/primer3_config/interpretations/tstack2_i.ds +256 -0
  47. data/lib/qu/cmdwrapper/primer3_config/interpretations/tstack_i.dh +256 -0
  48. data/lib/qu/cmdwrapper/primer3_config/interpretations/tstack_i.ds +256 -0
  49. data/lib/qu/cmdwrapper/primer3_config/interpretations/tstack_tm_inf_i.dh +256 -0
  50. data/lib/qu/cmdwrapper/primer3_config/interpretations/tstack_tm_inf_i.ds +256 -0
  51. data/lib/qu/cmdwrapper/primer3_config/loops.dh +30 -0
  52. data/lib/qu/cmdwrapper/primer3_config/loops.ds +30 -0
  53. data/lib/qu/cmdwrapper/primer3_config/stack.dh +256 -0
  54. data/lib/qu/cmdwrapper/primer3_config/stack.ds +256 -0
  55. data/lib/qu/cmdwrapper/primer3_config/stackmm.dh +256 -0
  56. data/lib/qu/cmdwrapper/primer3_config/stackmm.ds +256 -0
  57. data/lib/qu/cmdwrapper/primer3_config/tetraloop.dh +77 -0
  58. data/lib/qu/cmdwrapper/primer3_config/tetraloop.ds +77 -0
  59. data/lib/qu/cmdwrapper/primer3_config/triloop.dh +16 -0
  60. data/lib/qu/cmdwrapper/primer3_config/triloop.ds +16 -0
  61. data/lib/qu/cmdwrapper/primer3_config/tstack.dh +256 -0
  62. data/lib/qu/cmdwrapper/primer3_config/tstack2.dh +256 -0
  63. data/lib/qu/cmdwrapper/primer3_config/tstack2.ds +256 -0
  64. data/lib/qu/cmdwrapper/primer3_config/tstack_tm_inf.ds +256 -0
  65. data/lib/qu/cmdwrapper/version.rb +5 -0
  66. data/qu-cmdwrapper.gemspec +24 -0
  67. metadata +137 -0
@@ -0,0 +1,256 @@
1
+ inf
2
+ inf
3
+ inf
4
+ -6.3
5
+ inf
6
+ inf
7
+ inf
8
+ -7.0
9
+ inf
10
+ inf
11
+ inf
12
+ -5.8
13
+ -7.8
14
+ -4.0
15
+ -4.4
16
+ -13.2
17
+ inf
18
+ inf
19
+ -22.5
20
+ inf
21
+ inf
22
+ inf
23
+ -7.1
24
+ inf
25
+ inf
26
+ inf
27
+ -11.4
28
+ inf
29
+ -3.8
30
+ -0.5
31
+ -16.1
32
+ -1.7
33
+ inf
34
+ -10.7
35
+ inf
36
+ inf
37
+ inf
38
+ -6.0
39
+ inf
40
+ inf
41
+ inf
42
+ -15.5
43
+ inf
44
+ inf
45
+ -5.9
46
+ -16.1
47
+ -2.1
48
+ -8.7
49
+ -7.8
50
+ inf
51
+ inf
52
+ inf
53
+ -3.8
54
+ inf
55
+ inf
56
+ inf
57
+ -5.9
58
+ inf
59
+ inf
60
+ inf
61
+ -13.6
62
+ -6.3
63
+ -9.4
64
+ -6.5
65
+ inf
66
+ inf
67
+ inf
68
+ -5.9
69
+ inf
70
+ inf
71
+ inf
72
+ -1.3
73
+ -10.7
74
+ -5.9
75
+ -9.6
76
+ -16.1
77
+ inf
78
+ inf
79
+ inf
80
+ -1.2
81
+ inf
82
+ inf
83
+ -13.8
84
+ inf
85
+ inf
86
+ inf
87
+ -10.6
88
+ inf
89
+ -6.0
90
+ -5.1
91
+ -19.3
92
+ -8.0
93
+ inf
94
+ inf
95
+ -7.8
96
+ inf
97
+ inf
98
+ -5.9
99
+ inf
100
+ inf
101
+ inf
102
+ -5.1
103
+ inf
104
+ inf
105
+ -15.5
106
+ -19.3
107
+ -9.5
108
+ -9.0
109
+ inf
110
+ -10.6
111
+ inf
112
+ inf
113
+ -4.0
114
+ inf
115
+ inf
116
+ inf
117
+ -0.5
118
+ inf
119
+ inf
120
+ inf
121
+ -16.1
122
+ -10.6
123
+ -18.7
124
+ -16.9
125
+ -6.3
126
+ inf
127
+ inf
128
+ inf
129
+ inf
130
+ inf
131
+ inf
132
+ -4.7
133
+ -22.5
134
+ -13.8
135
+ -11.1
136
+ -16.1
137
+ inf
138
+ inf
139
+ inf
140
+ -2.7
141
+ inf
142
+ inf
143
+ inf
144
+ -9.8
145
+ inf
146
+ inf
147
+ -11.1
148
+ inf
149
+ -7.1
150
+ -10.6
151
+ -19.3
152
+ -13.5
153
+ inf
154
+ inf
155
+ -19.2
156
+ inf
157
+ inf
158
+ inf
159
+ -16.1
160
+ inf
161
+ inf
162
+ -9.6
163
+ inf
164
+ inf
165
+ -11.4
166
+ -19.3
167
+ -19.2
168
+ -15.9
169
+ inf
170
+ -9.5
171
+ inf
172
+ inf
173
+ inf
174
+ -18.7
175
+ inf
176
+ inf
177
+ -4.4
178
+ inf
179
+ inf
180
+ inf
181
+ -16.1
182
+ -7.8
183
+ -16.1
184
+ -21.2
185
+ -2.1
186
+ inf
187
+ inf
188
+ inf
189
+ -9.4
190
+ inf
191
+ inf
192
+ inf
193
+ -6.3
194
+ -5.9
195
+ -4.7
196
+ -14.2
197
+ inf
198
+ inf
199
+ inf
200
+ -6.3
201
+ inf
202
+ inf
203
+ inf
204
+ -10.5
205
+ inf
206
+ inf
207
+ inf
208
+ -8.9
209
+ -7.0
210
+ -1.3
211
+ -16.1
212
+ -6.3
213
+ inf
214
+ inf
215
+ -13.5
216
+ inf
217
+ inf
218
+ inf
219
+ -15.9
220
+ inf
221
+ inf
222
+ inf
223
+ -21.2
224
+ inf
225
+ -5.8
226
+ -16.1
227
+ -2.7
228
+ -10.5
229
+ inf
230
+ -8.0
231
+ inf
232
+ inf
233
+ inf
234
+ -9.0
235
+ inf
236
+ inf
237
+ inf
238
+ -16.9
239
+ inf
240
+ inf
241
+ -13.5
242
+ -1.2
243
+ -9.8
244
+ -8.9
245
+ -1.7
246
+ inf
247
+ inf
248
+ inf
249
+ -8.7
250
+ inf
251
+ inf
252
+ inf
253
+ -6.5
254
+ inf
255
+ inf
256
+ inf
@@ -0,0 +1,256 @@
1
+ inf
2
+ inf
3
+ inf
4
+ -6.3
5
+ inf
6
+ inf
7
+ inf
8
+ -7.0
9
+ inf
10
+ inf
11
+ inf
12
+ -5.8
13
+ -7.8
14
+ -4.0
15
+ -4.4
16
+ inf
17
+ inf
18
+ inf
19
+ -22.5
20
+ inf
21
+ inf
22
+ inf
23
+ -7.1
24
+ inf
25
+ inf
26
+ inf
27
+ -11.4
28
+ inf
29
+ -3.8
30
+ -0.5
31
+ inf
32
+ -1.7
33
+ inf
34
+ -10.7
35
+ inf
36
+ inf
37
+ inf
38
+ -6.0
39
+ inf
40
+ inf
41
+ inf
42
+ -15.5
43
+ inf
44
+ inf
45
+ -5.9
46
+ inf
47
+ -2.1
48
+ -8.7
49
+ -7.8
50
+ inf
51
+ inf
52
+ inf
53
+ -3.8
54
+ inf
55
+ inf
56
+ inf
57
+ -5.9
58
+ inf
59
+ inf
60
+ inf
61
+ inf
62
+ -6.3
63
+ -9.4
64
+ -6.5
65
+ inf
66
+ inf
67
+ inf
68
+ -5.9
69
+ inf
70
+ inf
71
+ inf
72
+ -1.3
73
+ -10.7
74
+ -5.9
75
+ -9.6
76
+ inf
77
+ inf
78
+ inf
79
+ inf
80
+ -1.2
81
+ inf
82
+ inf
83
+ -13.8
84
+ inf
85
+ inf
86
+ inf
87
+ -10.6
88
+ inf
89
+ -6.0
90
+ -5.1
91
+ inf
92
+ -8.0
93
+ inf
94
+ inf
95
+ -7.8
96
+ inf
97
+ inf
98
+ -5.9
99
+ inf
100
+ inf
101
+ inf
102
+ -5.1
103
+ inf
104
+ inf
105
+ -15.5
106
+ inf
107
+ -9.5
108
+ -9.0
109
+ inf
110
+ -10.6
111
+ inf
112
+ inf
113
+ -4.0
114
+ inf
115
+ inf
116
+ inf
117
+ -0.5
118
+ inf
119
+ inf
120
+ inf
121
+ inf
122
+ -10.6
123
+ -18.7
124
+ -16.9
125
+ -6.3
126
+ inf
127
+ inf
128
+ inf
129
+ inf
130
+ inf
131
+ inf
132
+ -4.7
133
+ -22.5
134
+ -13.8
135
+ -11.1
136
+ inf
137
+ inf
138
+ inf
139
+ inf
140
+ -2.7
141
+ inf
142
+ inf
143
+ inf
144
+ -9.8
145
+ inf
146
+ inf
147
+ -11.1
148
+ inf
149
+ -7.1
150
+ -10.6
151
+ inf
152
+ -13.5
153
+ inf
154
+ inf
155
+ -19.2
156
+ inf
157
+ inf
158
+ inf
159
+ -16.1
160
+ inf
161
+ inf
162
+ -9.6
163
+ inf
164
+ inf
165
+ -11.4
166
+ inf
167
+ -19.2
168
+ -15.9
169
+ inf
170
+ -9.5
171
+ inf
172
+ inf
173
+ inf
174
+ -18.7
175
+ inf
176
+ inf
177
+ -4.4
178
+ inf
179
+ inf
180
+ inf
181
+ inf
182
+ -7.8
183
+ -16.1
184
+ -21.2
185
+ -2.1
186
+ inf
187
+ inf
188
+ inf
189
+ -9.4
190
+ inf
191
+ inf
192
+ inf
193
+ -6.3
194
+ -5.9
195
+ -4.7
196
+ inf
197
+ inf
198
+ inf
199
+ inf
200
+ -6.3
201
+ inf
202
+ inf
203
+ inf
204
+ -10.5
205
+ inf
206
+ inf
207
+ inf
208
+ -8.9
209
+ -7.0
210
+ -1.3
211
+ inf
212
+ -6.3
213
+ inf
214
+ inf
215
+ -13.5
216
+ inf
217
+ inf
218
+ inf
219
+ -15.9
220
+ inf
221
+ inf
222
+ inf
223
+ -21.2
224
+ inf
225
+ -5.8
226
+ inf
227
+ -2.7
228
+ -10.5
229
+ inf
230
+ -8.0
231
+ inf
232
+ inf
233
+ inf
234
+ -9.0
235
+ inf
236
+ inf
237
+ inf
238
+ -16.9
239
+ inf
240
+ inf
241
+ inf
242
+ -1.2
243
+ -9.8
244
+ -8.9
245
+ -1.7
246
+ inf
247
+ inf
248
+ inf
249
+ -8.7
250
+ inf
251
+ inf
252
+ inf
253
+ -6.5
254
+ inf
255
+ inf
256
+ inf