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
@@ -41,12 +41,12 @@ a github issue to our [github page](https://github.com/bcgsc/mavis/issues) or co
41
41
42
42
##Install Instructions
43
43
44
-
There are 3 major steps to setting up and installing[MAVIS](http://mavis.bcgsc.ca). If you are a developer contributing to mavis, please see the[instructions for developers page](http://mavis.bcgsc.ca/docs/latest/development.html) instead
44
+
There are 3 major steps to setting up and installing[MAVIS](http://mavis.bcgsc.ca). If you are a developer contributing to mavis, please see the[instructions for developers page](https://mavis.readthedocs.io/en/latest/development) instead
45
45
46
46
###1. Install Aligner
47
47
48
48
In addition to the python package dependencies,[MAVIS](http://mavis.bcgsc.ca) also requires an aligner to be installed.
49
-
Currently the only aligners supported are[blat](http://mavis.bcgsc.ca/docs/latest/glossary.html#term-blat) and[bwa mem](http://mavis.bcgsc.ca/docs/latest/glossary.html#term-bwa).
49
+
Currently the only aligners supported are[blat](https://mavis.readthedocs.io/en/latest/glossary/#blat) and[bwa mem](https://mavis.readthedocs.io/en/latest/glossary/#bwa).
50
50
For MAVIS to run successfully the aligner must be installed and accessible on the path.
51
51
If you have a non-standard install you may find it useful to edit the PATH environment variable. For example
[blat](http://mavis.bcgsc.ca/docs/latest/glossary.html#term-blat) is the default aligner. To configure MAVIS to use[bwa mem](http://mavis.bcgsc.ca/docs/latest/glossary.html#term-bwa) as a default instead, use the
58
-
[MAVIS environment variables](http://mavis.bcgsc.ca/configuration.html#environment-variables). Make sure to specify BOTH of the variables below to change the default aligner.
58
+
[MAVIS environment variables](https://mavis.readthedocs.io/en/latest/configuration/settings/). Make sure to specify BOTH of the variables below to change the default aligner.
59
59
60
60
```bash
61
61
export MAVIS_ALIGNER='bwa mem'
@@ -108,7 +108,7 @@ This will install mavis and its python dependencies into eggs inside the cloned
108
108
109
109
###3. Build or Download Reference Files
110
110
111
-
After[MAVIS](http://mavis.bcgsc.ca) is installed the[reference files](http://mavis.bcgsc.ca/docs/latest/mavis_input.html#reference-input-files) must be generated (or downloaded) before it can be run. A simple bash script to download the hg19 reference files and generate a MAVIS environment file is provided under mavis/tools for convenience.
111
+
After[MAVIS](http://mavis.bcgsc.ca) is installed the[reference files](https://mavis.readthedocs.io/en/latest/inputs/reference) must be generated (or downloaded) before it can be run. A simple bash script to download the hg19 reference files and generate a MAVIS environment file is provided under mavis/tools for convenience.