Edit this page | Blame

Read Samples/Cases/Individuals From Database

Tags

  • type: bug
  • priority: critical
  • assigned: fredm, acenteno
  • keywords: QC, quality control, samples, strains, cases, gn-uploader
  • status: closed, completed

Description

I discovered a

This code always reads

rather than reading the samples/cases data from the database.

This bug is even "encoded" in

- check strain headers against a source of truth (see strains.csv)

The strains file linked to above contains a selection of strains from mice, which means that the checks will never pass for anything other than mice, and even then, for the samples that existed at the time the strains file was generated.

This was a myopic view of the data uploader, and needs to be expanded significantly. The user will need to specify the species for the data they wish to upload before being allowed to upload. That implies a rework of the UI, and underlying code.

Notes

(made with skribilo)