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
As a group we have decided to deprecate the "nextclade_json_parser.py" script because we can get the same information from vcf files. This has several effects described below.
Solution
Remove the nextclade json parser task from the "lineage_calling_and_results.wdl"
ONT assembly - currently the medaka task outputs a vcf file without AA annotations. We can use SnpEff to annotate the vcf file with AAs. We maybe want to convert the annotated vcf file to a tsv, if possible.
We will want to be able to pull out the S gene mutations from the vcf/tsv file for number 3 below.
"summary.py" - currently, we are pulling the clade, total amino acid substitutions etc. from the"nextclade_results.csv" output from the nextclade json parser and pulling the S gene mutations out of the "nextclade_variants.csv" file output form the nextclade json parser. We can pull the clade, total amino acid substitutions, etc. out of the "nextclade.csv" file output from the nextclade task itself. We will need to decide how best to recreate the s gene mutations column.
Upstream effects
None outside of the lineage_calling_and_results.wdl
Downstream effects
If any column changes in the summary_results output file then this could have implications for BigQuery and the Covid QC notebook.
The text was updated successfully, but these errors were encountered:
Feature Request
As a group we have decided to deprecate the "nextclade_json_parser.py" script because we can get the same information from vcf files. This has several effects described below.
Solution
Upstream effects
None outside of the lineage_calling_and_results.wdl
Downstream effects
If any column changes in the summary_results output file then this could have implications for BigQuery and the Covid QC notebook.
The text was updated successfully, but these errors were encountered: