This repository enables your projects to be cluster-ready. Provided is a template, the components of which can be edited to work for your project.
- Clone this repository inside your project space on the cluster.
- Copy-paste its contents in your project space.
- Save the singularity file (
*.simg
) in thesingularity
directory. - Fill in the project configuration parameters in
project_config.json
. - Populate the
resources/main.py
. - Submit job to the cluster through
python3 run_script.py
.- Additional parameters, required by your code, can be exposed via the
run_script.py
. Just add your parameters to the questions and don't forget to add them to theexperiment.json
file.
- Additional parameters, required by your code, can be exposed via the