You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-79Lines changed: 5 additions & 79 deletions
Original file line number
Diff line number
Diff line change
@@ -40,82 +40,8 @@ There are several ways to install the converter. The easiest is via pip: `pip in
40
40
**3) Run the Converter**
41
41
Use the code below to run the converter. Converter file needs to be within the same directory as the Excel template.
42
42
The following script asks the user for the name of the input file, version of SBOL to use, and offers the option to sign in to gain access to private repositories.
43
-
```
44
-
45
-
# Excel2SBOL Converter
46
-
47
-
import excel2sbol.converter as conf
48
-
from datetime import datetime
49
-
import excel_sbol_utils.library2 as exutil2
50
-
import getpass
51
-
import requests
52
-
53
-
# Ask the user for the name of the input file
54
-
input_file = input("Please enter the name of the input file: ")
Tip: the use of `os.getcwd()` and `os.path.join` is reccommended for the creation of the file paths. This is safer from a cybersecurity stand point and provide better operating system interoperability.
121
47
@@ -124,13 +50,13 @@ The SBOL file that is output can then be used by further [SBOL tools](https://sb
124
50
125
51
# Example Conversion
126
52
127
-
A data-filled [spreadsheet](https://github.com/SynBioDex/Excel-to-SBOL/blob/readme/excel2sbol/resources/templates/Example.xlsm) was converted to an [SBOL file](https://github.com/SynBioDex/Excel-to-SBOL/blob/readme/excel2sbol/tests/test_files/Example.xml).
53
+
A data-filled [spreadsheet](https://github.com/SynBioDex/Excel-to-SBOL/blob/master/excel2sbol/resources/templates/Example.xlsm) was converted to an [SBOL file](https://github.com/SynBioDex/Excel-to-SBOL/blob/master/excel2sbol/tests/test_files/Example.xml).
0 commit comments