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

Commit

Permalink
Preparing release v0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Sep 14, 2022
1 parent eecf82f commit 76ad8a3
Show file tree
Hide file tree
Showing 6 changed files with 22 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

## v0.26-SNAPSHOT
## v0.26

- Explicitely model support for SV callers (#68)
- Removing explicit support for SV2 (#67)
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.26-SNAPSHOT</version>
<version>0.26</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.26-SNAPSHOT</version>
<version>0.26</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
genomebuild db_name release
GRCh37 clinvar for-testing
GRCh37 exac r1.0
GRCh37 gnomad_exomes r2.1.1
GRCh37 gnomad_genomes r2.1.1
GRCh37 hgmd_public for-testing
GRCh37 thousand_genomes v3.20101123
GRCh37 varfish-annotator 0.26
GRCh37 varfish-annotator-db for-testing
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
genomebuild db_name release
GRCh37 clinvar for-testing
GRCh37 exac r1.0
GRCh37 gnomad_exomes r2.1.1
GRCh37 gnomad_genomes r2.1.1
GRCh37 hgmd_public for-testing
GRCh37 thousand_genomes v3.20101123
GRCh37 varfish-annotator 0.26
GRCh37 varfish-annotator-db for-testing
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.26-SNAPSHOT</version>
<version>0.26</version>
</parent>

<properties>
Expand Down

0 comments on commit 76ad8a3

Please sign in to comment.