Thanks a lot for your reply.
So in case of samjdk, if i have to use full command mentioned in the post to obtain chimeric reads ?
Dear all,
I am trying to align reads to human and virus genome in one FASTA file. So is it possible to know how i can retrive the chimeric reads i.e reads align both human and virus genome ?
Thanks a lot for your help.
Thanks a lot for your reply.
So in case of samjdk, if i have to use full command mentioned in the post to obtain chimeric reads ?
Dear Pierre,
Could please suggst which java version to use. As I am using jdk1.8.0_181.jdk and it is showing error in installing samjdk.
Thanks !
and it is showing error in installing samjdk
Thanks for your reply.
echo '### Printing javac version : it should be Oracle 1.8 (you should avoid OpenJDK). if Not, check your ${PATH}.'
Printing javac version : it should be Oracle 1.8 (you should avoid OpenJDK). if Not, check your ${PATH}.
javac -version 2> samjdk.jdkversion && cat samjdk.jdkversion && grep -E '1\.8\.[0-9_]+' samjdk.jdkversion && rm samjdk.jdkversion
make: *** [samjdk] Error 20
what is the output of the simple command
javac -version
Unable to locate an executable at "/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/bin/java/bin/javac" (-1)
your environment is not properly installed. It's not related to jvarkit.
Log in to answer this question.