File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
PS1=+
8
8
set -eu
9
9
10
- outdir=${OUTDIR:= compare-versions/ $(basename $1 ) }
10
+ outdir=${OUTDIR:= compare-versions}
11
11
12
12
RUN=echo
13
13
RUN=
@@ -33,14 +33,15 @@ function run() {
33
33
$RUN heudiconv --random-seed 1 -c dcm2niix -o $out --datalad --bids " $@ " > | $out .log 2>&1
34
34
}
35
35
36
- run heudiconv rolando -f heudiconv/heuristics/dbic_bids.py " $@ "
37
- run heudiconv-master master -f reproin --files " $@ "
36
+ other=other
37
+ run heudiconv $other " $@ "
38
+ run heudiconv-master master " $@ "
38
39
39
40
cd $outdir
40
41
# git remote add rolando "$outdir/rolando"
41
42
# git fetch rolando
42
43
# git diff --stat rolando/master..
43
- if diff -Naur --exclude=.git --ignore-matching-lines=' ^\s*id\s*=.*' rolando master > | diff.patch; then
44
+ if diff -Naur --exclude=.git --ignore-matching-lines=' ^\s*id\s*=.*' $other master > | diff.patch; then
44
45
echo " Results are identical"
45
46
else
46
47
echo " Results differ: $PWD /diff.patch"
You can’t perform that action at this time.
0 commit comments