Skip to content

Commit

Permalink
apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
uermel committed Aug 26, 2024
1 parent 4e625bf commit 97c8f45
Showing 1 changed file with 10 additions and 59 deletions.
69 changes: 10 additions & 59 deletions ingestion_tools/dataset_configs/10439.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ datasets:
- '10439'
annotations:
- metadata: &annotation_metadata
annotation_method: "polnet-simulated ground truth segmentation masks"
annotation_method: "polnet-simulated ground truth"
annotation_object:
id: GO:0016020
name: membrane
Expand All @@ -57,17 +57,6 @@ annotations:
id: GO:1990220
name: GroEL-GroES complex
annotation_publications: 10.1109/TMI.2024.3398401, PDB-6MRD
sources:
- SemanticSegmentationMask:
<<: *segmentation_mask_source
mask_label: 2
- metadata:
<<: *annotation_metadata
annotation_method: &point_method "polnet-simulated ground truth oriented points"
annotation_object:
id: GO:1990220
name: GroEL-GroES complex
annotation_publications: 10.1109/TMI.2024.3398401, PDB-6MRD
sources:
- OrientedPoint: &oriented_point_source
binning: 10
Expand All @@ -76,41 +65,25 @@ annotations:
order: xyz
glob_strings:
- "{run_name}/Picks/adp-mitochondrial.star"
- metadata:
<<: *annotation_metadata
annotation_object:
id: UniProtKB:P05187
name: "Alkaline phosphatase, placental type"
annotation_publications: 10.1109/TMI.2024.3398401, PDB-1ZEF
sources:
- SemanticSegmentationMask:
<<: *segmentation_mask_source
mask_label: 3
mask_label: 2
- metadata:
<<: *annotation_metadata
annotation_method: *point_method
annotation_object:
id: UniProtKB:P05187
name: Alkaline phosphatase, placental type
name: "Alkaline phosphatase, placental type"
annotation_publications: 10.1109/TMI.2024.3398401, PDB-1ZEF
sources:
- OrientedPoint:
<<: *oriented_point_source
glob_strings:
- "{run_name}/Picks/alkaline-phosphatase.star"
- metadata:
<<: *annotation_metadata
annotation_object:
id: GO:0000786
name: nucleosome
annotation_publications: 10.1109/TMI.2024.3398401, PDB-6UPH
sources:
- SemanticSegmentationMask:
<<: *segmentation_mask_source
mask_label: 4
mask_label: 3
- metadata:
<<: *annotation_metadata
annotation_method: *point_method
annotation_object:
id: GO:0000786
name: nucleosome
Expand All @@ -120,19 +93,11 @@ annotations:
<<: *oriented_point_source
glob_strings:
- "{run_name}/Picks/nucleosome.star"
- metadata:
<<: *annotation_metadata
annotation_object:
id: GO:0022626
name: cytosolic ribosome
annotation_publications: 10.1109/TMI.2024.3398401, PDB-7TM3
sources:
- SemanticSegmentationMask:
<<: *segmentation_mask_source
mask_label: 5
mask_label: 4
- metadata:
<<: *annotation_metadata
annotation_method: *point_method
annotation_object:
id: GO:0022626
name: cytosolic ribosome
Expand All @@ -142,19 +107,11 @@ annotations:
<<: *oriented_point_source
glob_strings:
- "{run_name}/Picks/ribosome.star"
- metadata:
<<: *annotation_metadata
annotation_object:
id: UniProtKB:Q62667
name: Major vault protein
annotation_publications: 10.1109/TMI.2024.3398401, PDB-7PKZ
sources:
- SemanticSegmentationMask:
<<: *segmentation_mask_source
mask_label: 6
mask_label: 5
- metadata:
<<: *annotation_metadata
annotation_method: *point_method
annotation_object:
id: UniProtKB:Q62667
name: Major vault protein
Expand All @@ -164,20 +121,11 @@ annotations:
<<: *oriented_point_source
glob_strings:
- "{run_name}/Picks/vault.star"
- metadata:
<<: *annotation_metadata
annotation_object:
id: GO:0170047
name: virus-like capsid
description: Chikungunya VLP
annotation_publications: 10.1109/TMI.2024.3398401, PDB-6NK5
sources:
- SemanticSegmentationMask:
<<: *segmentation_mask_source
mask_label: 7
mask_label: 6
- metadata:
<<: *annotation_metadata
annotation_method: *point_method
annotation_object:
id: GO:0170047
name: virus-like capsid
Expand All @@ -188,6 +136,9 @@ annotations:
<<: *oriented_point_source
glob_strings:
- "{run_name}/Picks/virus-like-particle.star"
- SemanticSegmentationMask:
<<: *segmentation_mask_source
mask_label: 7
dataset_keyphotos:
- sources:
- literal:
Expand Down

0 comments on commit 97c8f45

Please sign in to comment.