Project

General

Profile

Package alias table » History » Version 1

Anchi Cheng, 01/25/2018 04:59 PM

1 1 Anchi Cheng
h2. Package alias table
2
3
Those not mentioned here uses the original names in the call.
4
5
|program package name|version|appion executable alias|Accessible|
6
|MotionCor2|10-19-2016|motioncor2|shell|
7
|motioncorr v2.0 from Purdue|2.0|dosefgpu_driftcorr|shell|
8
|DE_process_frames.py|2.7.1|deProcessFrames.py|pythonpath|
9
|ctffind4|4.1.5|ctffind4|shell|
10
|Gctf|1.06|gctfCurrent|shell|
11
|ctftilt|1.5|ctftilt.exe|shell|
12
|FindEM|20/10/01|findem64.exe|shell|
13
|Gautomatch|0.53|gautomatch|shell|
14
|Spider|18.10|spider|shell|
15
|frealign|9.11|frealign_v9.exe and frealign_v9_mp.exe|shell|
16
|xmipp2 cl2d*|2.4|xmipp_mpi_class_averages|shell|
17
|xmipp3 cl2d*|3.1|xmipp_classify_CL2D|shell|
18
|EMAN1 proc2d|1.9|proc2d|shell|
19
20
* default environment is xmipp2.  All other xmipp functions wraps around xmipp2.
21
* xmipp3 conflict with xmipp2 is resolved in appion/bin/runXmipp3CL2D.py with a line of code
22
<pre>
23
csh -c 'modulecmd python load xmipp/3.1'
24
</pre>
25
Change it if desired.