Skip to content

Commit

Permalink
Merge pull request #1057 from nextgenusfs/issue_1054_newMEROPS
Browse files Browse the repository at this point in the history
update MEROPS release filename is now 'meropsscan.lib' per issue #1054
  • Loading branch information
hyphaltip authored Aug 12, 2024
2 parents 9df1e44 + 7d026b5 commit 8d5cccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion funannotate/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
DBURL = {
"uniprot": "https://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete/uniprot_sprot.fasta.gz",
"uniprot-release": "https://ftp.ebi.ac.uk/pub/databases/uniprot/current_release/knowledgebase/complete/reldate.txt",
"merops": "https://ftp.ebi.ac.uk/pub/databases/merops/current_release/merops_scan.lib",
"merops": "https://ftp.ebi.ac.uk/pub/databases/merops/current_release/meropsscan.lib",
"dbCAN": "https://bcb.unl.edu/dbCAN2/download/Databases/V11/dbCAN-HMMdb-V11.txt",
"dbCAN-tsv": "https://bcb.unl.edu/dbCAN2/download/Databases/V11/CAZyDB.08062022.fam-activities.txt",
"dbCAN-log": "https://bcb.unl.edu/dbCAN2/download/Databases/V11/readme.txt",
Expand Down
2 changes: 1 addition & 1 deletion funannotate/setupDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def wget(url, name):


def meropsDB(info, force=False, args={}):
fasta = os.path.join(FUNDB, 'merops_scan.lib')
fasta = os.path.join(FUNDB, 'meropsscan.lib')
filtered = os.path.join(FUNDB, 'merops.formatted.fa')
database = os.path.join(FUNDB, 'merops.dmnd')
if os.path.isfile(fasta) and args.update and not force:
Expand Down

0 comments on commit 8d5cccf

Please sign in to comment.