- Download miniconda3 (Linux-x86-64 to your favorite remote workspace. From the command line you can run:
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
- Run miniconda installer using command
bash Miniconda3-latest-Linux-x86_64.sh
Note: You may need to specify where to install. For instance, I work in EOS storage area accessed through LXPLUS so I must specify to save installation and environments in/eos/user/s/srosenzw/
- Create a conda environment (documentation) using
conda create --name sixb
or use the base environmentconda activate base
- Some packages will require included a new source
conda config --append channels conda-forge
- Install the packages contained in
sixb-spec.txt
using the command
conda create --name sixb --file spec-file.txt
- Recommended: Clone and add modules/ to your python path using
conda develop modules
- See MultiHiggs repo on GitHub
- See MadGraph/gridpacks
- See genproductions
- See tutorial on producing gridpacks
- See sixB/FullSim
- Generate a config file (e.g. config/bdt_params.cfg) then run the following command:
python scripts/skimRegions.py --cfg /path/to/cfg