From 75076a748f9354241b8260798037ee4af77341c8 Mon Sep 17 00:00:00 2001 From: Yosef Bedaso Date: Fri, 19 Apr 2024 16:44:37 -0700 Subject: [PATCH 1/2] hot-fix: adds a statement for instructions --- src/aind_data_transfer_service/templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/aind_data_transfer_service/templates/index.html b/src/aind_data_transfer_service/templates/index.html index 5f96af0..d20a1e4 100644 --- a/src/aind_data_transfer_service/templates/index.html +++ b/src/aind_data_transfer_service/templates/index.html @@ -49,6 +49,10 @@ Job Submit Template | Help +
+
+ For instructions on how to submit jobs click on the Help tab +

Submit Jobs

From 625e954b7db20b8f88726d160da6fe33150f6c30 Mon Sep 17 00:00:00 2001 From: Yosef Bedaso Date: Fri, 19 Apr 2024 16:50:25 -0700 Subject: [PATCH 2/2] hot-fix: modifies README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 098db8f..213a215 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ What each column means in the job submission template: - **subject_id**: The unique id of the subject - **modality0**: For a list of modalities, click [here](https://github.com/AllenNeuralDynamics/aind-data-schema/blob/main/src/aind_data_schema/models/modalities.py). - **modality0.source**: The source (path to file) of **modality0** in VAST drive +- **metadata_dir**: An optional folder for pre-compiled metadata json files Modify the job template as needed and click on **Browse** to upload the file. A rendered table with a message **Successfully validated jobs from file** appears to indicate a valid file. If there are errors in the job submit file, a message that says **Error validating jobs from file** appears.