diff --git a/README.md b/README.md index e1f5a77..d2fb8b8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ # 0.0.0 DEPENDENCIES ``` -PYTHON VERSION >= 3.6 +PYTHON VERSION >= 3.6.6 ``` ### 0.1.1 PYTHON DEPENDENCIES @@ -45,7 +45,7 @@ Third party tool dependencies can be installed using `conda`. conda config --add channels defaults conda config --add channels bioconda conda config --add channels conda-forge -conda create --yes -n mash_env python=3.6.6 +conda create --yes -n metamer_env python=3.6.6 conda create -n metamer_env conda install --yes -c bioconda mash=2.1.1 -n metamer_env conda install --yes -c bioconda faqcs -n metamer_env @@ -75,8 +75,7 @@ And, you can run a quick test using ``` cd metamer -metamer luigi.cfg - +metamer -c luigi.cfg ``` @@ -253,4 +252,3 @@ bin/metamer luigi.cfg metamer also outputs a distance matrix of mash distances (`mash_dist.txt`) in coordinate form and square form (`dist.txt`). -# LICENSE