Skip to content

Commit

Permalink
updated version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Jun 21, 2019
1 parent 030667c commit 265197d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 6 deletions.
27 changes: 25 additions & 2 deletions ChangeLog.md
Expand Up @@ -3,19 +3,42 @@

Features

- Integrated Docker into the Apollo repository directly so that `latest` is always the current snapshot and `stable` is always the latest release. [2184](https://github.com/GMOD/Apollo/issues/2184)
- Added GO Annotations. [2172](https://github.com/GMOD/Apollo/pull/2172), [2162](https://github.com/GMOD/Apollo/pull/2162)
- Added GO Annotations. [2172](https://github.com/GMOD/Apollo/pull/2172), [2162](https://github.com/GMOD/Apollo/pull/2162) [1134](https://github.com/GMOD/Apollo/issues/1134)
- Allow upload of genomic data to create new organisms. [2023](https://github.com/GMOD/Apollo/pull/2023)
- Allow upload of track data to create new removable tracks. [2024](https://github.com/GMOD/Apollo/pull/2024)
- Allow indication of variant effects [1971](https://github.com/GMOD/Apollo/issues/1971)
- Added ability to provide suggestable names [1991](https://github.com/GMOD/Apollo/issues/1991)
- Automatically index GFF3 tracks with coverage on upload. [2084](https://github.com/GMOD/Apollo/pull/2084)
- Provide community level private evidence tracks [17](https://github.com/GMOD/Apollo/pull/17)
- Automatically kill or disable server if a common directory is not defined [2079](https://github.com/GMOD/Apollo/pull/2079)
- Added support for Shine Dalgarno sequence [2149](https://github.com/GMOD/Apollo/issues/2149) [1955](https://github.com/GMOD/Apollo/issues/1955)
- Allow for the export of a gene with uncertain internal structure - allow no CDS for an gene [1989](https://github.com/GMOD/Apollo/issues/1989)
- Added shortcut for sequence panel [2116](https://github.com/GMOD/Apollo/issues/2116)
- Added the ability to do group add /delete in bulk and group update in bulk [2105](https://github.com/GMOD/Apollo/issues/2105)
- Added basic support for community level private evidence track [17](https://github.com/GMOD/Apollo/issues/17)


Infrastructure Changes

- Integrated Docker into the Apollo repository directly so that `latest` is always the current snapshot and `stable` is always the latest release. [2184](https://github.com/GMOD/Apollo/issues/2184)
- Upgrade to [JBrowse 1.16.5](https://github.com/GMOD/jbrowse/releases/tag/1.16.5-release)
- Added script to delete features by name and unique name [2138](https://github.com/GMOD/Apollo/issues/2138)

Bug Fixes

- Fix issue with rendering neat features [2063](https://github.com/GMOD/Apollo/pull/2063)
- Fix issue with creating annotations for reads with indels in them [2085](https://github.com/GMOD/Apollo/pull/2085)
- Fixes error when changing annotation type when status is set [2167](https://github.com/GMOD/Apollo/issues/2167)
- Fixes for variant search in annotator panel [2147](https://github.com/GMOD/Apollo/issues/2147)
- Fixed bug where `txtz` is not supported when adding a gnome feature [2136](https://github.com/GMOD/Apollo/issues/2136)
- Fixed bug where sequence panel is VERY narrow [2118](https://github.com/GMOD/Apollo/issues/2118)
- Fixed bug where setting the 5' and 3' based on reads does not work [2110](https://github.com/GMOD/Apollo/issues/2110)
- Numerous UI issue fixes [2109](https://github.com/GMOD/Apollo/issues/2109)[2113](https://github.com/GMOD/Apollo/issues/2113)
- Fixed rendering of certain exons [2063](https://github.com/GMOD/Apollo/issues/2063)
- Fixed bug where indels in long RNAseq reads interpreted as introns when used to make annotations [2085](https://github.com/GMOD/Apollo/issues/2085)
- Fixed bug where unable to drag features when the new inferHTMLSubfeatures is fals [2099](https://github.com/GMOD/Apollo/issues/2099)
- Unable to create variants in some cases [2103](https://github.com/GMOD/Apollo/issues/2103)



## 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion application.properties
Expand Up @@ -3,4 +3,4 @@
app.grails.version=2.5.5
app.name=apollo
app.servlet.version=3.0
app.version=2.4.0-SNAPSHOT
app.version=2.4.0
2 changes: 1 addition & 1 deletion docs/Docker.md
Expand Up @@ -19,7 +19,7 @@ Install [docker](https://docs.docker.com/engine/installation/) for your system i

Choose an option:

- To test a versioned release to test installation, e.g.: `docker run -it -p 8888:8080 -v /directory/to/jbrowse/files:/data quay.io/gmod/apollo:2.3.1` [Other available versions](https://quay.io/repository/gmod/apollo?tab=tags)
- To test a versioned release to test installation, e.g.: `docker run -it -p 8888:8080 -v /directory/to/jbrowse/files:/data quay.io/gmod/apollo:2.4.0` [Other available versions](https://quay.io/repository/gmod/apollo?tab=tags)

- Install a latest release to test installation: `docker run -it -p 8888:8080 -v /directory/to/jbrowse/files:/data gmod/apollo:latest`
- To make sure you have the latest pull with ```docker pull gmod/apollo``` to fetch newer versions
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '2.3.1'
version = '2.4'
# The full version, including alpha/beta/rc tags.
release = '2.3.1'
release = '2.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 265197d

Please sign in to comment.