@@ -38,10 +38,12 @@ job_types.
3838 - **gather_preliminary_metadata **: Automatically gathers metadata for
3939 subject, procedures, and data_description. Will also gather metadata from
4040 aind-metadata-mapper if options are set.
41+ - copy_derivatives_folder: Can specificy a derivatives folder to upload.
42+ Set the job_settings like {"input_source": "path_to_folder"}.
4143 - **modality_transformation_settings **: This creates the settings for
4244 transforming the modality folders.
43- - compress_data: This is a mapped task. Each Task in the
44- modality_transformation_settings will run in parallel in a separate
45+ - compress_data/monitor_compress_data : This is a mapped task. Each Task in
46+ the modality_transformation_settings will run in parallel in a separate
4547 container here.
4648 - gather_final_metadata: Automatically generates a processing.json and
4749 metadata.nd.json file.
@@ -128,10 +130,13 @@ portal can accessed at
128130- Optional fields
129131
130132 - platform: Standardized way of collecting and processing data
131- (chosen from drop down menu)
133+ (chosen from drop down menu) Note: This field is deprecated and will be
134+ removed when aind-data-schema 2.0 is rolled out.
132135 - metadata_dir: If metadata files are pre-compiled and saved to a
133136 directory, you can add the Posix style path to the directory under
134137 this column
138+ - derivatives_dir: If a derivatives folder is available for upload, can be
139+ specified as a Posix style path to the directory under this column
135140 - s3_bucket: As default, data will be uploaded to a default bucket
136141 in S3 managed by AIND. Please reach out to the Scientific
137142 Computing department if you wish to upload to a different bucket.
0 commit comments