Skip to content

Commit 00a3519

Browse files
committed
version update for LRSDAY: v1.4.0 -> v1.5.0
1 parent 5c35d3d commit 00a3519

File tree

59 files changed

+808
-434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+808
-434
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.5.0] - 2019-05-13
11+
### Added
12+
- Supports for native ONT nanopore basecalling, demultiplexing, and read profile plotting.
13+
- An lite-weight bash script for generating dotplot for any pairs of fasta files.
14+
### Changed
15+
- Better robustness for the dependency installation script.
16+
- Reducing the requirements of setting output prefix by assuming the same prefix was used across different modules.
17+
- Setting adjustment for long-read filtering and downsampling.
18+
- Applying read filtering/downsampling for the testing example.
19+
- Software version updates for a number of dependencies.
20+
### Fixed
21+
- A bug that might lead to missing gene annotation in certain genomic region.
22+
- Typos in the installation script.
23+
- Typos in the manual.
24+
1025
## [1.4.0] - 2019-03-21
1126
### Changed
1227
- Supports for multi-round assembly polishing using both long and short reads.
14 KB
Binary file not shown.
-281 Bytes
Binary file not shown.
-3.8 KB
Binary file not shown.
3.69 KB
Binary file not shown.
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
total sequence count: 34
2-
total sequence length: 12448003
3-
min sequence length: 1248
4-
max sequence length: 1480301
5-
mean sequence length: 366117.74
6-
median sequence length: 60826.50
7-
N50: 923676
2+
total sequence length: 12473902
3+
min sequence length: 12836
4+
max sequence length: 1480337
5+
mean sequence length: 366879.47
6+
median sequence length: 57378.00
7+
N50: 923760
88
L50: 6
9-
N90: 341518
9+
N90: 328166
1010
L90: 14
11-
A%: 30.89
11+
A%: 30.88
1212
T%: 30.81
13-
G%: 19.14
14-
C%: 19.13
15-
AT%: 61.70
16-
GC%: 38.26
13+
G%: 19.12
14+
C%: 19.14
15+
AT%: 61.69
16+
GC%: 38.27
1717
N%: 0.04
8.81 KB
Binary file not shown.

Example_Outputs/SK1.final.gff3.gz

2.85 KB
Binary file not shown.

Example_Outputs/SK1.final.manual_check.list

Lines changed: 225 additions & 214 deletions
Large diffs are not rendered by default.
3.69 KB
Binary file not shown.

0 commit comments

Comments
 (0)