Skip to content

Commit

Permalink
update metadata column names
Browse files Browse the repository at this point in the history
  • Loading branch information
tavareshugo committed Jan 22, 2024
1 parent 44f897c commit 662bf8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion materials/03-case_studies/01-switzerland.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ civet \
-i sample_info.csv \
-f report/consensus.fa \
-icol sample \
-idate sample_collection_date \
-idate collection_date \
-d resources/civet_background_data/ \
-o results/civet
```
Expand Down
4 changes: 2 additions & 2 deletions materials/03-case_studies/02-southafrica.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Here is some of the information we have available for these samples:

- `sample` → the sample ID.
- `collection_date` → the date of collection for the sample in the format YYYY-MM-DD.
- `geo_loc_country` → the country of origin for this sample.
- `country` → the country of origin for this sample.
- `geo_loc_region` → the region within the country where the sample was collected.
- `latitude`/`longitude` → coordinates for sample location (in this case we're only given a single coordinate for the whole country - in a real setting you may want to collect a precise location).
- `sequencing_instrument` → the model for the sequencing instrument used (e.g. NovaSeq 6000, MinION, etc.).
Expand Down Expand Up @@ -531,7 +531,7 @@ civet \
-i sample_info.csv \
-f report/consensus.fa \
-icol sample \
-idate sample_collection_date \
-idate collection_date \
-d resources/civet_background_data/ \
-o results/civet
```
Expand Down

0 comments on commit 662bf8a

Please sign in to comment.