virusseq / portal-ui

Canadian VirusSeq Data Portal
https://virusseq-dataportal.ca/
GNU Affero General Public License v3.0
8 stars 8 forks source link

QC - Sample Suppression #305

Closed GH-Emily closed 2 years ago

GH-Emily commented 2 years ago

Hi @sifavahora,

There is some concern regarding samples: QC_287874 and QC_287876. Could you please suppress these samples if they are present in data portal?

Thanks! Emily

edsu7 commented 2 years ago

QC_287876 has been suppressed

"submitterSampleId": "QC_287876",
"analysisStateHistory": [
    {
      "initialState": "UNPUBLISHED",
      "updatedState": "PUBLISHED",
      "updatedAt": "2022-03-10T17:28:37.058205"
    },
    {
      "initialState": "PUBLISHED",
      "updatedState": "UNPUBLISHED",
      "updatedAt": "2022-08-02T19:51:30.196439"
    },
    {
      "initialState": "UNPUBLISHED",
      "updatedState": "SUPPRESSED",
      "updatedAt": "2022-08-02T19:52:00.986217"
    }
  ]

QC_287874 was previously suppressed.

"submitterSampleId": "QC_287874",
 {
      "initialState": "SUPPRESSED",
      "updatedState": "SUPPRESSED",
      "updatedAt": "2022-07-20T17:38:57.700965"
    }
GH-Emily commented 2 years ago

thank you!