This requires that users tar their dicom directory before calling the cis-processing pipeline, but will integrate better with the cis-xget pipeline, once that's completed and the DMZ is set up.
Changes proposed:
Replace dicom_dir argument with tar_file argument.
Rename run.py to cis_proc.py.
Rename bidsifier/run.py to bidsifier/bidsify.py.
Specify bids-validator version in bidsifier Dockerfile.
Move bidsifier/ contents into cis-bidsify repository.
This requires that users tar their dicom directory before calling the cis-processing pipeline, but will integrate better with the
cis-xget
pipeline, once that's completed and the DMZ is set up.Changes proposed:
dicom_dir
argument withtar_file
argument.run.py
tocis_proc.py
.bidsifier/run.py
tobidsifier/bidsify.py
.bids-validator
version inbidsifier
Dockerfile.bidsifier/
contents intocis-bidsify
repository.