Skip to content

Commit

Permalink
Release v1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Danis committed Jul 12, 2021
1 parent f779b23 commit 4f8530e
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 16 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,24 @@
Changelog
=========


----------
v1.0.0-RC2
----------

- Implement VCF output format
- Clean up the repo from the obsolete code
- Improve documentation & test coverage
- Bug fixes
- remove null pointer in ``GeneService``
- do not run coverage filter if the coverage data is missing for a variant


----------
v1.0.0-RC1
----------

- Rename `annotate` CLI command to `prioritize`
- Rename ``annotate`` CLI command to ``prioritize``
- Multiple minor adjustments


Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = u'1.0'
# The full version, including alpha/beta/rc tags.
release = u'1.0.0-RC1'
release = u'1.0.0-RC2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<module>svanna-benchmark</module>
</modules>
<groupId>org.jax.svanna</groupId>
<version>1.0.0-RC2-SNAPSHOT</version>
<version>1.0.0-RC2</version>
<name>SvAnna</name>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion svanna-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>SvAnna</artifactId>
<groupId>org.jax.svanna</groupId>
<version>1.0.0-RC2-SNAPSHOT</version>
<version>1.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
footer = Main.FOOTER)
public class Main implements Callable<Integer> {

public static final String VERSION = "svanna-benchmark v1.0.0-RC1-SNAPSHOT";
public static final String VERSION = "svanna-benchmark v1.0.0-RC2";

public static final int WIDTH = 120;

public static final String FOOTER = "See the full documentation at `https://github.com/TheJacksonLaboratory/SvAnna`";
public static final String FOOTER = "See the full documentation at `https://svanna.readthedocs.io/en/v1.0.0-rc2`";

private static final CommandLine.Help.ColorScheme COLOR_SCHEME = new CommandLine.Help.ColorScheme.Builder()
.commands(bold, fg_blue, underline)
Expand Down
2 changes: 1 addition & 1 deletion svanna-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>SvAnna</artifactId>
<groupId>org.jax.svanna</groupId>
<version>1.0.0-RC2-SNAPSHOT</version>
<version>1.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>svanna-cli</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions svanna-cli/src/main/java/org/jax/svanna/cli/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
footer = Main.FOOTER)
public class Main implements Callable<Integer> {

public static final String VERSION = "svanna-cli v1.0.0-RC1";
public static final String VERSION = "svanna-cli v1.0.0-RC2";

public static final int WIDTH = 120;

public static final String FOOTER = "See the full documentation at `https://github.com/TheJacksonLaboratory/SvAnna`";
public static final String FOOTER = "See the full documentation at `https://svanna.readthedocs.io/en/v1.0.0-rc2`";

private static final CommandLine.Help.ColorScheme COLOR_SCHEME = new CommandLine.Help.ColorScheme.Builder()
.commands(bold, fg_blue, underline)
Expand Down
2 changes: 1 addition & 1 deletion svanna-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>SvAnna</artifactId>
<groupId>org.jax.svanna</groupId>
<version>1.0.0-RC2-SNAPSHOT</version>
<version>1.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion svanna-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>SvAnna</artifactId>
<groupId>org.jax.svanna</groupId>
<version>1.0.0-RC2-SNAPSHOT</version>
<version>1.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion svanna-ingest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>SvAnna</artifactId>
<groupId>org.jax.svanna</groupId>
<version>1.0.0-RC2-SNAPSHOT</version>
<version>1.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>svanna-ingest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion svanna-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>SvAnna</artifactId>
<groupId>org.jax.svanna</groupId>
<version>1.0.0-RC2-SNAPSHOT</version>
<version>1.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion svanna-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>SvAnna</artifactId>
<groupId>org.jax.svanna</groupId>
<version>1.0.0-RC2-SNAPSHOT</version>
<version>1.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion svanna-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>SvAnna</artifactId>
<groupId>org.jax.svanna</groupId>
<version>1.0.0-RC2-SNAPSHOT</version>
<version>1.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion svanna-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>SvAnna</artifactId>
<groupId>org.jax.svanna</groupId>
<version>1.0.0-RC2-SNAPSHOT</version>
<version>1.0.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 4f8530e

Please sign in to comment.