Skip to content
/ wcurve Public
forked from ynadji/wcurve

The W-curve is a numerical mapping, pattern recognition algorithm that shows significant potential for achieving visual consensus for the class of long repetitive sequences found in long genomic strings.

License

Notifications You must be signed in to change notification settings

eee/wcurve

 
 

Repository files navigation

The Wcurve is a new algorithm geared towards sequencing genomes. It sequences in a revoluationary way by generating a 3d visualization of the genome in linear time.

Install Dependencies:

	- libcgal2, libcgal-dev
	- automake1.9
	- libqt4-{dev,core,debug}
	- g++
	- libqt3-compat-headers
	
== Notes ==
- Seems as though it doesn't work with qt4. Weird. I have a feeling it's a strange issue with the configure script not realizing qt4 is an acceptable version. Look into it.

- Adding -lCGAL needs to be done to the last g++ call. You can see it above the error after you run `make`. Just copy/paste and add -lCGAL.

== TO INSTALL ==
make -f Makefile.dist && ./configure && make && make install

About

The W-curve is a numerical mapping, pattern recognition algorithm that shows significant potential for achieving visual consensus for the class of long repetitive sequences found in long genomic strings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published