Skip to content

Commit

Permalink
Update StructuralPreprocessing.CHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
junilc authored Nov 5, 2018
1 parent 27a52dd commit ee02cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StructuralPreprocessing/StructuralPreprocessing.CHECK
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ main()
source activate ${g_python_environment} 2>&1

mkdir -p ${g_working_dir}/${g_subject}/ProcessingInfo
log_file_name="${g_working_dir}/${g_subject}/ProcessingInfo/${g_subject}.${g_script_name}.log"
success_file_name="${g_working_dir}/${g_subject}/ProcessingInfo/${g_subject}.${g_script_name}.success"
log_file_name="${g_working_dir}/${g_subject}/ProcessingInfo/${g_subject}.${g_classifier}.${g_script_name}.log"
success_file_name="${g_working_dir}/${g_subject}/ProcessingInfo/${g_subject}.${g_classifier}.${g_script_name}.success"

check_cmd=""
check_cmd+="${HCP_RUN_UTILS}/lib/ccf/structural_preprocessing/one_subject_completion_checker.py"
Expand Down

0 comments on commit ee02cc7

Please sign in to comment.