Skip to content

Commit

Permalink
Merge tag '2.3.0' into develop
Browse files Browse the repository at this point in the history
Fixes #16, recover from partial run
  • Loading branch information
keiranmraine committed Feb 28, 2019
2 parents 5760daf + b16152d commit a7b3d93
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 56 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 2.3.0

* Automatically skip over images already generated (with size>0)
* Increase initial viewport to ensure images aren't truncated

## 2.2.2

* forgot to update package-lock.json - reports wrong version when this occurs
Expand Down
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,17 @@ Contains various scripts and tools that work with or on [JBrowse][jbrowse] that

<!-- TOC depthFrom:2 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->

- [Installation](#installation)
- [Tools](#tools)
- [jbrowse_rasterize](#jbrowserasterize)
- [Usage](#usage)
- [HTTP-BASIC authentication](#http-basic-authentication)
- [Tested track types](#tested-track-types)
- [Known issues](#known-issues)
- [Additional developer details](#additional-developer-details)
- [Editing README.md](#editing-readmemd)
- [Javascript Style](#javascript-style)
- [Version number](#version-number)
- [LICENCE](#licence)
* [Installation](#installation)
* [Tools](#tools)
* [jbrowse_rasterize](#jbrowserasterize)
* [Usage](#usage)
* [HTTP-BASIC authentication](#http-basic-authentication)
* [Tested track types](#tested-track-types)
* [Additional developer details](#additional-developer-details)
* [Editing README.md](#editing-readmemd)
* [Javascript Style](#javascript-style)
* [Version number](#version-number)
* [LICENCE](#licence)

<!-- /TOC -->

Expand Down Expand Up @@ -149,7 +148,7 @@ Other:
We are not aware of any track types which do not render. Some minor rendering issues occur in the
navigation/ruler areas for PDF.

Most recently confirmed working with JBrowse 1.12.4.
Most recently confirmed working with JBrowse 1.16.1.

Please report any problems on the [GitHub issue tracker][gh-issues].

Expand Down
2 changes: 1 addition & 1 deletion js/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '2.2.3';
module.exports = '2.3.0';
82 changes: 41 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cancerit/cgpjbrowsetoolkit",
"version": "2.2.3",
"version": "2.3.0",
"description": "CLI tools for working with JBrowse",
"directories": {
"doc": "docs",
Expand Down

0 comments on commit a7b3d93

Please sign in to comment.