Skip to content

Commit

Permalink
Make it possible to specify DICOMs and containers directories
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Nov 11, 2024
1 parent fa64a9b commit e611c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/reproin
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ if [ "$#" = 0 ]; then
exit 0
fi

dicomdir="/inbox/DICOM"
dicomdir="${DICOM_DIR:-/inbox/DICOM}"
bidsdir="${BIDS_DIR:-/inbox/BIDS}"
listdir="$bidsdir/reproin/lists"
# TODO: make it possible to not rely on local clone or prepopulate if not present?!
local_containers="~/repronim-containers"
local_containers="${REPRONIM_CONTAINERS:-$HOME/repronim-containers}"

heuristic="reproin"

Expand Down

0 comments on commit e611c33

Please sign in to comment.