Skip to content

Commit

Permalink
Adjusted readme before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxanne Wolthuis committed Nov 1, 2021
1 parent 31498ab commit c3c1ee2
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand All @@ -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
Expand Down

0 comments on commit c3c1ee2

Please sign in to comment.