We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
Run the following snippet (the parts.xml referenced below is here):
parts.xml
from sbol import * namespace = "http://my_namespace.org" setHomespace(namespace) doc = Document() generic_parts = Document('parts.xml') generic_parts.copy("http://examples.org", doc) partshop = PartShop('https://synbiohub.org/public/igem') records = partshop.search('interlab') medium_device_uri = records[0].identity
Run the following line
partshop.pull(medium_device_uri, doc)
Result:
[1] 6109 segmentation fault (core dumped) ipython
Tested on python 3.6 on Arch Linux, in ipython and regular python shell.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce:
Run the following snippet (the
parts.xml
referenced below is here):Run the following line
Result:
Tested on python 3.6 on Arch Linux, in ipython and regular python shell.
The text was updated successfully, but these errors were encountered: