Skip to content

Commit

Permalink
fix bug caused by PolyPhen2 webserver update
Browse files Browse the repository at this point in the history
  • Loading branch information
luponzo86 committed Jun 29, 2021
1 parent 11e09c4 commit 605a697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhapsody/features/PolyPhen2.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def queryPolyPhen2(filename, dump=True, prefix='pph2',
num_lines = sum(1 for line in open(filename, 'rb') if line[0] != '#')
input_file = open(filename, 'rb')
# submit query
address = 'http://genetics.bwh.harvard.edu/cgi-bin/ggi/ggi2.cgi'
address = 'http://genetics.bwh.harvard.edu/ggi/cgi-bin/ggi2.cgi'
files = {
'_ggi_project': (None, 'PPHWeb2'),
'_ggi_origin': (None, 'query'),
Expand Down

0 comments on commit 605a697

Please sign in to comment.