I noticed a few issues with copy_model:
- If I run with 'copy_genome' true, I get this error.
{"version":"1.1","error":{"error":"_ERROR_Object not found!ERROR\n\nTrace begun at /disks/p3/deployment/lib/Bio/P3/Workspace/WorkspaceImpl.pm line 137\nBio::P3::Workspace::WorkspaceImpl::_error('Bio::P3::Workspace::WorkspaceImpl=HASH(0x3e1d1c8)', 'Object not found!') called at /disks/p3/deployment/lib/Bio/P3/Workspace/WorkspaceImpl.pm line 207\nBio::P3::Workspace::WorkspaceImpl::_get_db_object('Bio::P3::Workspace::WorkspaceImpl=HASH(0x3e1d1c8)', 'HASH(0x4b3eef8)', 1) called at /disks/p3/d ...
Note it doesn't say which object is not found as far as I can tell--an issue I've seen with the workspace service before.
- If I run with 'copy_genome' false, I don't get an error. However, it seems to copy the genome regardless of what I put for 'copy_genome'

- The workspace 'list' call says the genome size is 0 bytes, although it's really 25.7 MB.
- The spec doesn't actually say what the default for the 'copy_genome' option is https://github.com/ModelSEED/ProbModelSEED/blob/master/ProbModelSEED.spec#L373
- "511145.12_model" was tacked on to the name I gave it. Personally I'd prefer if this didn't happen, but if it's really needed, we should at least mention this in the spec. [Being picky at this point]
I noticed a few issues with copy_model:
{"version":"1.1","error":{"error":"_ERROR_Object not found!ERROR\n\nTrace begun at /disks/p3/deployment/lib/Bio/P3/Workspace/WorkspaceImpl.pm line 137\nBio::P3::Workspace::WorkspaceImpl::_error('Bio::P3::Workspace::WorkspaceImpl=HASH(0x3e1d1c8)', 'Object not found!') called at /disks/p3/deployment/lib/Bio/P3/Workspace/WorkspaceImpl.pm line 207\nBio::P3::Workspace::WorkspaceImpl::_get_db_object('Bio::P3::Workspace::WorkspaceImpl=HASH(0x3e1d1c8)', 'HASH(0x4b3eef8)', 1) called at /disks/p3/d ...
Note it doesn't say which object is not found as far as I can tell--an issue I've seen with the workspace service before.

- The workspace 'list' call says the genome size is 0 bytes, although it's really 25.7 MB. - The spec doesn't actually say what the default for the 'copy_genome' option is https://github.com/ModelSEED/ProbModelSEED/blob/master/ProbModelSEED.spec#L373 - "511145.12_model" was tacked on to the name I gave it. Personally I'd prefer if this didn't happen, but if it's really needed, we should at least mention this in the spec. [Being picky at this point]