Skip to content

Commit

Permalink
Use https for pfam download
Browse files Browse the repository at this point in the history
  • Loading branch information
prihoda authored Sep 19, 2023
1 parent bd653ad commit 476934b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepbgc/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
'versioned': True
},
{
'url': 'ftp://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam{}/Pfam-A.hmm.gz'.format(PFAM_DB_VERSION),
'url': 'https://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam{}/Pfam-A.hmm.gz'.format(PFAM_DB_VERSION),
'target': PFAM_DB_FILE_NAME,
'gzip': True,
'after': util.run_hmmpress,
'checksum': '79a3328e4c95b13949a4489b19959fc5',
'versioned': False
},
{
'url': 'ftp://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam{}/Pfam-A.clans.tsv.gz'.format(PFAM_DB_VERSION),
'url': 'https://ftp.ebi.ac.uk/pub/databases/Pfam/releases/Pfam{}/Pfam-A.clans.tsv.gz'.format(PFAM_DB_VERSION),
'target': PFAM_CLANS_FILE_NAME,
'gzip': True,
'checksum': 'a0a4590ffb2b33b83ef2b28f6ead886b',
Expand Down

0 comments on commit 476934b

Please sign in to comment.