Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 1.07 KB

Contributing

To contribute to ORIS, please fork this repository, make changes and then send a pull request. Before contributing to this project please discuss the suggested changes via issues or email.

Getting Started

Here, information is provided for contributers who would like to contribute to ORIS.

Dependencies

jmathplot (https://github.com/yannrichet/jmathplot)

Cloning ORIS

To download the code please clone ORIS using the command:

git clone https://github.com/urmi-21/ORIS.git

Accessing the code

Netbeans IDE is suggested to open the ORIS project. ORIS is divided into two projects: bioapp and genelib. bioapp contains classes for the GUI components of ORIS. genelib contains the computatinal methods which are accessed through the GUI.

Building

After opening bioapp and genelib projects first build the genelib project. Then to build the bioapp project, add genelib.jar as a dependency. jmathplot.jar is required for both projects.

Running

The main class is present in the bioapp project. Run the bioapp project to start ORIS.