- #!/bin/bash
- cd /opt/scripts/
- echo "PYTHONPATH:$PYTHONPATH"
- ls /opt/src/brainage/
- python predict_age_sing.py --features_path $1 --data_dir $2 --subject_filepaths $3 --output_path $4 --output_prefix $5 --mask_file /opt/masks/brainmask_12.8.nii --smooth_fwhm $6 --resample_size $7 --model_file $8
|