Skip to content

Commit

Permalink
Add wheel processing into the cron job.
Browse files Browse the repository at this point in the history
  • Loading branch information
shenshan committed Mar 1, 2021
1 parent 4bc9d47 commit ec3c226
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ingest_increment.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
from ibl_pipeline.process import autoprocess, get_timezone, process_histology, process_qc
from ibl_pipeline.group_shared import wheel

autoprocess.process_new(timezone=get_timezone())
process_histology.main()
process_qc.main()
wheel.WheelMoveSet.populate(display_progress=True, suppress_errors=True)
wheel.MovementTimes.populate(display_progress=True, suppress_errors=True)

0 comments on commit ec3c226

Please sign in to comment.