Files
annotate/detectors/cds/tools/chlorodb/README.txt
alain viari 2d404b5b24 removed need of R igraph from chlorodb/subdb
Former-commit-id: 574aace9be5804d728a877110f5f475d61644f75
Former-commit-id: 2e7ea63447643830a62f18a364327d7b396ec140
2015-11-14 22:13:55 +01:00

38 lines
717 B
Plaintext

#
# 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
<edit> 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
#
calculation of models currently requires R
(without any specific package) this will be
replaced in the future...
in addition, optional graphics output (plot.models.r)
requires the following graphic packages :
grid
gridExtra
vcd
plotrix