AllenNeuralDynamics / dynamic-foraging-task

Bonsai/Harp workflow for Dynamic Foraging with Python GUI for visualization and control
MIT License
5 stars 4 forks source link

Create upload manifest.yml file #566

Closed alexpiet closed 3 months ago

alexpiet commented 3 months ago

Pull Request instructions:

Describe changes:

What issues or discussions does this update address?

Describe the expected change in behavior from the perspective of the experimenter

Describe any manual update steps for task computers

Was this update tested in 446/447?

alexpiet commented 3 months ago

Current manifest test output

acquisition_datetime: '2024-06-27 11:30:49'
capsule_id: c089614a-347e-4696-b17e-86980bb782c
destination: //allen/aind/scratch/dynamic_foraging_rig_transfer
modalities:
  behavior: C:/behavior_data/446-7-D/0/behavior_0_2024-06-27_11-30-49/behavior
  behavior-videos: C:/behavior_data/446-7-D/0/behavior_0_2024-06-27_11-30-49/behavior-videos
  fib: C:/behavior_data/446-7-D/0/behavior_0_2024-06-27_11-30-49/fib
mount: behavior_0_2024-06-27_11-30-49
name: behavior_0_2024-06-27_11-30-49
platform: behavior
processor_full_name: AIND Behavior Team
project_name: Behavior Platform
s3_bucket: private
schedule_time: '2024-06-27 23:59:00'
schemas:
- C:/behavior_data/446-7-D/0/behavior_0_2024-06-27_11-30-49/metadata-dir/session.json
- C:/behavior_data/446-7-D/0/behavior_0_2024-06-27_11-30-49/metadata-dir/rig.json
script: {}
subject_id: 0
alexpiet commented 3 months ago

@hagikent @hanhou @XX-Yin

This is ready for review.

hagikent commented 3 months ago

PR seems to be ready for review but we are not ready to review...! As we are still figuring out how to set mount at watchdog properly (i.e. not fully confirmed if mount will be input_data_mount when translated to transfer-service), let's wait for a while. Also, s3_bucket: private may be susceptible to change...?

hanhou commented 3 months ago

s3_bucket: private may be susceptible to change...?

Let's still keep it as private

hagikent commented 3 months ago

@alexpiet Just comparing with manifest.yml files produced by Han, the following two entries have quotations. I don't know if the downstream process is agnostic to this or not.

acquisition_datetime: '2024-06-27 11:30:49' schedule_time: '2024-06-27 23:59:00'

alexpiet commented 3 months ago

@alexpiet Just comparing with manifest.yml files produced by Han, the following two entries have quotations. I don't know if the downstream process is agnostic to this or not.

acquisition_datetime: '2024-06-27 11:30:49' schedule_time: '2024-06-27 23:59:00'

Fixed