医院版本
This commit is contained in:
parent
5044a7675e
commit
0ecebfc182
@ -11,9 +11,9 @@ cp Node_AAL116.node config.mat config2.mat config3.mat config4.mat BrainMesh_Ch2
|
||||
|
||||
cd ${matrixPath}
|
||||
|
||||
python main.py --sub_id ${subId} --root_dir ${fmriOutPath} --module_dir /data/config/models_9_9 --matrix_path ${matrixPath}
|
||||
python /data/main.py --sub_id ${subId} --root_dir ${fmriOutPath} --module_dir /data/config/models_9_9 --matrix_path ${matrixPath}
|
||||
|
||||
python number_change_script.py --age ${age}
|
||||
python extract_regions.py
|
||||
python /data/number_change_script.py --age ${age}
|
||||
python /data/extract_regions.py
|
||||
|
||||
echo "main handle end!"
|
||||
|
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "执行源文件处理脚本"
|
||||
python dealTest.py --base_dir cd /data/${playground} --output_dir /data/${playground}/BIDS_output --json_dir /data/${playground}/BIDS_output/sub-001/func/
|
||||
python /data/dealTest.py --base_dir cd /data/${playground} --output_dir /data/${playground}/BIDS_output --json_dir /data/${playground}/BIDS_output/sub-001/func/
|
||||
rm -rf /data/${playground}/BIDS_output/config.json
|
||||
cp /data/README /data/${playground}/BIDS_output/
|
||||
echo "通过源文件进行二次处理"
|
||||
docker run --rm -e DOCKER_VERSION_8395080871=27.3.1 -v /data/license.txt:/opt/freesurfer/license.txt:ro -v /data/${playground}/BIDS_output:/data:ro -v /data/${playground}/preprocessed:/out nipreps/fmriprep:23.2.3 /data /out participant --participant-label 001 --fs-no-reconall
|
||||
python scriptAge.py --dicom_folder /data/${playground}
|
||||
python /data/scriptAge.py --dicom_folder /data/${playground}
|
||||
|
Loading…
Reference in New Issue
Block a user