Includes STRs as a data source#667
Open
MattWellie wants to merge 35 commits into
Open
Conversation
Creating a Dev-branch to stash these changes instead of always releasing to Main. This won't build an image we can run, but that's... fine, there's nothing urgent here.
Collaborator
Author
|
n.b. I think the wiring here all makes sense, but the exact VCF specification/INFO/FORMAT fields matching what we're populating internally is a bit shortsighted... ExpansionHunter VCFs would be a more generic target. |
# Conflicts: # .gitignore # Dockerfile # README.md # nextflow.config # pyproject.toml # src/talos/cpg_internal_scripts/CPG_Dockerfile # src/talos/cpg_internal_scripts/cpgflow_jobs/annotate_csq_with_bcftools.py # src/talos/version.py
Collaborator
Author
|
I'm re-opening this. It's tightly scoped to a very specific STR caller, but it's a good chunk of effort and better than nothing. Improving (e.g. targetting any-old STR caller and its catalog) can come later if there's appetite outside CPG/VCGS/Broad. It also includes a number of tidy-up pieces like how multiple variant sources are handled, which I would like to keep |
# Conflicts: # CHANGELOG.md # Dockerfile # README.md # docs/getting-started.md # nextflow.config # nextflow/modules/talos/AnnotateMitoVcf/main.nf # nextflow_schema.json # preparation.nf # pyproject.toml # src/talos/cpg_internal_scripts/CPG_Dockerfile # src/talos/cpg_internal_scripts/cpgflow_jobs/annotate_mito.py # src/talos/create_talos_html.py # src/talos/download_panelapp.py # src/talos/example_config.toml # src/talos/liftover/lift_2_2_0_to_2_3_0.py # src/talos/models.py # src/talos/moi_tests.py # src/talos/templates/index.html.jinja # src/talos/validate_moi.py # src/talos/version.py # test/input/panelapp_current_137.json # test/test_panelapp_download.py # uv.lock
Collaborator
Author
|
memo to self - I need to ping off some test runs now that this has been rebased (messy) |
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.
Fixes
Proposed Changes
Checklist