When I compile through Maven, I get error stating cannot find symbol BWAServiceImplService.
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.
• 2,517 views
•
link
2 answers
I've written a java binding (JNI) for bwa: https://github.com/lindenb/jbwa
• 0 views
•
link
• 0 views
•
link
where did you find that there is a maven-thing ? https://github.com/lindenb/jbwa#compilation
• 0 views
•
link
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.
• 0 views
•
link
Log in to answer this question.