Difference between revisions of "Tutorials"
From Statistical Genetics Courses
Serveradmin (Talk | contribs) |
Serveradmin (Talk | contribs) (→Running Tutorials on Your Computer) |
||
Line 1: | Line 1: | ||
==Running Tutorials on Your Computer== | ==Running Tutorials on Your Computer== | ||
− | We have created a debian repository to make it easier to use our tutorials. | + | We have created a debian repository to make it easier to use our tutorials. Using this repository will require that you have administrator access to the computer on which you'll be using them. If you don't have this level of access, we also provide a pre-configured virtual machine image that will allow you to install software as root. |
The VM Image is available [https://statgen.research.bcm.edu/files/images/Statgen.ova here] | The VM Image is available [https://statgen.research.bcm.edu/files/images/Statgen.ova here] | ||
+ | If you would like to use our repository on VM or on your computer, follow these configuration steps. Please run as the root user or using the sudo command. | ||
+ | <code> | ||
+ | sudo add-apt-repository ppa:webupd8team/java | ||
+ | echo "deb [trusted=yes] https://statgen.research.bcm.edu/deb ./" > /etc/apt/sources.list.d/statgen.list | ||
+ | apt-get update | ||
+ | </code> | ||
==SEQSpark== | ==SEQSpark== |
Revision as of 16:40, 12 April 2018
Running Tutorials on Your Computer
We have created a debian repository to make it easier to use our tutorials. Using this repository will require that you have administrator access to the computer on which you'll be using them. If you don't have this level of access, we also provide a pre-configured virtual machine image that will allow you to install software as root.
The VM Image is available here
If you would like to use our repository on VM or on your computer, follow these configuration steps. Please run as the root user or using the sudo command.
sudo add-apt-repository ppa:webupd8team/java
echo "deb [trusted=yes] https://statgen.research.bcm.edu/deb ./" > /etc/apt/sources.list.d/statgen.list
apt-get update