You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently go ahead with symlinking a run if there is an upload_complete.json file in the run dir.
We've put in place a run-level QC checking system that writes a qc_check_complete.json file. That file includes information on the overall pass/fail status of the run. We'd like to only proceed with symlinking if the QC status is PASS.
We should also support other status codes like PASSED_MANUAL_REVIEW, for cases where the initial QC check was FAIL but we decided to allow analysis after manually reviewing the run.
The text was updated successfully, but these errors were encountered:
We currently go ahead with symlinking a run if there is an
upload_complete.json
file in the run dir.We've put in place a run-level QC checking system that writes a
qc_check_complete.json
file. That file includes information on the overall pass/fail status of the run. We'd like to only proceed with symlinking if the QC status isPASS
.We should also support other status codes like
PASSED_MANUAL_REVIEW
, for cases where the initial QC check wasFAIL
but we decided to allow analysis after manually reviewing the run.The text was updated successfully, but these errors were encountered: