enter code hereI am not able to understand how to create a dictionary by using the latest version of Picard 2.8.1.
It is different from the previous version.
Should I use i for input instead of REFERENCE and what will be option for output?
Old PICARD 1.8.1 COMMAND:
jar /home/yog/software/picard-1.8.1/src/main/java/picard/sam/CreateSequenceDictionary.java
REFERENCE=R1_R9.fasta OUTPUT=R1_R9.dict
New Command options:
jar /home/yog/software/picard-2.8.1/src/main/java/picard/sam/CreateSequenceDictionary.java
Illegal option: /
Usage: jar {ctxui}[vfmn0PMe] [jar-file] [manifest-file] [entry-point] [-C dir] files ... Options:
-c create new archive
-t list table of contents for archive
-x extract named (or all) files from archive
-u update existing archive
-v generate verbose output on standard output
-f specify archive file name
-m include manifest information from specified manifest file
-e specify application entry point for stand-alone application
bundled into an executable jar file
-0 store only; use no ZIP compression
-P preserve leading '/' (absolute path) and ".." (parent directory) components from file names
-M do not create a manifest file for the entries
-i generate index information for the specified jar files
-C change to the specified directory and include the following file
If any file is a directory then it is processed recursively. The manifest file name, the archive file name and the entry point name are specified in the same order as the 'm', 'f' and 'e' flags.
I have formatted your code correctly. In future use the icon shown below (after highlighting the text you want to format as code) when editing (Screenshot courtsey of @Wouter).
You are certainly boosting my citations, my supervisor will be pleased!
(but OP doesn't learn what we suggest about formatting so it's kinda useless)
If you take the time to search biostars you will find answers for all those questions.