Closed alikpel closed 13 years ago
Look in data/models/yourusername The model that you imported will have a tag behind it specific to your workspace. i.e. iJR904 is called iJR904.46352 in my case. You need to add that tag on when trying the fba commands.
The error is coming from the fact that it cannot find the model that you imported under the name iJR904. 'Model iJR904 not found in database!'
Great! added the suffix and it worked. tnx
After successful model loading
./fba-fva -model iJR904 doesn't work
Error log :
My Configuration file:
[Database]
type is either sqlite or mysql
type=sqlite
required for sqlite
filename=/specific/disk1/home/alexnade/Model-SEED-core/data/ModelDB/ModelDB.db
required for mysql
username=seed
password=seedxhs
host=localhost
socket=/var/run/mysqld/mysqld.sock
port=3306
[Optional] dataDirectory=/specific/disk1/home/alexnade/Model-SEED-core/data/
admin_users=admin1,admin2
[Optimizers] includeDirectoryGLPK=/usr/lib/ libraryDirectoryGLPK=/usr/include/
includeDirectoryCPLEX=/usr/local/lib/cplex121/include/
libraryDirectoryCPLEX=/usr/local/lib/cplex121/lib/x86-64_sles9.0_3.3/static_pic/
licenceDirectoryCPLEX=/usr/ilog/ilm/
Tnx, Alik