Skip to content

Commit 9d5d5b7

Browse files
committed
RLS Version 0.6
- Provide pretrained models from soil, cat gut, human oral, pig gut, mouse gut, built environment, wastewater and global (training from all environments). - Add `check_install` command and run `check_install` before easy* command - The user can now specify a pre-computed contig annotation table in mmseqs format - Fix bug with non-standard characters in sample names (#68) - Better subcommand names (`generate_sequence_features_*` and `generate_cannot_links`)
1 parent 79bb8df commit 9d5d5b7

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

ChangeLog

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
Unreleased
1+
Version 0.6.0 Mon 7 Feb 2022 by BigDataBiology
2+
* Provide pretrained models from soil, cat gut, human oral,
3+
pig gut, mouse gut, built environment, wastewater and global (training
4+
from all environments).
25
* Add `check_install` command and run `check_install` before easy* command
36
* The user can now specify a pre-computed contig annotation table in
47
mmseqs format
58
* Fix bug with non-standard characters in sample names (#68)
6-
* Provide pretrained models from soil, cat gut, human oral,
7-
pig gut, mouse gut, built environment, wastewater and global (training
8-
from all environments).
9+
* Better subcommand names (`generate_sequence_features_*` and
10+
`generate_cannot_links`)
911

1012
Version 0.5.0 Fri Jan 7 2022 by BigDataBiology
1113
* Faster `SemiBin --version`

SemiBin/semibin_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.0'
1+
__version__ = '0.6.0'

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Yes. There are two approaches:
1313
formatted file and is likely to produce nonsensical results if a different
1414
format is provided.
1515

16-
The approach one is more complex but can make sense as part of a larger
16+
The second approach is more complex but can make sense as part of a larger
1717
pipeline where taxonomic annotation of contigs is performed for multiple
1818
reasons (not only for the benefit of SemiBin).
1919

docs/whatsnew.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Version 0.6
44

5+
*Released February 7 2022*
6+
57
### User-visible improvements
8+
- Provide pretrained models from soil, cat gut, human oral,pig gut, mouse gut,
9+
built environment, wastewater and global (training from all samples).
610
- Users can now pass in the output of running mmseqs2 directly and SemiBin will
711
use that instead of calling mmseqs itself (use option
812
`--taxonomy-annotation-table`).
@@ -14,8 +18,6 @@
1418
`generate_sequence_features_multi` (for single- and multi-sample modes,
1519
respectively). The old names (`generate_data_single`/`generate_data_multi`)
1620
are kept as deprecated aliases.
17-
- Provide pretrained models from soil, cat gut, human oral,pig gut, mouse gut,
18-
built environment, wastewater and global (training from all samples).
1921
- Add `check_install` command and run `check_install` before easy command
2022

2123
### Bugfixes

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@
1111
long_description = long_description,
1212
long_description_content_type = 'text/markdown',
1313
classifiers=[
14-
'Development Status :: 3 - Alpha',
14+
'Development Status :: 4 - Beta',
1515
'Intended Audience :: Science/Research',
1616
'Topic :: Scientific/Engineering :: Bio-Informatics',
1717
'Topic :: Scientific/Engineering :: Artificial Intelligence',
1818
'License :: OSI Approved :: MIT License',
1919
'Programming Language :: Python :: 3.7',
2020
'Programming Language :: Python :: 3.8',
2121
'Programming Language :: Python :: 3.9',
22+
'Programming Language :: Python :: 3.10',
23+
'Programming Language :: Python :: 3.11',
2224
],
2325
url='https://github.com/BigDataBiology/SemiBin',
2426
author='Shaojun Pan',

0 commit comments

Comments
 (0)