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

Commit

Permalink
Starting next iteration with 0.28-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Sep 20, 2022
1 parent b34947b commit 4e2d799
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## v0.28 (work in progress)

## v0.27

**IMPORTANT COMPATIBILITY NOTE:**
Expand All @@ -9,7 +11,7 @@ You can generate compatible files by adding the `--opt-out=chrom2-columns,dbcoun
- Writing out proper SV type for Dragen CNV (#76)
- Adding support for depth of coverage annotation (#73)
- Ensure output files are sorted by chromosomes (#79)
- Merge multiple input VCFs in annotate-svs with clustering (#75)
- Handle multiple input VCFs in annotate-svs with filtering (#75)
- Write out SV callers as array (#81)

## v0.26
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.27</version>
<version>0.28-SNAPSHOT</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.27</version>
<version>0.28-SNAPSHOT</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.27</version>
<version>0.28-SNAPSHOT</version>
</parent>

<properties>
Expand Down

0 comments on commit 4e2d799

Please sign in to comment.