Mercurial > repos > proteore > proteore_data_manager
diff data_manager/resource_building.py @ 3:af0250fd023c draft
planemo upload commit 0014df2cf8bb24ab227068ee24dc798b6ffa4799-dirty
author | proteore |
---|---|
date | Thu, 05 Sep 2019 07:45:16 -0400 |
parents | 9ec42cb35abd |
children | e967a99d66b3 |
line wrap: on
line diff
--- a/data_manager/resource_building.py Wed Jun 19 04:42:03 2019 -0400 +++ b/data_manager/resource_building.py Thu Sep 05 07:45:16 2019 -0400 @@ -373,7 +373,7 @@ elif interactome=="bioplex": with requests.Session() as s: - r = s.get('http://bioplex.hms.harvard.edu/data/BioPlex_interactionList_v4a.tsv') + r = s.get('http://bioplex.hms.harvard.edu/data/BioPlex_interactionList_v4a.tsv',verify=False) r = r.content.decode('utf-8') bioplex = csv.reader(r.splitlines(), delimiter='\t')