-
Notifications
You must be signed in to change notification settings - Fork 0
Java How to run
Luis Francisco Hernández Sánchez edited this page Aug 16, 2017
·
6 revisions
The program runs in the command line or from a shell.
- Open a command prompt located in the folder that contains the "PathwayQuery-X.X.jar" file.
- Execute the following instruction in the command prompt:
java -jar PathwayQuery-X.X.jar [options]
Get graph for all proteins and all types of interactions. Use only command line arguments, no configuration file.
java -jar PathwayQuery-X.X.jar -l -c ../../config.txt
java -jar PathwayQuery-X.X.jar -l -io -co -ro -c
java -jar PathwayQuery-X.X.jar -i resources/Input/customList.txt -o ./output.txt -l -io -co -ro
Get graph where all proteins are participants of reactions that have a publication reference before/at some year.
Get graph where the input set of proteins are participants of reactions with a reference publication before some year.
Example Input:
Command:
Example Output: