Closed samseaver closed 13 years ago
Whenever I try to load my model it says it "could not find biomass specification file" (even tho the biomass file is in MSModelFiles and I even load it to the database before loading the model). I was wondering where I can find the user index number, so maybe if I try to include the path with the user index it would work.
No longer an issue
I've not tried this in the BIO environment, but locally:
1) The -biomass parameter doesn't work, it keeps looking in the same location (./data/MSModelFiles)
2) The -filename parameter works, but if it is not used, then the filename that it looks for must have the user index in the filename, ie:
data/MSModelFiles/iJR904.45632.tbl1
instead of
data/MSModelFiles/iJR904.tbl
3) The overwrite function works for sake of documentation, but if the script fails the first time (ie can't find biomass file) it doesn't roll back the inserted data, so the next time you run it, even though it "failed" you still have to overwrite. This can be confusing.