This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Need library for implementation of DNA Alignment

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 answers

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

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

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.

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

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.

Log in to answer this question.