|
@@ -84,11 +84,25 @@ Prediction: `singularity build --fakeroot BA_predict.sif BA_predict.recipe `
|
|
|
|
|
|
2) Run the `get_brainage.sh` with the proper files and paths
|
|
|
|
|
|
-Examples:
|
|
|
+Examples:
|
|
|
|
|
|
**For one subject**:
|
|
|
|
|
|
+```
|
|
|
+./run_more.sh -input <path/to/input_file> \
|
|
|
+ -output <path/to/output_dir> \
|
|
|
+ -RAW <yes/no> \
|
|
|
+ -SAVE_FILE <yes/no> \
|
|
|
+ -CONTAINER_PATH <path/to/container_dir> \
|
|
|
+ -MODEL_NAME <4sites.S4_R4_pca.gauss.models>
|
|
|
+```
|
|
|
|
|
|
+* input: path to a single T1 weighted MRI file (nii, nii.gz or mgz)
|
|
|
+* output: path to the output directory
|
|
|
+* raw: is the input file raw or preprocessed ? (default: yes)
|
|
|
+* save_file: Do you want to save intermidiate files ? (default: no)
|
|
|
+* container_path: path where the container(s) should be stored
|
|
|
+* Model_name: name of the trained model that you want to use (default: 4sites.S4_R4_pca.gauss.models)
|
|
|
|
|
|
|
|
|
|