You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the following Athena SQL query to determine all affected samples.
select
"id",
"library_id",
"phenotype",
"sample_id",
"subject_id",
"external_subject_id",
"external_sample_id",
"project_name",
"project_owner"
from "data_portal_labmetadata"
where
"phenotype" in ('tumor', 'normal') and
"type" in ('WGS') and
"workflow" in ('clinical', 'research') and
"library_id" like '%_rerun';
There are about 23 libraries from 2020-2021.
Consider:
Consider support the case in pairing logic.
Alternatively, if rerun are to be always take precedent, consider fixing at Lab metadata.
Workaround:
Need to trigger TN job manually
The text was updated successfully, but these errors were encountered:
Context:
At the mo, automation auto-pairing skip if tumor and/or normal library id contains rerun marker.
data-portal-apis/data_processors/pipeline/orchestration/tumor_normal_step.py
Line 201 in d51365b
data-portal-apis/data_processors/pipeline/orchestration/tumor_normal_step.py
Line 218 in d51365b
Affected:
Run the following Athena SQL query to determine all affected samples.
There are about 23 libraries from 2020-2021.
Consider:
Consider support the case in pairing logic.
Alternatively, if
rerun
are to be always take precedent, consider fixing at Lab metadata.Workaround:
Need to trigger TN job manually
The text was updated successfully, but these errors were encountered: