Skip to content

Commit

Permalink
don't sent a default
Browse files Browse the repository at this point in the history
  • Loading branch information
julie-sullivan committed Aug 7, 2020
1 parent 7e0b360 commit 004b33a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class MissenseVariantFunctionalScore {
private String chromosome;
private int position;
private String reference;
private String source = "Revel";
private String source;
private List<TranscriptMissenseVariantFunctionalScore> scores;

public MissenseVariantFunctionalScore() {
Expand Down

0 comments on commit 004b33a

Please sign in to comment.