Skip to content

Commit

Permalink
Updates to try to use a python3 compatible pyvcf
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsoguerra committed May 13, 2022
1 parent 671bd25 commit 1873835
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ From: python:3
rm -rf /sanger-pathogens/SnpEffWrapper/build/clinEff/
rm -rf /sanger-pathogens/SnpEffWrapper/build/*.zip
python3 -m pip install setuptools==58
python3 -m pip install pyvcf
python3 -m pip install pyvcf3
python3 -m pip install /sanger-pathogens/SnpEffWrapper

%runscript
Expand Down
4 changes: 2 additions & 2 deletions scripts/snpEffBuildAndRun
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import sys

#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/')
#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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires=[
'setuptools==58',
'Jinja2',
'PyVCF',
'PyVCF3',
'PyYAML'
],
include_package_data=True,
Expand Down

0 comments on commit 1873835

Please sign in to comment.