From 13b03062d57534ab2ee898c5a1fb3fbc5a8d8b2a Mon Sep 17 00:00:00 2001 From: alain viari Date: Fri, 13 Nov 2015 17:55:24 +0100 Subject: [PATCH] add doc for chlorodb Former-commit-id: 55fd288275b46bd02170029b9bc683ad34c3c611 Former-commit-id: 329bedc41c4355741a5bbd3f2056ac1025f3da7f --- detectors/cds/tools/chlorodb/README.txt | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 detectors/cds/tools/chlorodb/README.txt diff --git a/detectors/cds/tools/chlorodb/README.txt b/detectors/cds/tools/chlorodb/README.txt new file mode 100644 index 0000000..c58508c --- /dev/null +++ b/detectors/cds/tools/chlorodb/README.txt @@ -0,0 +1,39 @@ +# +# Make chloro DB's for use by CDS prediction program +# + +mkdir myDB +mkdir myDB/download +cp GBKorEMBLEntries myDB/download +[optional + cp ORG_HOME/data/cds/chlorodb/parameters.sh myDB + myDB/parameters.sh +] + +go_chlorodb.sh myDB + +and... wait... (typical time : 5h for 500 Entries) + +then (after checking) + + mv ORG_HOME/data/cds/chlorodb ORG_HOME/data/cds/chlorodb.old + mv myDB ORG_HOME/data/cds/chlorodb + +# +# notes +# + +this requires an installed R > 3.0.1 + +with the following packages + + igraph # <- mandatory + + grid # <- the following are not needed + gridExtra # by scripts, but just to + vcd # produce graphics for models + plotrix # by lib/plot.models.r + +you can check and install them by running : + + lib/install.rpackages.r