Skip to content

Commit f810399

Browse files
authored
[GEN-1954] Add Transcript_Exon as new additional maf column (#592)
* add transcript_exon * update to new annotation-tools ver
1 parent fc38335 commit f810399

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ WORKDIR /root/
8383
# Must move this git clone to after the install of Genie,
8484
# because must update cbioportal
8585
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
86+
RUN git clone https://github.com/Sage-Bionetworks/annotation-tools.git -b 0.0.6
8787

8888

8989
WORKDIR /root/Genie

genie/process_mutation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
"genomic_location_explanation",
117117
"Annotation_Status",
118118
"Variant_Classification",
119+
"Transcript_Exon",
119120
]
120121

121122

0 commit comments

Comments
 (0)