From 711465b1238166ca6e56f6d6296a67eab10245ed Mon Sep 17 00:00:00 2001 From: dbekaert Date: Sun, 26 Apr 2020 08:40:54 -0700 Subject: [PATCH] Update README.md (#151) 1-line test to trigger circlci --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 47c9f435..1022141d 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,6 @@ Below we list the dependencies for ARIA-tools ## Installation ARIA-tools package can be easily installed and used after the dependencies are installed and activated. The third-party RelaxIV package is optional (not required), and only used when opting to minimizing phase-discontinuities. Prior to use of RelaxIV, users should conform to the RelaxIV license agreement. Easiest way of installing RelaxIV is by downloading the min-cost-flow repository in the third-party folder of the ARIAtools and use the setup.py script as outlined below. For the required dependencies, we strongly recommend using [Anaconda](https://www.anaconda.com/distribution/) package manager for easy installation of dependencies in the python environment. - ### Conda Below we outline the different steps for setting up the ARIA-tools while leveraging Anaconda for installation of the requirements. Running the commands below will clone the ARIA-tools package to your local directory, create a conda environment with the name 'ARIA-tools', install dependencies to this environment and activate it.