Browse Source

change datalad run message

Christian O. Häusler 1 year ago
parent
commit
b8e355a338
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/data_mask_concat_jobs.sh

+ 1 - 1
code/data_mask_concat_jobs.sh

@@ -112,7 +112,7 @@ git checkout -b "job-$JOBID"
 
 # run the job
 datalad run \
--m "Computing data of subject ${indir}" \
+-m "Concatenating and z-scoring runs of ${indir}" \
 --explicit \
 --input $indir \
 --output $indir \