Skip to content

Commit

Permalink
use newer version of annotator.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Jan 8, 2024
1 parent cc081a1 commit 00f527e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions genie/process_mutation.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,14 @@ def process_mutation_workflow(
"syn22053204",
ifcollision="overwrite.local",
downloadLocation=genie_config["genie_annotation_pkg"],
version=1, #TODO: This should pull from a config file in the future
)
# Genome Nexus Jar file
syn.get(
"syn22084320",
ifcollision="overwrite.local",
downloadLocation=genie_config["genie_annotation_pkg"],
version=13, #TODO: This should pull from a config file in the future
)

annotated_maf_path = annotate_mutation(
Expand Down

0 comments on commit 00f527e

Please sign in to comment.