Skip to content

Commit

Permalink
Merge branch 'release-v1.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Jun 8, 2018
2 parents 0aec53e + c46a3ce commit d09f51f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
2 changes: 2 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ The licenses of included libraries might differ, please see [[LICENSES/README.or
[[https://travis-ci.org/AliTVTeam/AliTV/][https://travis-ci.org/AliTVTeam/AliTV.svg?branch=master]]
[[https://coveralls.io/github/AliTVTeam/AliTV?branch=master][https://coveralls.io/repos/github/AliTVTeam/AliTV/badge.svg?branch=master]]
** Changelog
*** 1.0.6 <2018-06-08>
- Update AliTV-perl-interface to v1.0.6
*** 1.0.5 <2018-05-15>
- Add experimental auto-ordering
- Fix context menu bug
Expand Down
6 changes: 4 additions & 2 deletions d3/doc/AliTV.html
Original file line number Diff line number Diff line change
Expand Up @@ -14071,6 +14071,8 @@ <h4 class="name" id="orderKaryosAutomatically"><span class="type-signature"></sp

<div class="description">
This function re-orders the karyos in all genomes according to the longest hit to the reference genome (determined by globally longest sequence)
This function is transpiled using babel to make tests with phantomJS work (does not support ES6)
To see the original ES6 implementation you can check out fb68a0fb290ab38ccc381bfebd4323f267f97ca6
</div>


Expand Down Expand Up @@ -14121,7 +14123,7 @@ <h4 class="name" id="orderKaryosAutomatically"><span class="type-signature"></sp

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="AliTV.js.html">AliTV.js</a>, <a href="AliTV.js.html#line3541">line 3541</a>
<a href="AliTV.js.html">AliTV.js</a>, <a href="AliTV.js.html#line3543">line 3543</a>
</li></ul></dd>


Expand Down Expand Up @@ -19490,7 +19492,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AliTV.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed May 16 2018 09:46:34 GMT+0200 (CEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jun 08 2018 16:49:31 GMT+0200 (CEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
6 changes: 4 additions & 2 deletions d3/doc/AliTV.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1 class="page-title">Source: AliTV.js</h1>
/* jshint funcscope:true */

// use const instead of var as soon as EcmaScript 6 (ES6 is widely used)
var AliTV_VERSION = "1.0.5";
var AliTV_VERSION = "1.0.6";

/**
* Creates an object of type AliTV for drawing whole genome alignment visualizations
Expand Down Expand Up @@ -3564,6 +3564,8 @@ <h1 class="page-title">Source: AliTV.js</h1>

/**
* This function re-orders the karyos in all genomes according to the longest hit to the reference genome (determined by globally longest sequence)
* This function is transpiled using babel to make tests with phantomJS work (does not support ES6)
* To see the original ES6 implementation you can check out fb68a0fb290ab38ccc381bfebd4323f267f97ca6
* @author Markus Ankenbrand
*/
AliTV.prototype.orderKaryosAutomatically = function() {
Expand Down Expand Up @@ -3745,7 +3747,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AliTV.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed May 16 2018 09:46:34 GMT+0200 (CEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jun 08 2018 16:49:31 GMT+0200 (CEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion d3/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AliTV.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed May 16 2018 09:46:34 GMT+0200 (CEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jun 08 2018 16:49:31 GMT+0200 (CEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion d3/js/AliTV.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/* jshint funcscope:true */

// use const instead of var as soon as EcmaScript 6 (ES6 is widely used)
var AliTV_VERSION = "1.0.5";
var AliTV_VERSION = "1.0.6";

/**
* Creates an object of type AliTV for drawing whole genome alignment visualizations
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AliTV",
"version": "1.0.5",
"version": "1.0.6",
"scripts": {
"test": "grunt travis --verbose"
},
Expand Down

0 comments on commit d09f51f

Please sign in to comment.