Skip to content

Commit c5a6650

Browse files
authored
Merge pull request #82 from proksee-project/release/1.0.0a6
Updating Information for 1.0.0a6 Release
2 parents 9612458 + 5f4d386 commit c5a6650

File tree

4 files changed

+26
-7
lines changed

4 files changed

+26
-7
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log
22

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.
413

514
v1.0.0a5
615

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ Proksee is a suite of command line tools for performing assembly and evaluation
44

55
## Release
66

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.
1015

1116
## Installation
1217

docs/index.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ Proksee is a suite of command line tools for performing genome [assembly](tools/
44

55
## Release
66

7-
v1.0.0a5
7+
v1.0.0a6
88

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.
1015

1116
## Contact
1217

proksee/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.0a5"
1+
__version__ = "1.0.0a6"

0 commit comments

Comments
 (0)