Open yarikoptic opened 7 years ago
so the WiP heudiconv_monitor
already creates such a database. We should prepopulate it and make use of it also within heudiconv
or our specific wrapper around (currently a shell script, bleh, at ~/bin/heudiconv
) it to ignore/warning when some directory which was already processed ... we should store it in /inbox/BIDS/.heudiconv/statusdb.json
or smth like that.
we probably want also to be able to be able to
--overwrite
).heudiconv/
report which Accession numbers were already processed (which subject/session)grep -B1 1018_model ~/heudiconv-ls001-20170227.txt | grep DICOM/ | sed -e 's,/001.*,,g' | xargs heudiconv -o ~/test-1018_model
)