Generate the sequence dictionary
1
0
Entering edit mode
5.9 years ago

I am trying to generate sequence directory by running the following command in picard tools.

java -jar picard.jar CreateSequenceDictionary REFERENCE=new_hg38.fa OUTPUT=reference.dict

But it returns with this error.

Error: Unable to access jarfile picard.jar

Actually I am new to this any help would be appreciated,

alignment software error picard • 3.1k views
ADD COMMENT
0
Entering edit mode

Hi jahanzaib119311

Please use the formatting bar (especially the code option) to present your post better. I've done it for you this time.
code_formatting

Thank you!

ADD REPLY
0
Entering edit mode
5.9 years ago
d-cameron ★ 2.9k

This can be solved by qualifying the path to your picard.jar file. For example, if you have downloaded picard.jar to the bin subdirectory of your home directory, you would change your command line to. java -jar $HOME/bin/picard.jar

ADD COMMENT

Login before adding your answer.

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