A: Open a console, navigate to the directory containing MScDB.v1.00.jar, type
java -jar MScDB.v1.00.jar
Q: Starting errors?
A: Maybe a version issue (< 1.6), check the java version in console, type
java -version
Q: How to create the settings.xml?
A: Open a text editor, copy the default settings, save the file as settings.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"><properties><comment/><entrykey="PROTEASE">(?!RP)(?!KP)[K,R]</entry><entrykey="IN_DIR_OR_FILE">ABSOLUTEPATHTOFILEORDIRECTORY</entry><entrykey="META_FILE"></entry><entrykey="IN_FILE_FORMAT">1</entry><entrykey="LENGTH_MIN">8</entry><entrykey="LENGTH_MAX">26</entry><entrykey="PROTEIN_CLUSTERING">true</entry><entrykey="OUT_FILE_FORMAT">1</entry><entrykey="MASS_MIN">883.4605</entry><entrykey="MASS_MAX">2825.4963</entry><entrykey="THRESHOLD_MISMATCH">2</entry><entrykey="THRESHOLD_DETECTABILITY">0.8</entry><entrykey="LENGTH">false</entry><entrykey="MISS_CLEAVAGES">1</entry><entrykey="VERSION">1.00</entry><entrykey="META_FILE_FORMAT">2</entry><entrykey="META">false</entry><entrykey="MASS">true</entry><entrykey="THRESHOLD">true</entry><entrykey="OUT_DIR">ABSOLUTEPATHDIRECTORY</entry></properties>
Q: Important parameters?
IN_DIR_OR_FILE, META_FILE, OUT_DIR
have to be absolute paths (with trailing slash), e.g. /home/user/IN_DIR/ or C:\home\user\OUT_DIR\ . To omit meta information, use an empty entry (see above).
PROTEIN_CLUSTERING has to be true, otherwise MScDB generates only the in-silico digest.
Q: How to start MScDB with settings?
A: Open a console, navigate to the directory containing MScDB.v1.00.jar, type
java -jar MScDB.v1.00.jar settings.xml
Last edit: Harald Marx 2013-05-30
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Questions and Answers
Q: How to start MScDB?
A: Open a console, navigate to the directory containing MScDB.v1.00.jar, type
java -jar MScDB.v1.00.jar
Q: Starting errors?
A: Maybe a version issue (< 1.6), check the java version in console, type
java -version
Q: How to create the settings.xml?
A: Open a text editor, copy the default settings, save the file as settings.xml
Q: Important parameters?
IN_DIR_OR_FILE, META_FILE, OUT_DIR
have to be absolute paths (with trailing slash), e.g. /home/user/IN_DIR/ or C:\home\user\OUT_DIR\ . To omit meta information, use an empty entry (see above).
PROTEIN_CLUSTERING
has to be true, otherwise MScDB generates only the in-silico digest.
Q: How to start MScDB with settings?
A: Open a console, navigate to the directory containing MScDB.v1.00.jar, type
java -jar MScDB.v1.00.jar settings.xml
Last edit: Harald Marx 2013-05-30