Lukas Mueller

Results 198 comments of Lukas Mueller

The dbpatch needs to be run and the views need to be updated. To refresh the views, go into psql and type: ``` refresh materialized view materialized_stockprops; ```

The issue was that the Search attempts to update the stocks materialized view but does not include the 'editable_stock_props' in the process, and the process breaks. I have added another...

There is a pretty severe issue with the stock props search. The stock prop search uses a materialized view of stockprops that is checked against the cv called stock_properties, factually...

Maybe it is easier to add the custom stockprops to the database?

[gbs_barcodes2.xlsx](https://github.com/solgenomics/sgn/files/8249113/gbs_barcodes2.xlsx) [nextera_i5barcode2.xlsx](https://github.com/solgenomics/sgn/files/8249114/nextera_i5barcode2.xlsx)

Store just the adapter name, not the adapter metadata?

a trial can have only one location and design type, but the upload should check if all the rows for a trial are consistent

Hi, thanks for the amazing work to translate to Chinese! We should have replaced all of these pages by now, but it didn't quite happen 100%. For the about page,...

For the display in the cgi-bin files, the problem may occur because most of the content is read in from files. The filehandles need to be opened as utf-8 encoded...

Hi Huiyn, if that suggestion didn't work let me know, otherwise I will close this ticket. Thanks again for letting us know. cheers Lukas