Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disease treatments should not show phenotypic abnormality on export #125

Merged
merged 1 commit into from
Jun 15, 2023

Conversation

iimpulse
Copy link
Member

@iimpulse iimpulse commented Jun 14, 2023

Small method to change what gets exported in a specific scenario.

@iimpulse iimpulse requested a review from gerring June 14, 2023 17:01
@@ -134,4 +134,11 @@ public String getExtensionId() {
public String getExtensionLabel() {
return extensionLabel;
}

public String getExportPhenotypeId() {
if (hpoId.equals("HP:0000118")){
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hard coded id here. Are there other ids which would need this clause?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Negative this is the root term that will never change for HP.

@iimpulse iimpulse merged commit 6a18036 into develop Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants