From f7deb6ed419652dcc4766cdc34eed106dac73aa5 Mon Sep 17 00:00:00 2001 From: Alexis CRISCUOLO <alexis.criscuolo@pasteur.fr> Date: Thu, 4 Jun 2020 09:42:08 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f75ef97..8a52433 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Launch _MSTclust_ without option to read the following documentation: * By definition, setting small cutoff values yield clustering with a large number of classes with fast running times. * Profile length is required to carry out data perturbation analyses (option `-L`). For each statistics, _MSTclust_ will compute the average value and the 95% CI based on different replicates (option `-R`). * Data subsampling analyses progressively subsample raw data with rate values _b_/(_B_+1) where _b_ = 1 ... _B_ and _B_ > 1 is the number of bins specified using option `-B`. At least _B_ = 9 bins (i.e. rates = 10%, 20% ... 90%) are recommended. For each statistics, _MSTclust_ will compute the average value and the 95% CI based on different replicates (option `-R`). +* All of the information outputted by _MSTclust_ is printed in `stderr` except the last tab-delimited line when using option `-t`. * For more details on the profile distance computation, clustering algorithm and descriptive statistics, see the technical notes pdf file. -- GitLab