Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

some default

Felix Hoffstaedter a1444e8b2e Merge branch 'python_cli' of RemiGau/cat12-container into master hace 2 meses
.datalad 5e2690a8fe [DATALAD] new dataset hace 7 meses
.github 3e0c00507a fix hace 3 meses
code 7f431d330c fixes hace 3 meses
.dockerignore 958c720894 fix hace 3 meses
.flake8 7f431d330c fixes hace 3 meses
.gitattributes 92912714c0 typo hace 3 meses
.gitignore 958c720894 fix hace 3 meses
.pre-commit-config.yaml 7f431d330c fixes hace 3 meses
CHANGELOG.md f51d4ea064 rm older dockrfiles hace 3 meses
Dockerfile e2db22c4df bids appify hace 3 meses
LICENSE a40aa76d71 Create LICENSE hace 3 años
README.md 56f47e6ee7 add CLI info hace 3 meses
Singularity.def 53b3631f27 unannex hace 3 meses
Singularity_MCR.def 53b3631f27 unannex hace 3 meses
cat12.9_octave.simg a7e5386a03 add octave container image hace 7 meses
makefile 7f431d330c fixes hace 3 meses

README.md

CAT-12 container

Docker and Apptainer image for CAT12.

CAT12 8.1 r2042 SPM12, version 7771 (standalone) MATLAB, version 9.3.0.713579 (R2017b)

Usage notes

Usage: main.py [-h] [--version] bids_dir output_dir {participant,group} {view,copy,segment} ...

BIDS app for CAT12.

Positional Arguments:
  bids_dir             Fullpath to the directory with the input dataset formatted according to the BIDS standard.
  output_dir           Fullpath to the directory where the output files will be stored.
  {participant,group}  Level of the analysis that will be performed. Multiple participant level analyses can be run independently (in parallel)
                       using the same ``output_dir``.
  {view,copy,segment}  Choose a sub-command
    view               View batch.
    copy               Copy batch to output_dir.
    segment            segment

Options:
  -h, --help           show this help message and exit
  --version            Show program's version number and exit.
Usage: main.py bids_dir output_dir {participant,group} segment [-h]
                                                                                                   [--participant_label PARTICIPANT_LABEL [PARTICIPANT_LABEL ...]]
                                                                                                   [--run RUN [RUN ...]] [-v]
                                                                                                   [--bids_filter_file BIDS_FILTER_FILE]

Options:
  -h, --help            show this help message and exit
  --participant_label PARTICIPANT_LABEL [PARTICIPANT_LABEL ...]
                        The label(s) of the participant(s) that should be analyzed. The label corresponds to sub-<participant_label> from the BIDS
                        spec (so it does not include "sub-"). If this parameter is not provided, all subjects will be analyzed. Multiple
                        participants can be specified with a space separated list.
  --run RUN [RUN ...]   The label of the run that will be analyzed. The label corresponds to run-<task_label> from the BIDS spec so it does not
                        include "run-").
  -v, --verbose
  --bids_filter_file BIDS_FILTER_FILE
                        A JSON file describing custom BIDS input filters using PyBIDS. For further details, please check out TBD.