Closed reynoldtan closed 5 years ago
@reynoldtan the streamlined download code is now ready to test. I've removed the option to download non-averaged reps on the download form. There should now only be one row for each unique experiment-germplasm-location-year combination. This means there should be multiple traits shown on the same row of the file.
PS. Also note #77 has already been reported and will be worked on separately.
The update works for exported file as tsv and csv but when set to xlsx, the result does not contain the column header part.
Result does not follow the order of headers selected. It is always in this order: Traits, Germplasm Name, Year and Location. Also, it excludes other optional header that you add to default headers (ie: country of origin, data collector).
Result does not follow the order of headers selected. It is always in this order: Traits, Germplasm Name, Year and Location. Also, it excludes other optional header that you add to default headers (ie: country of origin, data collector).
This is a separate bug and is evident on the master branch as well. It is documented in Issue #77.
Header issue with xlsx type now fixed.
Great, Thanks for the review!
This PR will fix average rep issue where related rows (related by experiment, germplasm, year and location) are not merged into a single row.
Image shows averaged across replicate but listing 2 rows instead of one row for the same experiment, germplasm, year and location.
This PR also disabled Max missing data field option since this is currently not implemented and field does not have any effect on the exported file.
Metadata
Documentation:
Description
Dependencies
Testing?
Simply download data and select multiple traits and germplasm. Make sure to check off
Take note of the options selected and repeat the process except this time uncheck Average Replicate option to export all records then compare both results .
Tip: To easily see data in rows and column, set the file type to XLSX - excel.