Difference between revisions of "Tutorials"
From Statistical Genetics Courses
Serveradmin (Talk | contribs) (→Installing Packages) |
Serveradmin (Talk | contribs) (→Installing Packages) |
||
Line 16: | Line 16: | ||
====Installing Packages==== | ====Installing Packages==== | ||
− | To install from packages, follow the configuration steps above and run the following | + | To install from packages, follow the configuration steps above and run the following command as root on your computer. |
<pre>apt-get install oracle-java8-installer hadoop seqspark-tutorial</pre> | <pre>apt-get install oracle-java8-installer hadoop seqspark-tutorial</pre> |
Revision as of 17:11, 12 April 2018
Contents
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.
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
SEQSpark
Installing Packages
To install from packages, follow the configuration steps above and run the following command as root on your computer.
apt-get install oracle-java8-installer hadoop seqspark-tutorial
The exercise's files will then be installed in /home/shared/seqspark. You can run from there or copy the files into your user's home directory and proceed with the exercise.