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
reviewed_candidates["Variant Called by CLE Pipeline"] =" "
This is manual, slow, and potentially error prone and there is really no need for this to be manual.
We should update this script to take an extra input that already has the answer to this question and simply populate the values of this column: True/False. In each run of the immuno pipeline there is a file variants.final.annotated.tsv where the 6th column called VALIDATED contains the result of checking whether each variant called by the immuno.wdl pipeline was also found in the CLE variants ("known variants") file. We can just match up the variants by coordinates and base changes and if there is a match include the value from the VALIDATED in the Variant Called by CLE Pipeline column of the output file produced by generate_reviews_files.py.
The text was updated successfully, but these errors were encountered:
Currently the script
generate_reviews_files.py
add as a column for "Variant Called by CLE Pipeline" which reviewers must manually check.neoag_vaccine_scripts/scripts/generate_reviews_files.py
Line 112 in f51ec53
This is manual, slow, and potentially error prone and there is really no need for this to be manual.
We should update this script to take an extra input that already has the answer to this question and simply populate the values of this column:
True
/False
. In each run of the immuno pipeline there is a filevariants.final.annotated.tsv
where the 6th column calledVALIDATED
contains the result of checking whether each variant called by the immuno.wdl pipeline was also found in the CLE variants ("known variants") file. We can just match up the variants by coordinates and base changes and if there is a match include the value from theVALIDATED
in theVariant Called by CLE Pipeline
column of the output file produced bygenerate_reviews_files.py
.The text was updated successfully, but these errors were encountered: