From f099ffaf2c03078df5846355a079d8a6a4aac37c Mon Sep 17 00:00:00 2001 From: hierarchize <106645156+hierarchize@users.noreply.github.com> Date: Thu, 8 Dec 2022 21:05:44 +0400 Subject: [PATCH] Update README.md just forked --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f772279..6740a7dc 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,9 @@ In many cases, the person who collected the data has incentive to make it tidy f of collaboration. They may not know how to code in a scripting language. In that case, what you should provide the statistician is something called [pseudocode](http://en.wikipedia.org/wiki/Pseudocode). It should look something like: -1. Step 1 - take the raw file, run version 3.1.2 of summarize software with parameters a=1, b=2, c=3 -1. Step 2 - run the software separately for each sample -1. Step 3 - take column three of outputfile.out for each sample and that is the corresponding row in the output data set +1. Step 1 - take the raw file, run version 3.1.2 of summarize software with parameters a=1, b=2, c=3. +1. Step 2 - run the software separately for each sample. +1. Step 3 - take column three of outputfile.out for each sample and that is the corresponding row in the output data set. You should also include information about which system (Mac/Windows/Linux) you used the software on and whether you tried it more than once to confirm it gave the same results. Ideally, you will run this by a fellow student/labmate