diff options
author | Adam Novak | 2020-04-17 12:18:53 -0700 |
---|---|---|
committer | Adam Novak | 2020-04-17 12:21:00 -0700 |
commit | c536f92264e094d4a59c1fdcb6a3aea64c0035b2 (patch) | |
tree | 42c6711f5779596ec5bfeef448e538c7cd777496 /bh20sequploader | |
parent | 8a65eaff3147cf9908159c0a2a38f86a4043fe3e (diff) | |
download | bh20-seq-resource-c536f92264e094d4a59c1fdcb6a3aea64c0035b2.tar.gz bh20-seq-resource-c536f92264e094d4a59c1fdcb6a3aea64c0035b2.tar.lz bh20-seq-resource-c536f92264e094d4a59c1fdcb6a3aea64c0035b2.zip |
Spruce up the options file and add missing values
Diffstat (limited to 'bh20sequploader')
-rw-r--r-- | bh20sequploader/bh20seq-options.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/bh20sequploader/bh20seq-options.yml b/bh20sequploader/bh20seq-options.yml index 02e911f..d05be5a 100644 --- a/bh20sequploader/bh20seq-options.yml +++ b/bh20sequploader/bh20seq-options.yml @@ -4,13 +4,14 @@ # types. host_age_unit: - year: http://purl.obolibrary.org/obo/UO_0000036 - month: http://purl.obolibrary.org/obo/UO_0000035 - week: http://purl.obolibrary.org/obo/UO_0000035 - day: http://purl.obolibrary.org/obo/UO_0000034 - hour: http://purl.obolibrary.org/obo/UO_0000032 + Years: http://purl.obolibrary.org/obo/UO_0000036 + Months: http://purl.obolibrary.org/obo/UO_0000035 + Weeks: http://purl.obolibrary.org/obo/UO_0000034 + Days: http://purl.obolibrary.org/obo/UO_0000033 + Hours: http://purl.obolibrary.org/obo/UO_0000032 host_sex: Male: http://purl.obolibrary.org/obo/NCIT_C20197 Female: http://purl.obolibrary.org/obo/NCIT_C27993 - unknown: http://purl.obolibrary.org/obo/NCIT_C17998 + Intersex: http://purl.obolibrary.org/obo/NCIT_C45908 + Unknown: http://purl.obolibrary.org/obo/NCIT_C17998 |