cello icon indicating copy to clipboard operation
cello copied to clipboard

Genetic circuit design automation

Results 39 cello issues
Sort by recently updated
recently updated
newest added

So I've been playing around with the SBOL reader and it turns out that the SBOL output for Cello is invalid. Currently the main issue is that the output has...

When I try to run either the 'case' or 'assign' examples from the dropdown menu on the website, I get an error `The Verilog code did not produce a valid...

Is Cellocad Webinterface is open for public?I am a summer intern at Saha Institute of Nuclear Physics,Kolkata.I want to use the web interface of Cellocad for my synthetic biology project.But...

We need a rest API for getting the status of the current job that's being executed.

I am unable to run any concurrent computations. Since the API does not notifiy if the computation is still underway I cannot automate a batch of computations.

The user interface does not give an option to run the design using breadth first.

enhancement

The query parameters given in the API documentation are wrong and do not work. [Source](http://cellocad.org/CelloAPI.html#submit_post) These are the actual parameter names: These are the parameters given in the documentation: Does...

bug

The UCF guide which is linked inside the webtool is not publicly accessible.

When I try to compile, I get: ``` Failed to execute goal on project cellocad: Could not resolve dependencies for project org:cellocad:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: org.cellocad:netsynth:jar:1.0,...

I am on the cellocad website and when I use the example code of ``` module A(output out1, input a, b); wire w0; assign w0 = a & ~b; assign...