From 039ef3345967fe291b1487a9a588a37909531af0 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Wed, 31 Oct 2012 17:29:05 -0400 Subject: add a note to the README about the ordering --- fly-tools/cci-calculator/README.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fly-tools/cci-calculator/README.markdown b/fly-tools/cci-calculator/README.markdown index 065563c..1578fc2 100644 --- a/fly-tools/cci-calculator/README.markdown +++ b/fly-tools/cci-calculator/README.markdown @@ -28,3 +28,8 @@ If we have 21 specimen per fold, use number of folds + 2 for the head argument, and the number of folds for the tail. This will give you proper results! for i in Fold_*.txt; do head $i -n 23 | tail -n 21 >> output.txt; echo $i; done; + +The output of the file is in the order of your input, so just copy your data +back into whatever spreadsheet you are using and it be good. If you notice +that the numbers don't match up, make sure your ordering correctly! + -- cgit v1.2.1