diff options
author | John Morrison <jcm357@cs.drexel.edu> | 2014-10-28 14:31:05 -0400 |
---|---|---|
committer | John Morrison <jcm357@cs.drexel.edu> | 2014-10-28 14:31:05 -0400 |
commit | 3dd70b4d0e20f517f515a8b1d0ad7b5d79f48621 (patch) | |
tree | bccabe5e9169e2e843fba8d307ab4e117f6cf49f /fly-tools/cci-calculator/README.markdown | |
parent | 01b3b8f87c1d4be14438a0fdc2a4daade9eb3038 (diff) | |
parent | bda4a425da1073ca38b7ccf006d02f65b25a4755 (diff) |
Merge branch 'master' of github.com:mutantturkey/FlyTracking
Diffstat (limited to 'fly-tools/cci-calculator/README.markdown')
-rw-r--r-- | fly-tools/cci-calculator/README.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
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! + |