Skip to content

Commit 39a1e11

Browse files
ireneisdoomedremo87
authored andcommitted
chore(pgx): add variantAnnotation to output data
There is a new field in the input data that needs to be added to the final grouping operation
1 parent f1ef3f4 commit 39a1e11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/io/opentargets/etl/backend/pharmacogenomics/Pharmacogenomics.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ object Pharmacogenomics extends LazyLogging {
7575
col("pgxCategory"),
7676
col("phenotypeFromSourceId"),
7777
col("phenotypeText"),
78+
col("variantAnnotation"),
7879
col("studyId"),
7980
col("targetFromSourceId"),
8081
col("variantFunctionalConsequenceId"),

0 commit comments

Comments
 (0)