Entering edit mode
7.9 years ago
plabanbiswas96
▴
10
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.
When I compile through Maven, I get error stating cannot find symbol BWAServiceImplService.
where did you find that there is a maven-thing ? https://github.com/lindenb/jbwa#compilation
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.
https://blog.jayway.com/2013/06/10/how-to-use-make-and-makefile-in-maven-pom-xml/