Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 796 Bytes

installation.rst

File metadata and controls

29 lines (17 loc) · 796 Bytes

Installation

This section provides instructions on how to install the RNAget compliance suite application.

As a prerequisite, python 3 and pip must be installed on your system. The application can be installed by running the following from the command line.

  1. Clone the latest build from https://github.com/ga4gh-rnaseq/rnaget-compliance-suite
git clone https://github.com/ga4gh-rnaseq/rnaget-compliance-suite
  1. Enter rnaget-compliance-suite directory and install
cd rnaget-compliance-suite
python setup.py install
  1. Confirm installation by executing the rnaget-compliance command
rnaget-compliance report

The next article explains how to run the compliance application.