Skip to content

Commit 769a514

Browse files
committed
Fix typos and improve navigation
1 parent a886857 commit 769a514

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Welcome to the Hunt Lab Small RNA Pipeline Documentation
22

3-
This tool is designed to automate a lot of the common bioinformatics performed on small RNA by the [Hunt Lab](https://www.vickyhuntlab.org/). It is deliberately designed to be highly configurable so it can be easily applied to a wide range of scenarios, though most of our work is on nematode and nematomorph worms.
3+
This tool is designed to automate a lot of the common bioinformatics performed on small RNA by the [Hunt Lab](https://www.vickyhuntlab.org/). It is deliberately designed to be highly configurable so it can be easily applied to a wide range of scenarios, though most of our work is on nematode and nematomorph worms.
4+
5+
Use the tabs above or buttons below to navigate this site.

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation
22

3-
You can obtain the code for the pipeline from [https://github.com/kieranr51/HuntLab-smallRNA](https://github.com/kieranr51/HuntLab-smallRNA). To download, click the code button and copy the URL. You can then download it to a computer with git installed on it by opening the command line and running:
3+
You can obtain the code for the pipeline from [https://github.com/Vicky-Hunt-Lab/HuntLab-smallRNA](https://github.com/Vicky-Hunt-Lab/HuntLab-smallRNA). To download, click the code button and copy the URL. You can then download it to a computer with git installed on it by opening the command line and running:
44

55
```
66
$ git clone https://github.com/Vicky-Hunt-Lab/HuntLab-smallRNA.git

docs/other-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ $ perl unitas.pl -pp -input map.file –species x –refseq reference.fasta
143143

144144
## Dicer Signature (StepRNA)
145145

146-
To install stepRNA, see the documentation on [the GitHub page](https://github.com/bmm514/stepRNA).
146+
To install stepRNA, see the documentation on [the GitHub page](https://github.com/Vicky-Hunt-Lab/stepRNA).
147147

148148
stepRNA is able to identify a Dicer processing signature from a small RNA sequence dataset. It requires two FASTA files as input that have had their adapters already trimmed from the ends.
149149

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ theme:
2525
features:
2626
- navigation.instant
2727
- navigation.path
28+
- navigation.footer
2829
- navigation.tabs
2930
- navigation.tabs.sticky
3031
- toc.follow

0 commit comments

Comments
 (0)