forked from nipy/heudiconv
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
we probably want also to be able to be able to
- re-process directory (probably just rerun with
--overwrite
) - annotate that a directory X
- was processed already
- should not be processed
- given a DBIC dataset with
.heudiconv/
report which Accession numbers were already processed (which subject/session) - for a given study ID, report which accessions were processed (and to where stored) and which weren't, and possibly run a conversion on those which weren't yet
(current ad-hoc line to execute isgrep -B1 1018_model ~/heudiconv-ls001-20170227.txt | grep DICOM/ | sed -e 's,/001.*,,g' | xargs heudiconv -o ~/test-1018_model
)