Mercurial > repos > iuc > iedb_api
diff iedb_api.py @ 5:1911ec100221 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/iedb_api commit 6007a6fe7005df2f7fd1de85ce63156511534b6e
| author | iuc |
|---|---|
| date | Fri, 07 Nov 2025 18:26:22 +0000 |
| parents | 7ed6dda64a81 |
| children |
line wrap: on
line diff
--- a/iedb_api.py Sat Feb 13 00:06:36 2021 +0000 +++ b/iedb_api.py Fri Nov 07 18:26:22 2025 +0000 @@ -250,7 +250,7 @@ length = ','.join(lengths) if lengths else None method = args.method proteasome = args.proteasome if args.prediction == 'processcing' else None - url = 'http://tools-cluster-interface.iedb.org/tools_api/%s/' %\ + url = 'https://tools-cluster-interface.iedb.org/tools_api/%s/' %\ args.prediction # results
