eclipse - implementing the NWalign.java alignment script for needleman wunsch algorithm -


i'm trying run nwaling.java file found here. code present @ link mentioned makes use of jaligner library. have downloaded java package here. inside zip folder there jar file. i'm developing code using eclipse. whenever add jar file code there classes missing example:

import jaligner.needlemanwunschgotoh; 

&

import jaligner.matrix.matrixgenerator; 

also in entire zipped folder there isn't pom.xml file allow me import entire folder maven project eclipse. can somenone suggest me how import jaligner library , use in eclipse? thanks.

you can download community implementation of jaligner algorithm here.

take @ this project sources may perhaps find searched artifacts.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -