Skip to content

Commit

Permalink
bump version to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed May 8, 2019
1 parent 61595d9 commit 984a5f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# v1.1.1
# v1.1.2
## Enhancements
- Fixed calculation of contig coverages for hybrid assemblies
- Improved resolution of phyl. trees
- Fixed calculation of PE read mapping metrics
- Fixed GenBank CDS extraction in VF detection
- Changed reports locale to EN
- Applied many bugfixes and minor improvements to report pages

# v1.1.1
## Enhancements
- Fixed and improved cloud orchestration logic
- Fixed allel detection in MLST
- Fixed allel detection in MLST
- Fixed ABR gene detection and length calculation
- Applied minor improvements and bugfixes to report pages

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>bio.comp.jlu.asap</groupId>
<artifactId>asap</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<packaging>jar</packaging>
<name>ASAP</name>

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/bio/comp/jlu/asap/ASAPConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public final class ASAPConstants {
public final static int MAX_STEP_WAITING_PERIOD = 24*60*60*1000;
public final static int EXP_BACKOFF_EXP = 10;

public final static String ASAP_VERSION = "1.1.1";
public final static String ASAP_VERSION = "1.1.2";

}

0 comments on commit 984a5f1

Please sign in to comment.