Skip to content

Commit 0caf3a5

Browse files
Merge pull request #149 from SynBioDex/readme
Update README.md
2 parents 660c0a6 + 92b0055 commit 0caf3a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ There are several ways to install the converter. The easiest is via pip: `pip in
4141
Use the code below to run the converter. Converter file needs to be within the same directory as the Excel template.
4242
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.
4343

44+
If you want to use the tool in offline mode for a custom SynBioHub instance, leave the "Domain" field empty on the spreadsheet "Welcome page".
45+
4446
[Converter File](https://github.com/SynBioDex/Excel-to-SBOL/blob/master/excel2sbol/tests/test_files/Excel2SBOLConverter.py)
4547

46-
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.
48+
Tip: the use of `os.getcwd()` and `os.path.join` is recommended for the creation of the file paths. This is safer from a cybersecurity stand point and provide better operating system interoperability.
4749

4850
**4) Use the output file**
4951
The SBOL file that is output can then be used by further [SBOL tools](https://sbolstandard.org/applications/) or uploaded to an SBOL repository like [SynBioHub](https://synbiohub.org/).

0 commit comments

Comments
 (0)