v4.10.0 - Add additional properties to annotations#586
Closed
julie-sullivan wants to merge 3 commits into
Closed
Conversation
… ID builder for variants. add variantID to additional properties output. add VCVs to RCV and SCV entries
javild
reviewed
May 11, 2022
| if (!hasSCVIds) { | ||
| properties.add(new Property(null, SCVIDS, String.join(",", scvAccessions))); | ||
| } | ||
| getTraitAssociation(variantAnnotation, vcvId).setAdditionalProperties(properties); |
Collaborator
There was a problem hiding this comment.
@julie-sullivan this line should not be needed
javild
reviewed
May 11, 2022
| private static final String PHASE_DATA_URL_SEPARATOR = "\\+"; | ||
| private static final String VARIANT_STRING_FORMAT = "\\+"; | ||
|
|
||
| private Variant parseVariant(String variantString) { |
Collaborator
There was a problem hiding this comment.
is this method being used anywhere?
Collaborator
Author
There was a problem hiding this comment.
nope. copy paste error! removed.
javild
reviewed
May 11, 2022
| } | ||
|
|
||
| @Test | ||
| public void testKPVPMNVs() throws Exception { |
Collaborator
There was a problem hiding this comment.
Avoid using "KPVP" in names etc. it's a very internal GeL acronym :)
Collaborator
Author
|
merged into new v4.10.0 branch. |
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.
There are two changes in this PR.
ClinVar - add associated scvIds, vcvIds, rcvIds to additional properties
MNVs - other variants considered as part of phased MNV annotation