sorting bam file using Picard tools
1
0
Entering edit mode
6.5 years ago

Unable to access jarfile picard-tools/SortSam.jar i am getting error like this can anybody help me to rectify this for SNP and indels calling

software error • 1.5k views
ADD COMMENT
0
Entering edit mode

The path is incorrect or the file does not exist. Check where SortSam.jar is.

ADD REPLY
0
Entering edit mode
6.5 years ago

your manual/doc is old there is no such SortSam.jar , the modern command should look like

java -jar /path/to/picard.jar SortSam
ADD COMMENT
0
Entering edit mode

I'm getting a similar error "Error: Unable to access jarfile /home/ben/jar_files/picard.jar" using this command:

 java -jar /home/ben/jar_files/picard.jar ReorderSam \
                  INPUT=I19139.hg19.bam \
                  OUTPUT=reordered.bam \
                  REFERENCE=hg19.fa

Path: \wsl$\Ubuntu\home\ben\jar_files

Any ideas? I've installed the latest version of java-default as of today.

ADD REPLY

Login before adding your answer.

Traffic: 2255 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