Skip to content

Commit 6905b8f

Browse files
committed
RLS Version 1.2.0
Big change is adding a new chicken caecum prebuilt model (courtesy of Florian Plaza Oñate), but also better outputs. Full ChangeLog - Pretrained model from chicken caecum - Output table with basic information on bins (including N50 & L50) - When reclustering is used (default), output the unreclusted bins into a directory called `output_prerecluster_bins` - Added `--verbose` flag and silented some of the output when it is not used - Use coloredlogs (if package is available)
1 parent 5b29a36 commit 6905b8f

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Unreleased
1+
Version 1.2.0 Oct 19 2022 by BigDataBiology
22
* Pretrained model from chicken caecum
33
* Output table with basic information on bins (including N50 & L50)
44
* When reclustering is used (default), output the unreclusted bins into a
55
directory called `output_prerecluster_bins`
6-
* Used coloredlogs (if package is available)
76
* Added --verbose flag and silented some of the output when it is not used
7+
* Use coloredlogs (if package is available)
88

99
Version 1.1.1 Sep 27 2022 by BigDataBiology
1010
* Completely remove use of atomicwrites package

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you use this software in a publication please cite:
2222
2323
## Basic usage of SemiBin
2424

25-
A tutorial of running SemiBin from scrath can be found here [SemiBin tutorial](https://github.com/psj1997/SemiBin_tutorial_from_scratch).
25+
A tutorial of running SemiBin from scrath can be found here [SemiBin tutorial](https://github.com/BigDataBiology/SemiBin_tutorial_from_scratch).
2626

2727
Installation:
2828

@@ -144,7 +144,7 @@ The following environments are supported:
144144
- `pig_gut`
145145
- `built_environment`
146146
- `wastewater`
147-
- `chicken_caecum` (In the benchmark this pretrained model outperforms other models in the chicken caecum dataset. Thanks for [Florian Plaza Oñate](https://scholar.google.com/citations?hl=zh-CN&user=-gE5y_4AAAAJ&view_op=list_works&sortby=pubdate)'s work.)
147+
- `chicken_caecum` (Contributed by [Florian Plaza Oñate](https://scholar.google.com/citations?hl=zh-CN&user=-gE5y_4AAAAJ&view_op=list_works&sortby=pubdate))
148148
- `global`
149149

150150
The `global` environment can be used if none of the others is appropriate.

SemiBin/semibin_version.py

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

docs/whatsnew.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# What's New
22

3+
## Version 1.2.0
4+
5+
*Released October 19 2022*
6+
7+
### User visible improvements
8+
9+
- Pretrained model from chicken caecum (contributed by [Florian Plaza Oñate](https://scholar.google.com/citations?hl=zh-CN&user=-gE5y_4AAAAJ&view_op=list_works&sortby=pubdate))
10+
- Output table with basic information on bins (including N50 & L50)
11+
- When reclustering is used (default), output the unreclusted bins into a directory called `output_prerecluster_bins`
12+
- Added `--verbose` flag and silented some of the output when it is not used
13+
- Use coloredlogs (if package is available)
14+
315
## Version 1.1.1
416

517
*Released September 27 2022*

0 commit comments

Comments
 (0)