forked from hgscott/Excel-to-SBOL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemp.py
20 lines (14 loc) · 742 Bytes
/
temp.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import excel2sbol.converter_function as e2s
import os
import tyto
import sbol2
# print(tyto.endpoint.Ontobee.get_uri_by_term(getattr(tyto, "NCBITaxon"), 'Saccharomyces cerevisiae'))
doc = sbol2.Document()
# cwd = os.getcwd()
# template_name = "excel2bol_darpa_template_blank_v008_20211110.xlsx"
# file_path_in = os.path.join(cwd, 'excel2sbol', 'tests', 'test_files', 'pichia_comb_dev_compiler.xlsx')
# # file_path_in = os.path.join(cwd, 'flapjack_sbol_test.xlsx')
# # file_path_in = os.path.join(cwd, 'pichia_comb_dev_ProteinStructure.xlsx')
# file_path_out = os.path.join(cwd, 'out.xml')
# e2s.converter(file_path_in, file_path_out, template_name)
######################################################################################