Skip to content

Commit

Permalink
fix miguel comments
Browse files Browse the repository at this point in the history
  • Loading branch information
F4llis committed Aug 29, 2018
1 parent b28e753 commit cfa0589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ iHam (“interactive HOG Analysis Method’) is an interactive javascript tool b

## Installation

The iHam library can be directly load using the following link to the latest release:
The iHam library can be directly loaded using the following link to the latest release:

<!-- Load the javascript -->
<script href="https://dessimozlab.github.io/iHam/iHam.js"></script>
Expand Down Expand Up @@ -55,9 +55,7 @@ See below for a description of each method. The above snippet, assumes that the

## Example

We provide the following example to demonstrate how to embed an iHam session [See this example](http://bl.ocks.org/emepyc/ce259dd519f6a60d35d04c78b40ec425).
We built for this example a custom options bar that demonstrate how to use iHam options and events API to display supplementary information (e.g. gene coloring based on sequence length) and add new features (e.g. hide low coverage HOGs).

See [See this example](http://bl.ocks.org/emepyc/ce259dd519f6a60d35d04c78b40ec425) in this repository demonstrating how to use some of the widget options and API calls, like colouring the genes based on sequence length or hiding low coverage HOGs.

# Configuration

Expand Down
3 changes: 0 additions & 3 deletions examples/top-bar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
<link rel="stylesheet" href="http://tntvis.github.io/tnt.tooltip/build/tnt.tooltip.css" type="text/css"/>
<script src="http://tntvis.github.io/tnt.tooltip/build/tnt.tooltip.min.js" charset="utf-8"></script>

<!-- <script src="https://dessimozlab.github.io/iHam/iHam.js"></script>-->
<!-- <link rel="stylesheet" href="https://dessimozlab.github.io/iHam/iHam.css" type="text/css"/>-->

<script src="../../build/iHam.js"></script>
<link rel="stylesheet" href="../../build/iHam.css" type="text/css"/>

Expand Down

0 comments on commit cfa0589

Please sign in to comment.