Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
1_0:external-tools [2018/01/24 14:56] rdrighetto [Python] |
1_0:external-tools [2022/02/02 17:26] (current) admin [Python and PILLOW] |
||
---|---|---|---|
Line 5: | Line 5: | ||
The softwares in this category are compulsory and MUST be installed independent of anything. | The softwares in this category are compulsory and MUST be installed independent of anything. | ||
- | ==== CSH ==== | + | ==== (t)CSH ==== |
- | CSH is the language | + | CSH is a Unix shell and a scripting |
- | ==== Python ==== | + | ==== gawk ==== |
+ | gawk is a more powerful version of the command-line utility awk. Install gawk on OSX with "brew install gawk". On Linux, try "sudo apt-get install gawk". | ||
+ | |||
+ | ==== Python | ||
Many utilities and specific-purpose tools used by FOCUS are written in the [[http:// | Many utilities and specific-purpose tools used by FOCUS are written in the [[http:// | ||
- | === MRCZ === | + | You also need **pip** and the module **pil** (or **pillow**). |
+ | |||
+ | On OSX, try | ||
+ | |||
+ | // | ||
+ | < | ||
+ | | ||
+ | </ | ||
+ | // | ||
+ | |||
+ | // | ||
+ | < | ||
+ | brew install python2.7 | ||
+ | </ | ||
+ | // | ||
+ | |||
+ | // | ||
+ | < | ||
+ | pip3 install pillow | ||
+ | </ | ||
+ | // | ||
+ | |||
+ | or alternatively: | ||
+ | |||
+ | // | ||
+ | < | ||
+ | pip install pillow | ||
+ | </ | ||
+ | // | ||
+ | |||
+ | On Linux, try: | ||
+ | * apt-get install python2.7 (or //yum install python2.7// | ||
+ | * apt-get install python3 | ||
+ | * pip3 install pillow | ||
+ | * pip3 install matplotlib | ||
+ | |||
+ | and make sure in the Preferences panel of FOCUS, that FOCUS is using this python2.7 binary, which may reside in / | ||
+ | |||
+ | Or to install those in python2.7: | ||
+ | * / | ||
+ | * / | ||
- | Many of the Python scripts called within FOCUS rely on the [[http:// | + | ==== MRCZ ==== |
+ | Many of the Python scripts called within FOCUS rely on the [[http:// | ||
'' | '' | ||
+ | |||
+ | Please ensure you have a version >= 0.5.1 of '' | ||
+ | |||
+ | ==== NumExpr ==== | ||
+ | For accelerating some heavy calculations in Python scripts, FOCUS uses the [[https:// | ||
+ | |||
+ | '' | ||
==== EMAN2 ==== | ==== EMAN2 ==== | ||
[[http:// | [[http:// | ||
+ | If you want to use the EMAN2 python (that is python 2.7), then you can link that python in the FOCUS Preferences dialogue, on **MacOS** for example as / | ||
+ | |||
+ | If you compile FOCUS from source (which is recommended), | ||
==== IMOD ==== | ==== IMOD ==== | ||
We directly use many command line utilities present in IMOD. It can be downloaded from the website: http:// | We directly use many command line utilities present in IMOD. It can be downloaded from the website: http:// | ||
==== CCP4 (Only for 2D crystallography projects) ==== | ==== CCP4 (Only for 2D crystallography projects) ==== | ||
- | Focus uses CPP4 in order to generate merged maps of the protein in 2D crystallography projects. The software can be downloaded from http:// | + | Focus uses CCP4 in order to generate merged maps of the protein in 2D crystallography projects. The software can be downloaded from http:// |
===== Software for drift correction ===== | ===== Software for drift correction ===== | ||
Line 55: | Line 110: | ||
For a hastle-free data transfer for remote monitoring, you would need to install following software: | For a hastle-free data transfer for remote monitoring, you would need to install following software: | ||
* cadaver: Available with all the package managers | * cadaver: Available with all the package managers | ||
- | |||