Skip to content

Commit

Permalink
Release/1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniWestbrook committed May 7, 2019
1 parent 1f924ae commit 4c0de72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.4.5] - 2019-05-07
### Changed
- Changed UniProt web request batch size to 5000 entries to reduce chances of server timeout

## [1.4.4] - 2018-09-12
### Fixed
- Corrected issues causing compiler warnings
Expand Down
2 changes: 1 addition & 1 deletion main.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#define PACKAGE_VERSION STR(PACKAGE_VERSION_MAJOR) "." STR(PACKAGE_VERSION_MINOR) "." STR(PACKAGE_VERSION_REV)
#define PACKAGE_VERSION_MAJOR 1
#define PACKAGE_VERSION_MINOR 4
#define PACKAGE_VERSION_REV 4
#define PACKAGE_VERSION_REV 5
#endif

// Render usage and version details
Expand Down
2 changes: 1 addition & 1 deletion uniprot.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "bwamem.h"

#define UNIPROT_MAX_SUBMIT 10000
#define UNIPROT_MAX_SUBMIT 5000
#define UNIPROT_MAX_ERROR 5
#define UNIPROT_BUFFER_GROW 50000000

Expand Down

0 comments on commit 4c0de72

Please sign in to comment.