Difference between revisions of "Tutorials"

From Statistical Genetics Courses

Jump to: navigation, search
(Running Tutorials on Your Computer)
(Running Tutorials on Your Computer)
Line 4: Line 4:
 
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.
+
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>
+
<pre>
sudo add-apt-repository ppa:webupd8team/java
+
add-apt-repository ppa:webupd8team/java
 
echo "deb [trusted=yes] https://statgen.research.bcm.edu/deb ./" > /etc/apt/sources.list.d/statgen.list
 
echo "deb [trusted=yes] https://statgen.research.bcm.edu/deb ./" > /etc/apt/sources.list.d/statgen.list
 
apt-get update
 
apt-get update
</code>
+
</pre>
  
 
==SEQSpark==
 
==SEQSpark==

Revision as of 16:41, 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.

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

Variant Association Tools