Skip to content

Commit

Permalink
Make release v1.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Danis committed Oct 12, 2020
1 parent 345cd2a commit db9797b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Daniel Danis, Peter N Robinson'

# The short X.Y version
version = ''
version = '1.0.0-RC1'
# The full version, including alpha/beta/rc tags
release = 'v1.0.0'
release = 'v1.0.0-RC1'


# -- General configuration ---------------------------------------------------
Expand Down
13 changes: 3 additions & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
.. Squirls documentation master file, created by
sphinx-quickstart on Mon Oct 12 10:40:04 2020.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

Squirls: Super-quick Information Content and Random Forest Learning for Splice Variants
=======================================================================================


Squirls
~~~~~~~
=======

Super-quick Information Content and Random Forest Learning for Splice Variants.

This application performs prediction of deleteriousness of genomic variants with respect to mRNA splicing.

Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.monarchinitiative.squirls</groupId>
<artifactId>Squirls</artifactId>
<packaging>pom</packaging>
<version>1.3.0-RC3</version>
<version>1.0.0-RC1</version>
<modules>
<module>squirls-core</module>
<module>squirls-ingest</module>
Expand All @@ -20,7 +20,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>11</java.version>

<hyperutil.version>0.1.3</hyperutil.version>
<vmvt.version>0.8.5</vmvt.version>
<htsjdk.version>2.19.0</htsjdk.version>
<jannovar.version>0.29</jannovar.version>
<argparse.version>0.8.1</argparse.version>
Expand Down
4 changes: 2 additions & 2 deletions squirls-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>Squirls</artifactId>
<groupId>org.monarchinitiative.squirls</groupId>
<version>1.3.0-RC3</version>
<version>1.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.monarchinitiative.vmvt</groupId>
<artifactId>vmvt-core</artifactId>
<version>0.8.5</version>
<version>${vmvt.version}</version>
</dependency>

<!-- TEST DEPENDENCIES -->
Expand Down
2 changes: 1 addition & 1 deletion squirls-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>Squirls</artifactId>
<groupId>org.monarchinitiative.squirls</groupId>
<version>1.3.0-RC3</version>
<version>1.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion squirls-ingest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>Squirls</artifactId>
<groupId>org.monarchinitiative.squirls</groupId>
<version>1.3.0-RC3</version>
<version>1.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion squirls-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>Squirls</artifactId>
<groupId>org.monarchinitiative.squirls</groupId>
<version>1.3.0-RC3</version>
<version>1.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion squirls-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>Squirls</artifactId>
<groupId>org.monarchinitiative.squirls</groupId>
<version>1.3.0-RC3</version>
<version>1.0.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit db9797b

Please sign in to comment.