Installation

We support two installation modes, through pip, or mamba (conda).

pip install gridtk
pip install git+https://gitlab.idiap.ch/software/gridtk
mamba install -c conda-forge gridtk
mamba install -c https://www.idiap.ch/software/biosignal/conda/label/beta -c conda-forge gridtk

Setup

A configuration file may be useful to setup global options that should be often reused. The location of the configuration file depends on the value of the environment variable $XDG_CONFIG_HOME, but defaults to ~/.config/gridtk.toml. You may edit this file using your preferred editor.

Here is an example configuration file that may be useful to many (replace <projectname> by the name of the project to charge):

# selects project to submit jobs
sge-extra-args-prepend = "-P <projectname>"

Tip

To get a list of valid project names, execute:

qconf -sprjl