-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added implementation for multiple backbones.
- Loading branch information
Showing
6 changed files
with
175 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import sbol2 | ||
import sbol3 | ||
import excel_sbol_utils.library2 as l2 | ||
import excel_sbol_utils.library3 as l3 | ||
import excel_sbol_utils.helpers as help | ||
import excel2sbol.comp_column_functions2 as ccf | ||
import excel2sbol.converter as conv | ||
import os | ||
|
||
# Build a barebones combinatorial derivation object | ||
# Attempt to build subcomponent on it | ||
|
||
obj = sbol2.combinatorialderivation() | ||
|
||
doc = sbol2.Document() | ||
obj_dict = {} | ||
sheet = 'Composite Parts' | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.