Skip to content
Open

Dev #18

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ TEST-*
hs_err_pid*
/genomeview-*.zip
/save.bed
/target/
/.settings/
/.project
17 changes: 0 additions & 17 deletions .project

This file was deleted.

28 changes: 3 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,12 @@
# genomeview

Documentation, manuals, video, sample files, etc are available [here](https://github.com/GenomeView/genomeviewweb).

<!--
Documentation: http://genomeview.org/manual

Download: http://genomeview.org/jenkins/genomeview/

Webstart: http://genomeview.org/start/launch.jnlp
-->


Import in Eclipse:
- Make sure you have the EGit plugin or similar installed in Eclipse
- Clone the repository: https://github.com/GenomeView/genomeview.git
- Add all libraries in lib/ to the classpath

- Add 'src' and 'resources' as source folders.

- If you want to run the Unit tests:
* Add a JUnit 4 library
* Add the 'junit' folder as a source folder

# Jannot
Old documentation from before Jannot was integrated within GenomeView

API docs are part of the download

- Add all libraries in lib/ to the classpath

- Add 'src' as a source folder.


- If you want to run the Unit tests:
* Add a JUnit 4 library to your Eclipse class path, there is a version included in the 'test/lib' folder
* Add the 'test/src' folder as a source folder
252 changes: 0 additions & 252 deletions build.xml

This file was deleted.

Binary file removed junit/lib/junit-4.8.2.jar
Binary file not shown.
2 changes: 0 additions & 2 deletions junit/resource/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions junit/resource/ItemRGBDemo.txt

This file was deleted.

2 changes: 0 additions & 2 deletions junit/resource/brokensession1.gvs

This file was deleted.

1 change: 0 additions & 1 deletion junit/resource/junit.txt

This file was deleted.

4 changes: 0 additions & 4 deletions junit/resource/readme.txt

This file was deleted.

2 changes: 0 additions & 2 deletions junit/resource/testsession.gvs

This file was deleted.

23 changes: 0 additions & 23 deletions junit/resource/tiny.vcf

This file was deleted.

Loading