From f21d4f39ec4cce71022344244cfbed2d8671dfe0 Mon Sep 17 00:00:00 2001 From: Daniel Ji Date: Mon, 19 Aug 2024 16:05:08 -0700 Subject: [PATCH] fix parent filters indentation (#210) --- ingestion_tools/dataset_configs/template.yaml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/ingestion_tools/dataset_configs/template.yaml b/ingestion_tools/dataset_configs/template.yaml index 27eb6db41..45960821d 100644 --- a/ingestion_tools/dataset_configs/template.yaml +++ b/ingestion_tools/dataset_configs/template.yaml @@ -47,7 +47,7 @@ annotations: OPTIONAL binning: OPTIONAL, FLOAT (DEFAULT 1) (POSITIVE) filter_value: OPTIONAL, STRING order: OPTIONAL, STRING (DEFAULT xyz) - parent_filters: SEE runs.sources.parent_filters + parent_filters: SEE runs.sources.parent_filters - OrientedPoint: file_format: see InstanceSegmentation.file_format glob_string: see InstanceSegmentation.glob_string @@ -56,7 +56,7 @@ annotations: OPTIONAL binning: see InstanceSegmentation.binning filter_value: see InstanceSegmentation.filter_value order: see InstanceSegmentation.order - parent_filters: see InstanceSegmentation.parent_filters + parent_filters: see InstanceSegmentation.parent_filters - Point: file_format: see InstanceSegmentation.file_format glob_string: see InstanceSegmentation.glob_string @@ -65,20 +65,20 @@ annotations: OPTIONAL binning: see InstanceSegmentation.binning columns: OPTIONAL, STRING (DEFAULT xyz) delimiter: OPTIONAL, STRING (DEFAULT ',') - parent_filters: see InstanceSegmentation.parent_filters + parent_filters: see InstanceSegmentation.parent_filters - SegmentationMask: file_format: see InstanceSegmentation.file_format glob_string: see InstanceSegmentation.glob_string glob_strings: see InstanceSegmentation.glob_strings is_visualization_default: see InstanceSegmentation.is_visualization_default - parent_filters: see InstanceSegmentation.parent_filters + parent_filters: see InstanceSegmentation.parent_filters - SemanticSegmentationMask: file_format: see InstanceSegmentation.file_format glob_string: see InstanceSegmentation.glob_string glob_strings: see InstanceSegmentation.glob_strings is_visualization_default: see InstanceSegmentation.is_visualization_default mask_label: OPTIONAL, INTEGER (DEFAULT 1) - parent_filters: see InstanceSegmentation.parent_filters + parent_filters: see InstanceSegmentation.parent_filters dataset_keyphotos: OPTIONAL - sources: REQUIRED - literal: REQUIRED @@ -160,17 +160,17 @@ rawtilts: OPTIONAL - sources: SEE datasets.sources and runs.sources.parent_filters runs: REQUIRED - sources: SEE datasets.sources (source_glob) and below - # parent filters must be paired with a finder type (source_glob, source_multi_glob, ...) as one list entry - # can only exclude / include parent types (see IMPORTER_DEP_TREE) - # in this case of being in the runs attribute, only dataset can be excluded / included - # in dataset level, nothing can be excluded / included - parent_filters: OPTIONAL - exclude: OPTIONAL - dataset: OPTIONAL - - OPTIONAL, STRING (REGEX) - include: OPTIONAL - dataset: OPTIONAL - - OPTIONAL, STRING (REGEX) + # parent filters must be paired with a finder type (source_glob, source_multi_glob, ...) as one list entry + # can only exclude / include parent types (see IMPORTER_DEP_TREE) + # in this case of being in the runs attribute, only dataset can be excluded / included + # in dataset level, nothing can be excluded / included + parent_filters: OPTIONAL + exclude: OPTIONAL + dataset: OPTIONAL + - OPTIONAL, STRING (REGEX) + include: OPTIONAL + dataset: OPTIONAL + - OPTIONAL, STRING (REGEX) standardization_config: REQUIRED deposition_id: REQUIRED, INTEGER run_data_map_file: OPTIONAL, STRING