Skip to content

Commit

Permalink
Minor bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiaanvonmeijenfeldt committed Jan 6, 2021
1 parent 0ac23a9 commit 6a8d2fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CAT_pack/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3

__author__ = 'F. A. Bastiaan von Meijenfeldt'
__version__ = '5.2'
__date__ = '20 November, 2020'
__version__ = '5.2.1'
__date__ = '6 January, 2021'
4 changes: 2 additions & 2 deletions CAT_pack/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ def memory_bottleneck(args):
(total_memory, error) = check.check_memory(args.min_mem)
if error:
message = (
'at least {0:,d}GB of memory is needed for the database '
'construction. {1:,d}GB is found on your system. You can try '
'at least {0}GB of memory is needed for the database '
'construction. {1}GB is found on your system. You can try '
'to find a machine with more memory, or download '
'preconstructed database files from '
'tbb.bio.uu.nl/bastiaan/CAT_prepare/.'.format(
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 5.2.1
Minor bug fix for `CAT prepare`.

## 5.2
`CAT prepare` now uses the latest taxonomy mapping files from NCBI, significantly expanding taxonomic coverage of proteins in nr. File integrity of downloads is assessed based on md5 checksums. The ORF2LCA output file contains a new column for the number of hits the classification is based on. We have made textual changes to the output files to better reflect the meaning of 'classified' and 'not classified' in different contexts.

Expand Down

0 comments on commit 6a8d2fb

Please sign in to comment.