Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mason/breeders_toolbox/upload_phenotype_spreadsheet.mas
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

<h4>Simple and Detailed Spreadsheet Format:</h4>
<ul>
<li>The "Simple" format requires only a column called 'observationunit_name' followed by your trait columns. Other acceptable headers for the first column include: 'plot_name', 'subplot_name', 'plant_name', 'observationUnitName', 'plotName', 'sublotName', 'plantName'</li>
<li>The "Simple" format requires only a column called 'observationunit_name' followed by your trait columns. Other acceptable headers for the first column include: 'plot_name', 'subplot_name', 'plant_name', 'observationUnitName', 'observationUnitDbId', 'plotName', 'sublotName', 'plantName'</li>
<li>The "Detailed" format includes a special header as well as additional columns for design information.</li>
<li>The "NIRS" format is built on top of the simple format - a column called 'observationunit_name' followed by trait columns derived from the NIR spectra, followed by columns of NIR spectra data themselves. Trait column names must come form the trait ontology but NIR spectra column names should simply be copied from whateve standard output file the NIR device produces.</li>
</ul>
Expand Down
Loading