From 779e071f644f859db9246e35254e574fe19ff109 Mon Sep 17 00:00:00 2001 From: Ruobin Liu <45402954+ruobinLiu@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:32:18 -0600 Subject: [PATCH] Update share-importer.md --- _docs/curation/phenotypic-data/share-importer.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_docs/curation/phenotypic-data/share-importer.md b/_docs/curation/phenotypic-data/share-importer.md index 5f46a3e..2060741 100644 --- a/_docs/curation/phenotypic-data/share-importer.md +++ b/_docs/curation/phenotypic-data/share-importer.md @@ -8,7 +8,7 @@ description: This is documentation pertaining to import of shareable phenotypic ## Analyzed Phenotypes ### File Format -The file should be formatted as a .xlsx file with up to 10 columns in the following order: +The file should be formatted as a TSV file with up to 10 columns in the following order: 1. **Trait Name**: The full name of the trait as you would like it to appear on a trait page. This should not be abbreviated (e.g. Days till one open flower). 2. **Method Name**: A short (<4 words) name describing the method. This should uniquely identify the method while being very succinct (e.g. 10% Plot at R1). 3. **Unit**: The unit the trait was measured with. In the case of a scale this column should defined the scale. (e.g. days) @@ -19,3 +19,7 @@ The file should be formatted as a .xlsx file with up to 10 columns in the follow 8. **Replicate**: The number for the replicate the current measurement is in. (e.g. 3) 9. **Value**: The measured phenotypic value. (e.g. 34) 10. **Data Collector**: The name of the person or organization which measured the phenotype. + +### Raw Phenotypes + +### File Format