Skip to content

Commit 87340d3

Browse files
committed
RLS Version 1.4.0
Long reads binning! Full ChangeLog * Provide binning algorithm for assemblies from long read * Add `--allow-missing-mmseqs2` flag to `check_install` subcommand * Run Prodigal in multiple jobs without multiprocessing (#106) * Better command line arguments * Better error checking
1 parent 8bb066e commit 87340d3

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Version 1.4.0 Dec 2022 by BigDataBiology
22
* Provide binning algorithm for assemblies from long read
3+
* Add `--allow-missing-mmseqs2` flag to `check_install` subcommand
4+
* Run Prodigal in multiple jobs without multiprocessing (#106)
5+
* Better command line arguments
6+
* Better error checking
37

48
Version 1.3.1 Dec 9 2022 by BigDataBiology
59
* Make `--training-type` argument optional
6-
* Add `--allow-missing-mmseqs2` flag to `check_install` subcommand
710

811
Version 1.3.0 Nov 4 2022 by BigDataBiology
912
* Add self-supervised learning

docs/whatsnew.md

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

3-
## Version 1.4
3+
## Version 1.4.0: long reads binning!
44

5-
*Release December , 2022*
5+
*Released December 15, 2022*
66

7-
### User visible improvements
7+
Big change is the added binning algorithm for assemblies from long-read datasets.
8+
9+
The overall structure of the pipeline is still similar to what was [manuscript](https://www.nature.com/articles/s41467-022-29843-y), but when clustering, it does not use infomap, but another procedure (an iterative version of DBSCAN).
10+
11+
Use the flag `--sequencing-type=long_read` to enable an alternative clustering that works better with long reads.
12+
13+
### Other user-visible improvements
14+
15+
- Better error checking at multiple steps in the pipeline so that processes that will crash are caught as early as possible
16+
- Add `--allow-missing-mmseqs2` flag to `check_install` subcommand (eventually, self-supervision will be the default and mmseqs2 will be an optional dependency)
17+
18+
### Command line parameter deprecations
19+
20+
The previous arguments should continue to work, but going forward, the newer arguments are probably a better API.
21+
22+
- Selecting self-supervised learning is now done with the `--self-supervised` flag (instead of `--training-type=self`)
23+
- Training from multiple samples is now enabled with the `--train-from-many` flag (instead of `--mode=several`)
24+
25+
### Bugfixes
826

9-
- Added binning algorithm for assemblies from long-read datasets.
27+
- The output table sometimes had the wrong path in `v1.3`. This has been fixed
28+
- Prodigal is now run in a more robust manner when using multiple threads ([#106](https://github.com/BigDataBiology/SemiBin/issues/106))
1029

1130
## Version 1.3.1
1231

0 commit comments

Comments
 (0)