Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract and capture LibraryRun yield and QC pass #447

Open
victorskl opened this issue Apr 21, 2022 · 0 comments
Open

Extract and capture LibraryRun yield and QC pass #447

victorskl opened this issue Apr 21, 2022 · 0 comments
Labels
feature New feature orcabus triage & trello Triage and migrate into respective Trello project

Comments

@victorskl
Copy link
Member

victorskl commented Apr 21, 2022

Context:

  • Pipeline has LibraryRun data model that track the sequenced-library i.e. as they are appeared in SampleSheet.csv of the Run directory.
  • Hence, this LibraryRun won't track a library such as those that has failed at library kit prep stage at Lab side.
  • Collection of LibraryRun for the said SequenceRun is guaranteed avail in Portal when BSSH SequenceRun reach to PendingAnalysis status. Then we start BCL Conversion.
  • After BCL Conversion (and WGS Alignment QC), we wish to update a couple of fields on this LibraryRun data model. Current fields of interest are as follows.

# yield achieved with this run (to be compared against desired coverage defined in metadata)
coverage_yield = models.CharField(max_length=255, null=True)
# current overall QC status
qc_pass = models.BooleanField(default=False, null=True)
# could be progressive status from QC workflow pass to QC metric eval
qc_status = models.CharField(max_length=255, null=True)
# could be used for manual exclusion
valid_for_analysis = models.BooleanField(default=True, null=True)

Use Case:

Actions:

  • Implement it
@victorskl victorskl added the feature New feature label Apr 21, 2022
@victorskl victorskl added this to the Release 1.0.0 milestone Apr 26, 2022
@victorskl victorskl removed this from the Release 1.0.0 milestone May 2, 2022
@victorskl victorskl added the triage & trello Triage and migrate into respective Trello project label May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature orcabus triage & trello Triage and migrate into respective Trello project
Projects
None yet
Development

No branches or pull requests

1 participant