Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnip committed Sep 27, 2018
1 parent b9c9bd5 commit 15270d3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# ABySS-explorer
visual exploration of ABySS assembly data

Written by [Ka Ming Nip](mailto:kmnip@bcgsc.ca)

Copyright 2011 Canada's Michael Smith Genome Sciences Centre, BC Cancer

-------------------------------------------------------------------------------

## Dependency :pushpin:

* [Java SE Runtime Environment (JRE) 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)
* [JFreeChart 1.0.18](http://www.jfree.org/jfreechart/)
* [JUNG 2.0.1](http://jung.sourceforge.net/)

Check your Java version:
```
java -version
```

Example:
```
java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
```

0 comments on commit 15270d3

Please sign in to comment.