Difference between revisions of "Tutorials"

From Statistical Genetics Courses

Jump to: navigation, search
(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. 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.
 
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.
  
Line 10: Line 10:
 
sudo apt-get update
 
sudo apt-get update
 
</pre>
 
</pre>
-->
+
 
 +
 
 +
==RV-TDT==
 +
* [https://statgen.research.bcm.edu/files/tutorials/rvtdt/rvtdt_exercise.pdf RV-TDT Exercise <nowiki>[PDF]</nowiki>]
 +
 
 +
====Installing Packages====
 +
To install from packages, follow the configuration steps above and run the following command.
 +
 
 +
<pre>sudo apt-get install rvtdt-tutorial</pre>
 +
The exercise's files will then be installed in /home/shared/rvtdt. You can run from there or copy the files into your user's home directory and proceed with the exercise.
  
 
==SEQSpark==
 
==SEQSpark==
 
* [https://statgen.research.bcm.edu/files/tutorials/seqspark/SEQSpark_exercise_Final_v4.pdf SEQSpark Exercise <nowiki>[PDF]</nowiki>]
 
* [https://statgen.research.bcm.edu/files/tutorials/seqspark/SEQSpark_exercise_Final_v4.pdf SEQSpark Exercise <nowiki>[PDF]</nowiki>]
 
* [http://statgen.us/files/images/SEQSpark.ova Virtual Machine Image]
 
* [http://statgen.us/files/images/SEQSpark.ova Virtual Machine Image]
<!--
+
 
 
====Installing Packages====
 
====Installing Packages====
 
To install from packages, follow the configuration steps above and run the following command.
 
To install from packages, follow the configuration steps above and run the following command.
Line 21: Line 30:
 
<pre>sudo apt-get install seqspark-tutorial</pre>
 
<pre>sudo apt-get install seqspark-tutorial</pre>
 
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.
 
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.
-->
+
 
 +
In order for the commands to work correctly, you should log out of your session.
 +
 
  
 
==Variant Association Tools==
 
==Variant Association Tools==
 
* [https://statgen.research.bcm.edu/files/tutorials/vat/VAT_exercise_2018%20with_graphs.pdf VAT Exercise <nowiki>[PDF]</nowiki>]
 
* [https://statgen.research.bcm.edu/files/tutorials/vat/VAT_exercise_2018%20with_graphs.pdf VAT Exercise <nowiki>[PDF]</nowiki>]

Revision as of 20:25, 20 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. The password for the student account is "LetMeIn". Feel free to change it to whatever you like.

If you would like to use our repository on a 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
sudo echo "deb [trusted=yes] https://statgen.research.bcm.edu/deb ./" > /etc/apt/sources.list.d/statgen.list
sudo apt-get update


RV-TDT

Installing Packages

To install from packages, follow the configuration steps above and run the following command.

sudo apt-get install rvtdt-tutorial

The exercise's files will then be installed in /home/shared/rvtdt. You can run from there or copy the files into your user's home directory and proceed with the exercise.

SEQSpark

Installing Packages

To install from packages, follow the configuration steps above and run the following command.

sudo apt-get install 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.

In order for the commands to work correctly, you should log out of your session.


Variant Association Tools