Improving SBOL results
I looked at the SBOL file generation:
- Is there a reason for using SBOL2 rather than SBOL3?
- I worked on simulator.py to add input plasmid and link thel to oP with the following logic
For all iPs used in the campaign
- Creation of an iP component
- Creation of sequence object
- Add sequence to iP component
- Creation of subcomponent object linked to the iP component
For all oP
- Creation of an oP component
- Creation of sequence object
- Add sequence to oP component
- Add subcomponents to oP component
You can fin the edit in the file below:
Edited by Henri GALEZ