浏览代码

Update 'README.md'

Lucas Backes 2 周之前
父节点
当前提交
73cbe61511
共有 1 个文件被更改,包括 15 次插入1 次删除
  1. 15 1
      README.md

+ 15 - 1
README.md

@@ -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)