Skip to content

Commit

Permalink
force code the merops release version in the code???
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphaltip committed Aug 12, 2024
1 parent d1f518e commit f5cac16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions funannotate/setupDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ def meropsDB(info, force=False, args={}):
'merops.formatted.fa', '--db', 'merops']
lib.runSubprocess(cmd, os.path.join(FUNDB), lib.log)
num_records = lib.countfasta(filtered)
info['merops'] = ('diamond', database, '12.0',
'2017-10-04', num_records, md5)
info['merops'] = ('diamond', database, '12.5',
'2023-01-19', num_records, md5)
type, name, version, date, records, checksum = info.get('merops')
lib.log.info('MEROPS Database: version={:} date={:} records={:,}'.format(
version, date, records))
Expand Down

0 comments on commit f5cac16

Please sign in to comment.