Skip to content

Commit

Permalink
remove properties-to-be-added from the input datapack
Browse files Browse the repository at this point in the history
  • Loading branch information
sbilge committed Sep 3, 2024
1 parent 3a82082 commit 5c9df77
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ resources:
dataset_1:
content:
dac_contact: dac@example.org
file_summary: # <-
count: 0
file_summary: {} # <-
relations:
files:
- file_a
Expand All @@ -34,24 +33,21 @@ resources:
sample_x:
content:
description: Some sample.
file_summary: # <-
count: 0
file_summary: {} # <-
relations:
files:
- file_a
- file_b
sample_y:
content:
file_summary: # <-
count: 0
file_summary: {} # <-
relations:
files:
- file_c
Experiment:
experiment_i:
content:
sample_summary: # <-
count: 0
sample_summary: {} # <-
relations:
samples:
- sample_x
Expand Down

0 comments on commit 5c9df77

Please sign in to comment.