Preliminary Steps Without Sudo PrivilegesΒΆ
If you plan to run the analysis on a system that you do not have sudo privileges on, such as an HPC, you must install the dependencies and target packages locally and add their locations to your path. In this case, setup procedures will differ by system based on what is already available. Below is a list providing dependencies and the software itself.
- Python 3.6+
- virtualenvwrapper (recommended but not required)
- C++ Compiler
- Be sure that you are using a compiler with openMP support (GNU is recommended).
- mcopt Library
- pytpc Package
- Refer to the requirements.txt file in pytpc for the required Python packages and version numbers. Pip is recommended for installing packages, but not required.
- graw-merger Tool
- Boost C++ Libraries (version 1.55 or later)