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
{% include callout.html type="note" content="Search is under active development. All results are broad, and currently presented alphabetically. We recommend using shorter and more specific phrases as each extra word broadens the match rather than narrowing it, so a broad query like "dna sequence quality control" can return a large number of tools. Use the fewest, most specific terms you know, and remove words rather than adding them if you get too many results." %}
134
137
@@ -147,6 +150,7 @@ shelley find fastqc -v
147
150

148
151
<br>
149
152
</details>
153
+
<br>
150
154
151
155
### Building a module
152
156
@@ -163,6 +167,7 @@ This installs the most recent available version by default.
163
167

164
168
<br>
165
169
</details>
170
+
<br>
166
171
167
172
{% include callout.html type="tip" content="To install a specific version instead of the most recent one, give `build` the same `<tool>/<version>` spec that `find -v` showed you, for example `shelley build fastqc/0.12.1`." %}
0 commit comments