Need library for implementation of DNA Alignment
2
1
Entering edit mode
7.9 years ago

I am new to Bioinformatics. Can someone suggest a good library for DNA Alignment Library like BWA (not in Java) which can be used in Java and if possible output a SAM file.

Java alignment sequencing • 2.0k views
ADD COMMENT
1
Entering edit mode
7.9 years ago

I've written a java binding (JNI) for bwa: https://github.com/lindenb/jbwa

ADD COMMENT
0
Entering edit mode

When I compile through Maven, I get error stating cannot find symbol BWAServiceImplService.

ADD REPLY
0
Entering edit mode

where did you find that there is a maven-thing ? https://github.com/lindenb/jbwa#compilation

ADD REPLY
0
Entering edit mode

Sorry for that but I required maven for building my college project (jbwa would be a great boost for it ) and also IntelliJ is not able to resolve this.bwaService=new BWAServiceImplService().getBWAServiceImplPort(); . Sorry for this but I am trying JNI for the first time and I am getting confused.

ADD REPLY
0
Entering edit mode
7.9 years ago

BBMap is written in Java and can easily be called from Java.

ADD COMMENT
0
Entering edit mode

I have looked into BBMap. Is there a documentation of the java files (like purpose of each file) ? Also an example of mapping would be greatly appreciated.

ADD REPLY

Login before adding your answer.

Traffic: 2311 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6