From 5095df946cc8459bb7ef1678a67d61fd7ec59564 Mon Sep 17 00:00:00 2001 From: James Hopkin Date: Thu, 6 Jul 2017 17:08:39 -0600 Subject: [PATCH] UPDATE: README to include optional conda install --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index ab440fa..b843ed3 100755 --- a/README.md +++ b/README.md @@ -47,6 +47,25 @@ and optionally * [cd-hit](http://weizhongli-lab.org/cd-hit/) +## CONDA INSTALLATION + + _**Panseq**_ can optionally be installed from conda: + +First install miniconda or anadaconda: https://conda.io/docs/install/quick.html + +Add necessary conda channels: + +> conda config --add channels bioconda +> conda config --add channels jamez-eh + +Install_**Panseq**_ through conda: + +> conda install panseq + +_**Panseq**_ can now be accessed directly from the commandline: + +> panseq + ## Testing your installation perl t/output.t