User's Guide for OrthoGNC version 3.0 =================================================== ================== About ========================== =================================================== OrthoGNC is a software for predicting accurate pairwise orthology relations based on gene neighborhood conservation. =================================================== ================ Requirements ===================== =================================================== (1) To run OrthoGNC you need to install NCBI BLAST+. - The latest BLAST+ package is available at https://blast.ncbi.nlm.nih.gov/Blast.cgi?PAGE_TYPE=BlastDocs&DOC_TYPE=Download - We have tested OrthoGNC with BLAST version 2.4.0+, however, it should work with newer versions. (2) OrthoGNC is developed with Java and needs JRE to run. - The latest JRE is available at http://www.oracle.com/technetwork/java/javase/downloads/index.html (3) OrthoGNC works both on MS Windows and Linux. It is tested on MS Windows 10(64bit) and Linux Mint 17.3 Cinnamon(64bit). =================================================== ============== Files and Folders ================== =================================================== (1) config.txt - This file contains the user defined parameters. (2) OrthoGNC.jar - This is the OrthoGNC binary file. (3) testproject (folder) - This folder contains 3 sample species for test purposes. =================================================== ================ Runing OrthoGNC ================== =================================================== To run the project, execute the following command: java -jar "OrthoGNC.jar" -gui =================================================== ========== Output Files and BLAST Folders =============== =================================================== After Running OrthoGNC the following files and folders will be created: (1) "/result/'ProjectName'/blast_results" folder - This folder contains the BLAST results for the current project. For each e-value a seprate folder will be created. By saving BLAST results OrthoGNC is capable of skipping the BLAST step. This improves the running time considerably. If you wish to force OrthoGNC to do the BLAST queries please delete this folder manually or save your results in new folder. (2) "/result/'ProjectName'/output" folder - This folder contains the final output of OrthoGNC. A text file containing the pairwise orthology relations will be created. =================================================== =================== Contact ======================= =================================================== Please contact s.jahangiri.cs@gmail.com if you have any questions. =================================================== =============== Software License ================== =================================================== The OrthoGNC Software is Copyright 2010 by the Eslahchi-Lab. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .