You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ If you use this software in a publication please cite:
22
22
23
23
## Basic usage of SemiBin
24
24
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).
26
26
27
27
Installation:
28
28
@@ -144,7 +144,7 @@ The following environments are supported:
144
144
-`pig_gut`
145
145
-`built_environment`
146
146
-`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))
148
148
-`global`
149
149
150
150
The `global` environment can be used if none of the others is appropriate.
Copy file name to clipboardExpand all lines: docs/whatsnew.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# What's New
2
2
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
0 commit comments