Skip to content

Commit 9dcdda5

Browse files
authored
Merge pull request #7 from SynBioHub/update-excel2sbol
Updated to most recent version of excel2sbol
2 parents fb0ffa8 + f76ac50 commit 9dcdda5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def run():
8787

8888
########## REPLACE THIS SECTION WITH OWN RUN CODE #################
8989
file_path_in = file_url
90-
conv.converter(file_path_in, file_path_out, sbol_version=2)
90+
conv(file_path_in, file_path_out, sbol_version=2)
9191
################## END SECTION ####################################
9292

9393
# add name of converted file to manifest

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Flask==2.0.1
2-
excel2sbol==1.0.20
3-
requests==2.26.0
2+
excel2sbol==1.1.14
3+
requests==2.25.1
4+
Werkzeug==2.2.2

0 commit comments

Comments
 (0)