
Former-commit-id: 574aace9be5804d728a877110f5f475d61644f75 Former-commit-id: 2e7ea63447643830a62f18a364327d7b396ec140
38 lines
717 B
Plaintext
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
|
|
|