This repository was archived by the owner on Oct 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ <h1>Exploring assembly results</h1>
68
68
69
69
70
70
71
- < h2 > Starting the Shasta http server on Linux</ h2 >
71
+ < h2 id = Linux > Starting the Shasta http server on Linux</ h2 >
72
72
< p >
73
73
The Shasta http server uses
74
74
< a href ="https://www.graphviz.org/ "> Graphviz</ a > software to display graphs.
@@ -121,11 +121,12 @@ <h2>Starting the Shasta http server on Linux</h2>
121
121
122
122
123
123
124
- < h2 > Starting the Shasta http server on macOS</ h2 >
124
+ < h2 id = macOS > Starting the Shasta http server on macOS</ h2 >
125
125
< p >
126
126
The Shasta http server uses
127
127
< a href ="https://www.graphviz.org/ "> Graphviz</ a > software to display graphs.
128
- To install it, use this command: < pre > brew install graphviz</ pre >
128
+ It also needs command < code > gtimeout</ code > which is part of the coreutils package.
129
+ To install them, use this command: < pre > brew install graphviz coreutils</ pre >
129
130
< p >
130
131
To start the Shasta http server on macOS, follow these steps:
131
132
< ol >
@@ -211,7 +212,7 @@ <h2 id=AccessControl>Access control</h2>
211
212
212
213
< h2 > Screenshots</ h2 >
213
214
< p >
214
- Below are some sampel screenshots obtained using
215
+ Below are some sample screenshots obtained using
215
216
< code > --command explore</ code > .
216
217
217
218
< hr > < img style ='width:100% ' src ="InspectingResults-Images/1.png ">
You can’t perform that action at this time.
0 commit comments