From c3c1ee20eafc116fda5bef8fe357956060a0fb1d Mon Sep 17 00:00:00 2001 From: Roxanne Wolthuis Date: Mon, 1 Nov 2021 13:51:47 +0100 Subject: [PATCH] Adjusted readme before release --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3ed8635..0647859 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ The Juno Antimicrobial Resistance(Juno AMR) pipeline is a pipeline that is used ## Prerequisities * **Linux environment** * **(mini)conda** -* **TBD** to be discussed. * **Python3.7.6** Python is the scripting language used to create the program. @@ -34,29 +33,25 @@ git clone https://github.com/RIVM-bioinformatics/Juno-amr.git cd Juno-amr ``` -3. Create mamba directory. +3. Create & activate mamba environment. ``` -TBT +conda create --name mamba mamba=0.16.0 ``` - -4. Activate mamba. ``` conda activate mamba ``` -5. Create mamba environment. +4. Create & activate juno environment. ``` mamba env create -f envs/juno_amr_master.yaml ``` - -6. Activate the environment, ``` conda activate juno-amr_master ``` -7. [need to test again if these steps are still correct] +7. Example of run: ``` -test +python3 juno-amr.py -i [input] -o [output] -s [species] ``` ## Parameters & Usage