Closed kcho closed 1 year ago
@tashrifbillah This is the working version of lochness at the Pronet aggregation server. It includes all changes not added to the master
branch. Your quick review would be very helpful. Thanks.
This PR will be merged to master
by the end of next week.
Summary of changes:
lochness.xnat
module to save.zip
files rather than the raw dicom directory. Saving a large number of dicom files under PHOENIX significantly delayedaws sync
step. AMPSCZ-yaxil was updated along with this change. https://github.com/AMP-SCZ/yaxil/commit/094fd3464e8de2922cfe902b3cc7452a24e19b19lochness.redcap
now has the functions to be used in the future for the repeated instrument measure. These functions are not called in the currentsync.py
pipeline, but we will use these functions once DPACC decides to move on with the repeated instrument measure.lochness.transfer
module updated to only sync the data files selected by the cmdline options. eg) ifbox
is selected as the data source when executing thesync.py
, only the datatypes included in thebox
will get synced. This update is required for faster testing and parallelization in the future version.lochness.redcap
also saves the redcap metadata as a csv file.