File tree 4 files changed +26
-7
lines changed
4 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- All notable changes to Proksee will be documented in this file.
3
+ All notable changes to Proksee will be documented in this file.
4
+
5
+ v1.0.0a6
6
+
7
+ - Modifies the Mash database download procedure to write less output.
8
+ - Correctly instructs QUAST to use the user-specified minimum contig size.
9
+ - Better handling of Mash for species estimation of large assemblies with many contigs.
10
+ - Mash may now be run using parallelization.
11
+ - Removed possible security vulnerabilities when running subprocesses.
12
+ - Better user input checking.
4
13
5
14
v1.0.0a5
6
15
Original file line number Diff line number Diff line change @@ -4,9 +4,14 @@ Proksee is a suite of command line tools for performing assembly and evaluation
4
4
5
5
## Release
6
6
7
- v1.0.0a5
8
-
9
- This release makes improvements to the assembly information output file.
7
+ v1.0.0a6
8
+
9
+ - Modifies the Mash database download procedure to write less output.
10
+ - Correctly instructs QUAST to use the user-specified minimum contig size.
11
+ - Better handling of Mash for species estimation of large assemblies with many contigs.
12
+ - Mash may now be run using parallelization.
13
+ - Removed possible security vulnerabilities when running subprocesses.
14
+ - Better user input checking.
10
15
11
16
## Installation
12
17
Original file line number Diff line number Diff line change @@ -4,9 +4,14 @@ Proksee is a suite of command line tools for performing genome [assembly](tools/
4
4
5
5
## Release
6
6
7
- v1.0.0a5
7
+ v1.0.0a6
8
8
9
- This release makes improvements to the assembly information output file.
9
+ - Modifies the Mash database download procedure to write less output.
10
+ - Correctly instructs QUAST to use the user-specified minimum contig size.
11
+ - Better handling of Mash for species estimation of large assemblies with many contigs.
12
+ - Mash may now be run using parallelization.
13
+ - Removed possible security vulnerabilities when running subprocesses.
14
+ - Better user input checking.
10
15
11
16
## Contact
12
17
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.0a5 "
1
+ __version__ = "1.0.0a6 "
You can’t perform that action at this time.
0 commit comments