Installation ============ The intended use of this pipeline is through the use of `Singularity `_ or `Docker `_ image. .. note:: If you are an independent researcher working on a Windows machine or a Mac, :ref:`option2-docker` is recommended. .. _option1-singularity: Option 1: Singularity --------------------- If you are new to it, start by installing Singularity following this `instructions `_ . Then use the following command to pull the docker image as a singularity: :: singularity pull docker:://inclab/hbcd_motion_postproc: where version_num denotes the specific version of the container. All available versions of the container can be found `here `_. If you are unsure of which version to use, use the tag:``latest``. The full usage details can be seen under the :ref:`usage` section, but the basic command to run the container using Singularity is as follows: :: bids_dir=/path/to/bids_dir output_dir=/path/to/output_dir container=/path/to/container analysis_level=participant singularity run -B $bids_dir:/bids \ -B $output_dir:/out \ $container /bids /out $analysis_level where the following folder hierarchy is assumed in this case: :: bids_dir/ |-- participants.tsv |-- participants.json |-- sub-