Skip to content

Commit 47c2193

Browse files
readme
1 parent 2b1d4ee commit 47c2193

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ Macrobot software was build and successfully tested on Windows operation system
4747
# Usage
4848

4949
1. Create a folder for the result. We will create a new folder on the desktop called mb_results.
50-
2. Open the Ananconda prompt and activate your macrobot enviroment if you are not already there.<br/>`conda activate macrobot`<br/>
50+
2. Open the Ananconda prompt and activate your macrobot environment if you are not already there.<br/>`conda activate macrobot`<br/>
5151
3. Macrobot is a command line program which requires the following arguments:
5252
* source path (-s) - the path with the images coming from the Macrobot hardware system
5353
* destination path (-d) - the path to store the results
5454
* pathogen (-p) - which pathogen to predict ("mildew" or "rust")
55-
4. For a test case we will use a test image set which will be autmatically downloaded by the start of the software.
55+
4. For a test case we will use a test image set which will be automatically downloaded by the start of the software.
5656
To tell the software to use the test images, we will enter "test_images" for the source path -s argument
57-
5. Start the sofwtare with the following comand (adapt the destination path):<br/>`mb -s test_images -d C:\Users\name\Desktop\mb_results\ -p mildew`<br/>
57+
5. Start the software with the following command for mildew (adapt the destination path):<br/>`mb -s test_images -d C:\Users\name\Desktop\mb_results\ -p mildew`<br/> or rust
58+
<br/>`mb -s test_images -d C:\Users\name\Desktop\mb_results\ -p rust`<br/>
5859
6. In your destination folder should appear all results:
5960
* A csv file with the predicted values per leaf
6061
* A report html file in folder report which allows and easy control over the pipeline.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "macrobot"
3-
version = "0.4.6"
3+
version = "0.5.0"
44
description = "Macrobot is an image analysis software for studying plant-pathogen interactions on macroscopic level."
55
authors = ["Stefanie Lueck <[email protected]>"]
66

0 commit comments

Comments
 (0)