Skip to content

Commit 6a8d2fb

Browse files
Minor bug fix.
1 parent 0ac23a9 commit 6a8d2fb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CAT_pack/about.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
22

33
__author__ = 'F. A. Bastiaan von Meijenfeldt'
4-
__version__ = '5.2'
5-
__date__ = '20 November, 2020'
4+
__version__ = '5.2.1'
5+
__date__ = '6 January, 2021'

CAT_pack/prepare.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ def memory_bottleneck(args):
135135
(total_memory, error) = check.check_memory(args.min_mem)
136136
if error:
137137
message = (
138-
'at least {0:,d}GB of memory is needed for the database '
139-
'construction. {1:,d}GB is found on your system. You can try '
138+
'at least {0}GB of memory is needed for the database '
139+
'construction. {1}GB is found on your system. You can try '
140140
'to find a machine with more memory, or download '
141141
'preconstructed database files from '
142142
'tbb.bio.uu.nl/bastiaan/CAT_prepare/.'.format(

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 5.2.1
4+
Minor bug fix for `CAT prepare`.
5+
36
## 5.2
47
`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.
58

0 commit comments

Comments
 (0)