Skip to content

Commit b85a75a

Browse files
author
Jon Palmer
committed
fix dbCAN download link (again...)
1 parent 4cfc7f8 commit b85a75a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/library.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@
171171
DBURL = { 'uniprot': 'ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete/uniprot_sprot.fasta.gz',
172172
'uniprot-release': 'ftp://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete/reldate.txt',
173173
'merops': 'ftp://ftp.ebi.ac.uk/pub/databases/merops/current_release/merops_scan.lib',
174-
'dbCAN': 'http://cys.bios.niu.edu/dbCAN2/download/Databases/dbCAN-HMMdb-V7.txt',
175-
'dbCAN-tsv': 'http://cys.bios.niu.edu/dbCAN2/download/Databases/CAZyDB.07312018.fam-activities.txt',
176-
'dbCAN-log': 'http://cys.bios.niu.edu/dbCAN2/download/Databases/dbCAN-old@UGA/readme.txt',
174+
'dbCAN': 'http://bcb.unl.edu/dbCAN2/download/Databases/dbCAN-HMMdb-V7.txt',
175+
'dbCAN-tsv': 'http://bcb.unl.edu/dbCAN2/download/Databases/CAZyDB.07312018.fam-activities.txt',
176+
'dbCAN-log': 'http://bcb.unl.edu/dbCAN2/download/Databases/dbCAN-old@UGA/readme.txt',
177177
'pfam': 'ftp://ftp.ebi.ac.uk/pub/databases/Pfam//current_release/Pfam-A.hmm.gz',
178178
'pfam-tsv': 'ftp://ftp.ebi.ac.uk/pub/databases/Pfam//current_release/Pfam-A.clans.tsv.gz',
179179
'pfam-log': 'ftp://ftp.ebi.ac.uk/pub/databases/Pfam//current_release/Pfam.version.gz',

0 commit comments

Comments
 (0)