Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomam committed Jun 12, 2023
1 parent eab641c commit 6cc5a78
Show file tree
Hide file tree
Showing 6 changed files with 202,747 additions and 93 deletions.
46 changes: 46 additions & 0 deletions examples/output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1435,6 +1435,21 @@ jgi_mg_data:
proposal_dna: xxx
samp_name: xxx

```
## SampleData-emsl_data-capital-sample_type
### Input
```yaml
emsl_data:
- analysis_type:
- metagenomics
- metatranscriptomics
emsl_store_temp: -80
project_id: xxx
replicate_number: 5
samp_name: xxx
sample_shipped: 100 units
sample_type: Water_extract_soil

```
## SampleData-jgi_mg_data-missing-dna_cont_type
### Input
Expand Down Expand Up @@ -1672,6 +1687,21 @@ jgi_mt_data:
samp_name: sample name
source_mat_id: MPI:012345

```
## SampleData-emsl_data-string-replicate_number
### Input
```yaml
emsl_data:
- analysis_type:
- metagenomics
- metatranscriptomics
emsl_store_temp: -80
project_id: xxx
replicate_number: hello
samp_name: xxx
sample_shipped: 100 units
sample_type: soil

```
## SampleData-water-data-broad-term-only
### Input
Expand Down Expand Up @@ -2563,3 +2593,19 @@ water_data:
specific_ecosystem: Unclassified

```
## SampleData-emsl_data-string-technical_reps
### Input
```yaml
emsl_data:
- analysis_type:
- metagenomics
- metatranscriptomics
emsl_store_temp: -80
project_id: xxx
replicate_number: 5
samp_name: xxx
sample_shipped: 100 units
sample_type: water_extract_soil
technical_reps: turkey_sub

```
Loading

0 comments on commit 6cc5a78

Please sign in to comment.