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 fa64a9b commit e611c33Copy full SHA for e611c33
bin/reproin
@@ -72,11 +72,11 @@ if [ "$#" = 0 ]; then
72
exit 0
73
fi
74
75
-dicomdir="/inbox/DICOM"
+dicomdir="${DICOM_DIR:-/inbox/DICOM}"
76
bidsdir="${BIDS_DIR:-/inbox/BIDS}"
77
listdir="$bidsdir/reproin/lists"
78
# TODO: make it possible to not rely on local clone or prepopulate if not present?!
79
-local_containers="~/repronim-containers"
+local_containers="${REPRONIM_CONTAINERS:-$HOME/repronim-containers}"
80
81
heuristic="reproin"
82
0 commit comments