We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e1b76 commit 9de89aeCopy full SHA for 9de89ae
utils/test-compare-two-versions.sh
@@ -30,11 +30,11 @@ function run() {
30
31
# just do full conversion
32
echo "Running $whichheudiconv with log in $out.log"
33
- $RUN heudiconv --random-seed 1 -f $heudiconvdir/heuristics/reproin.py -c dcm2niix -o $out --datalad --bids "$@" >| $out.log 2>&1
+ $RUN heudiconv --random-seed 1 -c dcm2niix -o $out --datalad --bids "$@" >| $out.log 2>&1
34
}
35
36
-run heudiconv rolando "$@"
37
-run heudiconv-master master --files "$@"
+run heudiconv rolando -f heudiconv/heuristics/dbic_bids.py "$@"
+run heudiconv-master master -f reproin --files "$@"
38
39
cd $outdir
40
#git remote add rolando "$outdir/rolando"
0 commit comments