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.

ENIGMA_stacking

Lucas Backes 5e8331686a added line breaks in the printf for condor so that arguments are not cut 3 周之前
brainageR e1eca48d73 added container path, defensive code checking each parameters 4 周之前
LICENSE 322249c62f Initial commit 4 周之前
README.md 9609703f8d Update 'README.md' 4 周之前
get_brainage.sh 5e8331686a added line breaks in the printf for condor so that arguments are not cut 3 周之前

README.md

brainage

get_brainage.sh

This script is used for brain age prediction. Below is a description of each input arguments:

Usage

./get_brainage.sh -input <input_directory> \
                  -output <output_directory> \
                  -BIDS <yes/no> \
                  -CONDOR <yes/no> \
                  -RAW <yes/no> \
                  -RUN_FILE <singularity_file_path> \
                  -SAVE_ALL <yes/no> \
                  -CONTAINER_PATH <path> \
  • input: input directory (can be a folder containing raw or preprocessed T1 MR Image which can be .nii, .nii.gz or .mgz)
  • output: output directory where the results will be stored in <subject_name>_<model>.csv
  • BIDS: are the input files stored in BIDS format ?
  • CONDOR: provides a condor.submit file
  • RAW: are the input files raw ?
  • RUN_FILE: path to the run_<model>.sh file
  • SAVE_ALL: Do you want to save the intermidiate files (for ex: subject_features), if yes then the files will be stored in the folder <subject_name>_<model>
  • CONTAINER_PATH: path to the .sif image of the model

brainageR folder:

1) Building the container

singularity build brainageR.sif brainageR.def (not working at the moment)

2) Run the get_brainage.sh with the proper files and paths

Example:

./get_brainage.sh -input <input_directory> \
                  -output <output_directory> \
                  -BIDS <yes/no> \
                  -CONDOR <yes/no> \
                  -RAW <yes/no> \
                  -RUN_FILE run_brainageR.sh \
                  -SAVE_ALL <yes/no> \
                  -CONTAINER_PATH <path/to/brainageR.sif> \