-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #184 from microbiomedata/183-make-example-data-fil…
…es-for-addedupdated-emsl-slots 183 make example data files for addedupdated emsl slots
- Loading branch information
Showing
4 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
src/data/invalid/SampleData-soil-data-illegal-bulk-elect.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
soil_data: | ||
- elev: 123 | ||
analysis_type: | ||
- metagenomics | ||
- metatranscriptomics | ||
collection_date: "2022-01-15" | ||
depth: "0 - 1" | ||
env_broad_scale: "______urban biome [ENVO:01000249]" | ||
env_local_scale: "________tunnel [ENVO:00000068]" | ||
env_medium: "bare soil [ENVO:01001616]" | ||
geo_loc_name: "USA: Nowhere, Oklahoma" | ||
growth_facil: greenhouse | ||
lat_lon: 35.211445 -98.464612 | ||
samp_name: b | ||
samp_store_temp: "-80 Celsius" | ||
store_cond: frozen | ||
bulk_elect_conductivity: 34 |
18 changes: 18 additions & 0 deletions
18
src/data/invalid/SampleData-soil-data-illegal-infiltration.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
soil_data: | ||
- elev: 123 | ||
analysis_type: | ||
- metagenomics | ||
- metatranscriptomics | ||
collection_date: "2022-01-15" | ||
depth: "0 - 1" | ||
env_broad_scale: "______urban biome [ENVO:01000249]" | ||
env_local_scale: "________tunnel [ENVO:00000068]" | ||
env_medium: "bare soil [ENVO:01001616]" | ||
geo_loc_name: "USA: Nowhere, Oklahoma" | ||
growth_facil: greenhouse | ||
lat_lon: 35.211445 -98.464612 | ||
samp_name: b | ||
samp_store_temp: "-80 Celsius" | ||
store_cond: frozen | ||
infiltrations: | ||
- '2 minutes' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
soil_data: | ||
- elev: 123 | ||
analysis_type: | ||
- metagenomics | ||
- metatranscriptomics | ||
collection_date: '2022-01-15' | ||
depth: "0 - 1" | ||
env_broad_scale: '______urban biome [ENVO:01000249]' | ||
env_local_scale: '________tunnel [ENVO:00000068]' | ||
env_medium: 'bare soil [ENVO:01001616]' | ||
geo_loc_name: 'USA: Nowhere, Oklahoma' | ||
growth_facil: greenhouse | ||
lat_lon: 35.211445 -98.464612 | ||
samp_name: b | ||
samp_store_temp: "-80 Celsius" | ||
store_cond: frozen | ||
bulk_elect_conductivity: '0.017 mS' | ||
infiltrations: "01:24:03;00:02:33;00:02:02" |