Running Subjects on SGE - McIntosh-Lab/tvb-ukbb GitHub Wiki
This page contains instructions for running subjects through the TVB-UKBB pipeline on Sun Grid Engine (SGE) systems. Note that you will likely need to customize the pipeline to your dataset.
Running
Following the installation example above,
- Source the file
init_vars
to activate the conda environment and define environment variables. For example, if your pipeline is located at/home/username/tvb-pipeline/
, simply run
. /home/username/tvb-pipeline/tvb-ukbb/init_vars
and your environment will be loaded.
-
cd
to the directory containing your subject directory, e.g.,subjDir
. -
Run a subject with
python /home/username/tvb-pipeline/tvb-ukbb/bb_pipeline_tools/bb_pipeline.py subjDir
Please note that if you'd like to re-process an previously processed subject (including failed processing), you will need to clear your subject's folder so that it only contains the rawdata
subdirectory. The exception for this requirement is when reparcellating, in which case the subject folder can be left intact.
- Monitor the progress of your subject by
cd
ing tosubjDir/logs
.