Mercurial > repos > iuc > scater_plot_pca
diff README.md @ 1:d6e5485b6e57 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scater commit 61f3899168453092fd25691cf31871a3a350fd3b"
| author | iuc |
|---|---|
| date | Tue, 03 Sep 2019 14:23:51 -0400 |
| parents | fe0d9bb68ea7 |
| children | 0472bd64cacf |
line wrap: on
line diff
--- a/README.md Thu Jul 18 11:08:01 2019 -0400 +++ b/README.md Tue Sep 03 14:23:51 2019 -0400 @@ -20,6 +20,13 @@ ## Command-line usage +The scripts require the installation of scater and few other R/BioConductor packages. An easy way to install them is to create a [conda](https://conda.io/) environment using the `environment.yml` file distributed together with these wrappers: + +``` +conda env create -f environment.yml +conda activate scater +``` + For help with any of the following scripts, run: `<script-name> --help`
