Skip to content

Commit

Permalink
Updates to roll-back later
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsoguerra committed May 13, 2022
1 parent 44de1d2 commit 671bd25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.swp
venv/
*.egg-info
snpeffwrapper.simg
6 changes: 5 additions & 1 deletion scripts/snpEffBuildAndRun
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ import logging
#import shutil
import sys

sys.path.append('/sanger-pathogens/SnpEffWrapper/')
#Early morning hacks...
#sys.path.append('/sanger-pathogens/SnpEffWrapper/')
sys.path.append('/usr/local/lib/python3.10/site-packages/')
sys.path.append('/usr/local/lib/python3.10/site-packages/vcf/')

from snpEffWrapper.wrapper import annotate_vcf, check_and_amend_executables

def parse_arguments():
Expand Down

0 comments on commit 671bd25

Please sign in to comment.