Skip to content

Commit

Permalink
Undo last RGAManager change
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Aug 9, 2023
1 parent 4c5614b commit 7dc807b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1446,9 +1446,6 @@ private VariantDBIterator variantStorageQuery(String study, List<String> sampleI
excludeList.add(VariantField.ANNOTATION_DRUGS);
excludeList.add(VariantField.ANNOTATION_GENE_EXPRESSION);

//Try to test
excludeList.add(VariantField.ANNOTATION_PHARMACOGENOMICS);

if (!sampleIds.isEmpty()) {
variantQuery.append(VariantQueryParam.INCLUDE_SAMPLE.key(), sampleIds)
.append(VariantQueryParam.INCLUDE_SAMPLE_DATA.key(), "GT,DP");
Expand Down

0 comments on commit 7dc807b

Please sign in to comment.