Skip to content

Commit

Permalink
bumped JBrowse
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Mar 12, 2021
1 parent fbc54c6 commit c4b53ef
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@


## 2.6.4


Infrastructure Changes

- Upgrade to [JBrowse 1.16.11](https://github.com/GMOD/jbrowse/releases/tag/1.16.11-release)

## 2.6.3

Features
Expand Down
2 changes: 1 addition & 1 deletion docker-files/docker-apollo-config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ apollo {
jbrowse {
git {
url = "https://github.com/GMOD/jbrowse"
branch = "1.16.10-release"
branch = "1.16.11-release"
}
plugins {
ScreenShotPlugin{
Expand Down
2 changes: 1 addition & 1 deletion docs/Configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ There are two sections, ```plugins``` and ```git```, which specifies the JBrowse
```
git {
url = "https://github.com/gmod/jbrowse"
branch = "1.16.9-release"
branch = "1.16.11-release"
```

If a git block a ```tag``` or ```branch``` can be specified.
Expand Down
2 changes: 1 addition & 1 deletion grails-app/conf/Config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ auditLog {
jbrowse {
git {
url = "https://github.com/gmod/jbrowse"
branch = "1.16.10-release"
branch = "1.16.11-release"
// branch = "dev"
// tag = "15dfd2309f2d508d8bed782d0f68b38dd9927bb4"
alwaysPull = true
Expand Down
2 changes: 1 addition & 1 deletion sample-h2-apollo-config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ environments {
//jbrowse {
// git {
// url= "https://github.com/GMOD/jbrowse"
// tag = "1.16.9-release"
// tag = "1.16.11-release"
//// branch = "dev"
//// hash = "09b71099bf73c50d37a0e911baf06b4975e3f6ca"
// alwaysPull = true
Expand Down
2 changes: 1 addition & 1 deletion sample-mysql-apollo-config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ environments {
//jbrowse {
// git {
// url= "https://github.com/GMOD/jbrowse"
// tag = "1.16.9-release"
// tag = "1.16.11-release"
//// branch = "dev"
//// hash = "09b71099bf73c50d37a0e911baf06b4975e3f6ca"
// alwaysPull = true
Expand Down
2 changes: 1 addition & 1 deletion sample-postgres-apollo-config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ environments {
//jbrowse {
// git {
// url= "https://github.com/GMOD/jbrowse"
// tag = "1.16.9-release"
// tag = "1.16.11-release"
//// branch = "dev"
//// hash = "09b71099bf73c50d37a0e911baf06b4975e3f6ca"
// alwaysPull = true
Expand Down

0 comments on commit c4b53ef

Please sign in to comment.