Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Preparing v0.16 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Aug 27, 2021
1 parent 36c1fbb commit 29cbe9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## HEAD (unreleased)
## v0.16

- Fixing import of ExAC r1 VCF.
- Prevent import of REF and ALT alleles with sizes above 1000bp (field lengths in database).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.bihealth</groupId>
<artifactId>VarfishAnnotator</artifactId>
<packaging>pom</packaging>
<version>0.16-SNAPSHOT</version>
<version>0.16</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Variant annotation for Varfish</description>
Expand Down
2 changes: 1 addition & 1 deletion varfish-annotator-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.github.bihealth</groupId>
<artifactId>VarfishAnnotator</artifactId>
<version>0.16-SNAPSHOT</version>
<version>0.16</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion varfish-annotator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.github.bihealth</groupId>
<artifactId>VarfishAnnotator</artifactId>
<version>0.16-SNAPSHOT</version>
<version>0.16</version>
</parent>

<properties>
Expand Down

0 comments on commit 29cbe9b

Please sign in to comment.