Skip to content

Commit ace8472

Browse files
committed
Updated the docs.
1 parent 123d8ee commit ace8472

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/usage.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Using the `run` mode, the program currently takes the following arguments:
2828
* Number of threads to use (-t)
2929
* Q-matrix plotting options:
3030
* Disable plot drawing (--no_plots)
31+
* Force plotting the given values together (--override_bestk)
32+
* Draw the plots only in grayscale (-bw)
3133
* Other options
3234
* Enable logging - useful when problems arise (--log)
3335
* Do not run the BestK tests (--no-tests)
@@ -61,6 +63,8 @@ Using the `plot` mode, the program currently takes the following arguments:
6163
* Individual/Population identification options:
6264
* Path to popfile (--pop) [See below for more information]
6365
* Path to indfile (--ind) [See below for more information]
66+
* Extra plotting options:
67+
* Do not use colors when drawing the plots (-bw)
6468

6569
Example run:
6670

@@ -81,7 +85,7 @@ Location_3 11 3
8185
```
8286

8387
This example file contains 3 populations, with 20, 21 and 11 individuals.
84-
This means that the first 20 individuals are from "Location_1", the next 21 individuals are from "Location_2" and so on.
88+
This means that the first 20 individuals are from "Location_1", the next 21 individuals are from "Location_2" and so on.
8589
The numbers "1", "2" and "3" will be the order of the populations in the plot file.
8690
If you want to draw the plot in a different order than what was provided on the input file, you have to reorder the lines. For the sake of the example, let's say that you wish to plot your data, switching the place of Locations 3 and 2. The input file would look like this:
8791

0 commit comments

Comments
 (0)