Conversation
- no real changes to analysis, just minor visual updates
- simplified, no more plotting SNP, INDEL, or LARGE - stats written to json file, added script for calc
- changed to at most 2 threads per supercluster - started high-level reorganization
- this occurs after clustering but before superclustering - this will allow graph generation, with genotype information - introduced add_callset_vars() - added variantData->nc, moved ctg_variants to callset_vars
- updated Graph definition/structure with additional info
- always select INS first if multiple variants occur at same position
- main `calc_prec_recall_aln()` function is complete - added +1 to last query graph node length - added full alignment graph printing for debugging - truth string generation checks if variant occurs on hap
- truth sequence is now a path through a graph - this should enable much simple logic for parsing sync groups etc
- incorrect, but everything completes - still need to uncomment and update initial phaseset printing
- FP counting is still wrong: if calc_gt is 0|0, it's a FP
- fix: end WFA early if max score is reached - change: only consider redoing alignment if FN is an INDEL (not SUB) - fix: don't parse WFA path if alignment didn't finish - feat: removed backup ordinary alignment
- this is expected if the last variant is a deletion and the cluster expands to the end of the reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Main Goals for v3.0.0
Required Deliverables
Code Deliverables
Runtime/Accuracy Investigation
Analysis Deliverables
Documentation Deliverables
Minor TODOs
thread2unused)Limitations and Assumptions
Nice to Have
Related Projects
bcftoolsextensionnf-coremodule forvcfdistmultiqcplugin forvcfdistsandbox.biotutorial forvcfdistPotential Improvements
Efficiency Optimizations
wf_swg_align()DP matrix only needs offsets for N most recent rowsPunting to v3.1
Runtime Analysis
Helium, 16 threads, 64GB RAM, max variant 1000
PAV
HPRC
GIAB-TR