Skip to content

lindenb/ngsproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGS PROJECTS

Java web server displaying SAM/BAM alignments.

Project status: beta

Author: Pierre Lindenbaum PhD. @yokofakun

Dependencies

Tested with:

Screenshots

Displaying a BAM like samtools tview

tview

Displaying a SAM like samtools view

view

Installation

git clone "https://github.com/lindenb/ngsproject.git"
cd ngsproject.git

edit build.properties to configure the project. Something like:

asadmin=${glassfish.dir}/bin/asadmin
ivy.install.version=2.3.0
ivy.jar.dir=/commun/data/packages/ivy/jar
ivy.default.ivy.user.dir=${ivy.jar.dir}/../local
picard.version=1.87
picard.dir=/commun/data/packages/picard-tools-1.87/
vizbam=../vizbam/dist/vizbam.jar

install twitter bootsrap

ant install.bootstrap

create the database and the schema

ant start.database

create and start the server domain on glassfish

(TODO)

compile and deploy the application

ant deploy 

About

java server for NGS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published