[MOBY-dev] bug fix (??) for collection inputs/outputs
Mark Wilkinson
mwilkinson at mrl.ubc.ca
Wed Mar 9 00:54:59 UTC 2005
I've claimed that before on this bug, but it seems to be an unusually
pesky one! Anyway, the next attempt has just been committed.
I **think** that database entries for collection objects should now,
properly, write a service_instance_id of NULL into the database for
their simple_input/output tables. The problem has been that they have
been writing "0" and this causes them to not show up in the XML service
signature from a findService call.
If you are running your own MOBY Central you will need to update the
database by hand... again... sorry! I thought I had killed this one
months ago, but apparently not.
update simple_input set service_instance_id=NULL where
service_instance_id=0
(same for simple_output)
my apologies again!
M
--
Mark Wilkinson
Assistant Professor (Bioinformatics)
Dept. Medical Genetics, UBC, Canada
More information about the MOBY-dev
mailing list