Skip to content
forked from lgmgeo/AnnotSV

Annotation and Ranking of Structural Variation

License

Notifications You must be signed in to change notification settings

tsnowlan/AnnotSV

 
 

Repository files navigation

AnnotSV: An integrated tool for Structural Variations annotation and ranking

QUICK INSTALLATION

  1. The sources can be cloned to any directory:
cd /path/to/install/
git clone https://github.com/lgmgeo/AnnotSV.git
  1. Then, the user can easily install the package using make:
cd /path/to/install/AnnotSV
make PREFIX=. install
make PREFIX=. install-human-annotation
make PREFIX=. install-mouse-annotation
  1. Set the global environmental variable as the location of the git repo on your system.

In csh:

setenv ANNOTSV /path/to/install/AnnotSV

In bash:

export ANNOTSV=/path/to/install/AnnotSV

TEST

  1. Change to the repo directory, and run the test
cd /path/to/install/AnnotSV/share/doc/AnnotSV/Example/
$ANNOTSV/bin/AnnotSV -SVinputFile test.bed -outputFile ./test.annotated.tsv -svtBEDcol 4
  1. Examine the output

Happy exploring!

COLLABORATIVE WORK

Anyone interested in implementing new annotations/features in AnnotSV?

Thanks to the AnnotSV user community:

- Bugs could be tackled efficiently

- New ideas could be investigated faster

I look forward to the opportunity to work together,

feel free to fork the page if you want to help :-)

Véronique

About

Annotation and Ranking of Structural Variation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Tcl 98.5%
  • Makefile 1.5%