Skip to content

Start up Installation Guide

Julio Marco Pineda edited this page Mar 21, 2018 · 3 revisions

peptide-serum-stability is a program written in Java. The current implementation of the program can be used using the command line by running the executable/runnable JAR (Java Archive) file. This guide will give a step-by-step process on how to set up your machine or computer to run the program.

1. Install the latest Java version

Make sure that your machine has the latest Java version (Java 8 or later) installed. You can check if you have Java installed here.

2. Download the latest release of peptide-serum-stability

Download the runnable JAR file of the peptide-serum-stability program from this repository's Releases page. The name of the JAR file is stability.jar.

3. Move stability.jar to your desired directory

The location of the JAR file in your machine will determine where you will run the program. Move the JAR file to where you want to run the program.

Please visit Sample Run: Interactive Mode if you need more instruction how to run the program.