owmeta icon indicating copy to clipboard operation
owmeta copied to clipboard

Make generating c302 from PyOpenWorm work in the OpenWorm Docker image

Open slarson opened this issue 10 years ago • 5 comments

We currently have a start on a docker image that contains PyOpenWorm.

Inside that image is the dev version of the master_openworm.py script

The first step of this script is to generate c302 from the latest contents of PyOpenWorm.

We have previously made a few steps towards accomplishing this:

  • https://github.com/openworm/CElegansNeuroML/issues/49
  • https://github.com/openworm/CElegansNeuroML/issues/27

We need to consolidate progress on these from a code perspective, and move on to making this runnable by modifying the dev version of the master_openworm.py script and committing a new version of the docker image that has this working correctly.

slarson avatar Nov 22 '15 17:11 slarson

As mentioned in the issues above, https://github.com/openworm/PyOpenWorm/issues/177 is the key to updating c302 to use PyOpenWorm...

pgleeson avatar Nov 23 '15 16:11 pgleeson

November 29, 2015 9:43 AM

Conversation specifying more details about this ticket.

perfortnight avatar Nov 29 '15 18:11 perfortnight

OK now that #177 is done, let's see if we can make more progress. @perfortnight ; any updates?

slarson avatar Jan 18 '16 00:01 slarson

No. I've been away. But on that note, the docker image I have (openworm_test) does not appear to have the file structure that the https://github.com/openworm/OpenWorm/blob/development/master_openworm.py file expects. For example, there is no /home/openworm directory.

Is this the right docker image to be working with? Are there necessary installations to make before it is ready to work with? If so, are they documented somewhere?

perfortnight avatar Jan 19 '16 04:01 perfortnight

@perfortnight ok try again; you are right; the image didn't seem to have that stuff. I have pushed a new version; this time it should work

slarson avatar Jan 31 '16 19:01 slarson