File: RelionTests.cmake

package info (click to toggle)
relion 3.1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 16,304 kB
  • sloc: cpp: 153,130; ansic: 4,359; python: 1,834; sh: 161; makefile: 36; csh: 1
file content (310 lines) | stat: -rw-r--r-- 9,170 bytes parent folder | download | duplicates (5)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
file(COPY ${CMAKE_SOURCE_DIR}/tests DESTINATION ${CMAKE_BINARY_DIR})
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/tests/test_output)

set(RELION_INPUT_DIR_RYR "/nethome/projects/RELION/refData/inputData/ryr")
set(RELION_INPUT_DIR_EMP "/nethome/projects/RELION/refData/inputData/empiar")
set(RELION_INPUT_DIR_TAG "/nethome/projects/RELION/refData/inputData/tagcase")

#--------------------------------------------------------------------			   
add_test(NAME GPU-2Dc_small
        WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests 
        COMMAND refine --o test_output/gpu2Dc_small
        --i "${RELION_INPUT_DIR_EMP}/particles_rh15_100_L.star" 
        --particle_diameter 200 
        --angpix 1.77 
        --iter 3 
        --tau2_fudge 2 
        --K 10 
        --ctf 
        --flatten_solvent 
        --zero_mask 
        --oversampling 1 
        --psi_step 11.25
        --offset_range 5 
        --offset_step 2 
        --norm 
        --scale 
        --j 1 
        --onthefly_shifts 
        --random_seed 1993 
	--perturb 0
        --gpu)
#--------------------------------------------------------------------
add_test(NAME CPU-2Dc_small
        WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests 
        COMMAND refine --o test_output/cpu2Dc_small
        --i "${RELION_INPUT_DIR_EMP}/particles_rh15_100_L.star" 
        --particle_diameter 200 
        --angpix 1.77 
        --iter 3 
        --tau2_fudge 2 
        --K 10 
        --ctf 
        --flatten_solvent 
        --zero_mask 
        --oversampling 1 
        --psi_step 11.25
        --offset_range 5 
        --offset_step 2 
        --norm 
        --scale 
        --j 1 
        --onthefly_shifts 
        --random_seed 1993 
	--perturb 0)
#--------------------------------------------------------------------
add_test(NAME GPU-2Dc_medium
        WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests 
        COMMAND refine --o test_output/gpu2Dc_medium 
        --i "${RELION_INPUT_DIR_EMP}/particles_rh15_600_L.star" 
        --particle_diameter 200 
        --angpix 1.77 
        --iter 5 
        --tau2_fudge 2 
        --K 50 
        --ctf 
        --flatten_solvent 
        --zero_mask 
        --oversampling 1 
        --psi_step 5.625
        --offset_range 5 
        --offset_step 1 
        --norm 
        --scale 
        --j 1 
        --random_seed 1993 
	--perturb 0
        --gpu)
#--------------------------------------------------------------------
add_test(NAME CPU-2Dc_medium
        WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests 
        COMMAND refine --o test_output/cpu2Dc_medium 
        --i "${RELION_INPUT_DIR_EMP}/particles_rh15_600_L.star" 
        --particle_diameter 200 
        --angpix 1.77 
        --iter 5 
        --tau2_fudge 2 
        --K 50 
        --ctf 
        --flatten_solvent 
        --zero_mask 
        --oversampling 1 
        --psi_step 5.625
        --offset_range 5 
        --offset_step 1 
        --norm 
        --scale 
        --j 5 
        --random_seed 1993 
	--perturb 0)
#--------------------------------------------------------------------
add_test(NAME GPU-3Dc_small
        WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests 
        COMMAND refine --o test_output/gpu3Dc_small
        --i "${RELION_INPUT_DIR_RYR}/benchmark_ryr_10_local.star" 
        --j 1 
        --particle_diameter 400 
        --angpix 1.34 
        --ref "${RELION_INPUT_DIR_RYR}/ref_8A.mrc" 
        --ini_high 30 
        --ctf 
        --ctf_corrected_ref 
        --iter 2 
        --tau2_fudge 2 
        --K 1 
        --flatten_solvent 
        --zero_mask 
        --oversampling 1 
        --healpix_order 2 
        --offset_range 3 
        --offset_step 2 
        --sym C1 
        --norm 
        --scale 
        --random_seed 1 
        --onthefly_shifts 
	--perturb 0
        --gpu) 
#--------------------------------------------------------------------
add_test(NAME CPU-3Dc_small
        WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests 
        COMMAND refine --o test_output/cpu3Dc_small
        --i "${RELION_INPUT_DIR_RYR}/benchmark_ryr_10_local.star" 
        --j 1 
        --particle_diameter 400 
        --angpix 1.34 
        --ref "${RELION_INPUT_DIR_RYR}/ref_8A.mrc" 
        --ini_high 30 
        --ctf 
        --ctf_corrected_ref 
        --iter 2 
        --tau2_fudge 2 
        --K 1 
        --flatten_solvent 
        --zero_mask 
        --oversampling 1 
        --healpix_order 2 
        --offset_range 3 
        --offset_step 2 
        --sym C1 
        --norm 
        --scale 
        --random_seed 1 
        --onthefly_shifts 
	--perturb 0) 
#--------------------------------------------------------------------
add_test(NAME GPU-3Dc_medium
        WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests 
        COMMAND refine --o test_output/gpu3Dc_medium
        --i "${RELION_INPUT_DIR_RYR}/benchmark_ryr_500_local.star" 
        --j 5 
        --particle_diameter 400 
        --angpix 1.34 
        --ref "${RELION_INPUT_DIR_RYR}/ref_8A.mrc" 
        --ini_high 30 
        --ctf 
        --ctf_corrected_ref 
        --iter 2 
        --tau2_fudge 2 
        --K 3 
        --flatten_solvent 
        --zero_mask 
        --oversampling 1 
        --healpix_order 2 
        --offset_range 5 
        --offset_step 2 
        --sym C1 
        --norm 
        --scale 
        --random_seed 1
        --onthefly_shifts 
	--perturb 0
        --gpu) 
#--------------------------------------------------------------------
add_test(NAME CPU-3Dc_medium
        WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests 
        COMMAND refine --o test_output/cpu3Dc_medium
        --i "${RELION_INPUT_DIR_RYR}/benchmark_ryr_500_local.star" 
        --j 5 
        --particle_diameter 400 
        --angpix 1.34 
        --ref "${RELION_INPUT_DIR_RYR}/ref_8A.mrc" 
        --ini_high 30 
        --ctf 
        --ctf_corrected_ref 
        --iter 2 
        --tau2_fudge 2 
        --K 3 
        --flatten_solvent 
        --zero_mask 
        --oversampling 1 
        --healpix_order 2 
        --offset_range 5 
        --offset_step 2 
        --sym C1 
        --norm 
        --scale 
        --random_seed 1
        --onthefly_shifts 
	--perturb 0) 
#--------------------------------------------------------------------
add_test(NAME GPU-3Dc_large
        WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests 
        COMMAND refine --o test_output/gpu3Dc_large
        --i "${RELION_INPUT_DIR_RYR}/benchmark_ryr_2k_local.star" 
        --j 5 
        --particle_diameter 400 
        --angpix 1.34 
        --ref "${RELION_INPUT_DIR_RYR}/ref_8A.mrc" 
        --ini_high 30 
        --ctf 
        --ctf_corrected_ref 
        --iter 2 
        --tau2_fudge 2 
        --K 5 
        --flatten_solvent 
        --zero_mask 
        --oversampling 1 
        --healpix_order 3 
        --offset_range 5 
        --offset_step 2 
        --sym C1 
        --norm 
        --scale 
        --random_seed 1 
        --onthefly_shifts 
	--perturb 0
        --gpu) 
#--------------------------------------------------------------------
add_test(NAME CPU-3Dc_large
        WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests 
        COMMAND refine --o test_output/cpu3Dc_large
        --i "${RELION_INPUT_DIR_RYR}/benchmark_ryr_2k_local.star" 
        --j 5 
        --particle_diameter 400 
        --angpix 1.34 
        --ref "${RELION_INPUT_DIR_RYR}/ref_8A.mrc" 
        --ini_high 30 
        --ctf 
        --ctf_corrected_ref 
        --iter 2 
        --tau2_fudge 2 
        --K 5 
        --flatten_solvent 
        --zero_mask 
        --oversampling 1 
        --healpix_order 3 
        --offset_range 5 
        --offset_step 2 
        --sym C1 
        --norm 
        --scale 
        --random_seed 1 
        --onthefly_shifts 
	--perturb 0) 
#--------------------------------------------------------------------
add_test(NAME CPU-2Dc_tag_helix
        WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests 
        COMMAND refine --o test_output/cpu_2Dc_tag_helix
        --i "${RELION_INPUT_DIR_TAG}/helixtest.star" 
        --j 5 
        --particle_diameter 160 
        --angpix 2.8 
        --iter 10 
        --tau2_fudge 4 
        --K 2 
        --flatten_solvent 
        --psi_step 5.625 
        --zero_mask 
        --oversampling 1 
        --offset_range 5 
        --offset_step 2 
        --scale 
        --random_seed 1 
        --helical_outer_diameter 100
        --bimodal_psi
        --sigma_psi 3.3333) 
        #--------------------------------------------------------------------
add_test(NAME GPU-2Dc_tag_helix
        WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/tests 
        COMMAND refine --o test_output/gpu_2Dc_tag_helix
        --i "${RELION_INPUT_DIR_TAG}/helixtest.star" 
        --j 5 
        --particle_diameter 160 
        --angpix 2.8 
        --iter 10 
        --tau2_fudge 4 
        --K 2 
        --flatten_solvent 
        --psi_step 5.625 
        --zero_mask 
        --oversampling 1 
        --offset_range 5 
        --offset_step 2 
        --scale 
        --random_seed 1 
        --helical_outer_diameter 100
        --bimodal_psi
        --sigma_psi 3.3333
        --gpu)