We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Transcript_Exon
1 parent fc38335 commit f810399Copy full SHA for f810399
Dockerfile
@@ -83,7 +83,7 @@ WORKDIR /root/
83
# Must move this git clone to after the install of Genie,
84
# because must update cbioportal
85
RUN git clone https://github.com/cBioPortal/cbioportal.git -b v5.3.19
86
-RUN git clone https://github.com/Sage-Bionetworks/annotation-tools.git -b 0.0.5
+RUN git clone https://github.com/Sage-Bionetworks/annotation-tools.git -b 0.0.6
87
88
89
WORKDIR /root/Genie
genie/process_mutation.py
@@ -116,6 +116,7 @@
116
"genomic_location_explanation",
117
"Annotation_Status",
118
"Variant_Classification",
119
+ "Transcript_Exon",
120
]
121
122
0 commit comments