Skip to content

Commit 250706c

Browse files
committed
Updated the docs to reflect the changes from #18.
1 parent b76df9b commit 250706c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The program takes a few arguments:
3737
* Minimum K (optional - use as a start value for "K" - by default the value is 1; --min_K)
3838
* No-tests (optional - use this if you do not want to run the BestK tests; --no-tests)
3939
* No-plots (optional - use this if you do not want to draw plots; --no-plots)
40-
* Popfile (optional - use this if you want to name your populations in the plot. Should be a text file with 2 columns, one for the population name, and another for number of individuals represented in that population.)
40+
* Popfile (optional - use this if you want to name your populations in the plot. Should be a text file with 3 columns, one for population name, one for number of individuals represented in that population and one for the population position in the input file. This effectively allows the plot to be drawn in any chosen order.)
4141

4242
Example:
4343

0 commit comments

Comments
 (0)