<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.gacrc.uga.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yhuang</id>
	<title>Research Computing Center Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.gacrc.uga.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yhuang"/>
	<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/wiki/Special:Contributions/Yhuang"/>
	<updated>2026-05-23T06:08:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=RevBayes-Teaching&amp;diff=15159</id>
		<title>RevBayes-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=RevBayes-Teaching&amp;diff=15159"/>
		<updated>2019-01-09T16:17:46Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: Created page with &amp;quot;Category:TeachingCategory:SoftwareCategory:Bioinformatics  === Category ===    Bioinformatics    === Program On ===    Teaching    === Version ===  1.0.10     ===...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.0.10&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[https://github.com/revbayes/revbayes RevBayes]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;&lt;br /&gt;
Bayesian phylogenetic inference using probabilistic graphical models and an interactive language.&amp;quot;&lt;br /&gt;
More details are at [https://github.com/revbayes/revbayes RevBayes]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/gb/RevBayes/1.0.10&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml RevBayes/1.0.10 &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_RevBayes&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=RevBayes.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=RevBayes.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml RevBayes/1.0.10&amp;lt;br&amp;gt;    &lt;br /&gt;
rb &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml RevBayes/1.0.10 &lt;br /&gt;
rb -h&lt;br /&gt;
Usage: rb [OPTIONS]&lt;br /&gt;
       rb [OPTIONS] &amp;lt;file1&amp;gt; [&amp;lt;file2&amp;gt; ...]&lt;br /&gt;
Bayesian phylogenetic inference using probabilistic graphical models and an interpreted language&lt;br /&gt;
&lt;br /&gt;
Options:&lt;br /&gt;
  -h [ --help ]         Show information on flags.&lt;br /&gt;
  -v [ --version ]      Show version and exit.&lt;br /&gt;
  -b [ --batch ]        Run in batch mode.&lt;br /&gt;
  --file arg            File(s) to source.&lt;br /&gt;
  --setOption arg       Set an option key=value.&lt;br /&gt;
&lt;br /&gt;
See http://revbayes.github.io for more information&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [https://github.com/revbayes/revbayes/releases RevBayes]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Systems&amp;diff=15058</id>
		<title>Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Systems&amp;diff=15058"/>
		<updated>2018-12-09T02:09:26Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: /* Software Installed on the teaching cluster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo2]]&lt;br /&gt;
[[Category:Teaching]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
===  Sapelo ===&lt;br /&gt;
&lt;br /&gt;
Sapelo is a Linux cluster that runs a 64-bit CentOS 6.5 operating system&lt;br /&gt;
and the login nodes has Intel Xeon processors.  A QDR Infiniband network (40Gbps) provides internodal communication among &lt;br /&gt;
compute nodes, and between the compute nodes and the storage systems serving the home directories and the &lt;br /&gt;
scratch directories.&lt;br /&gt;
&lt;br /&gt;
The cluster is currently comprised of the following resources: &lt;br /&gt;
&lt;br /&gt;
* 16 compute nodes with AMD Opteron processors (48 cores and 128GB of RAM per node) &lt;br /&gt;
* four 48-core 256GB RAM nodes with AMD Opteron processors (n16, n17, n18, n19)&lt;br /&gt;
* one 48-core 512GB RAM nodes with AMD Opteron processors (n20)&lt;br /&gt;
&lt;br /&gt;
====[[Connecting]]====&lt;br /&gt;
&lt;br /&gt;
====[[Code Compilation on Sapelo]]====&lt;br /&gt;
&lt;br /&gt;
====[[Running Jobs on Sapelo]]====&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===  Sapelo2 ===&lt;br /&gt;
&lt;br /&gt;
Sapelo2 is a Linux cluster that runs a 64-bit CentOS 7.5 operating system and it is managed using Foreman and Puppet. Two physical login nodes are available, with Intel Xeon E5-2680 v3 (Haswell) processors and 128GB of RAM and 24 cores per node. &lt;br /&gt;
&lt;br /&gt;
For a subset of compute nodes, internodal communication among them and between these nodes and the storage systems serving the home directories and the scratch directories is provided by a QDR Infiniband network(40Gbps). For another subset of compute nodes, these communications are provided by an EDR Infiniband network.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The cluster is currently comprised of the following resources: &lt;br /&gt;
&lt;br /&gt;
*42 compute nodes with Intel Xeon Skylake processors (32 cores and 187GB of RAM per node)&lt;br /&gt;
*76 compute nodes with AMD Opteron processors (48 cores and 128GB of RAM per node) &lt;br /&gt;
*30 compute nodes with Intel Xeon Broadwell processors (28 cores and 64GB of RAM per node)&lt;br /&gt;
* 4 compute nodes with AMD Opteron processors (48 cores and 256GB of RAM per node)&lt;br /&gt;
* 4 compute node with Intel Xeon processors (28 cores and 1TB of RAM per node)&lt;br /&gt;
* 1 compute node with  AMD Opteron processors (48 cores and 1TB of RAM per node)&lt;br /&gt;
* 4 compute nodes with AMD Opteron processors (48 cores and 512GB of RAM per node)&lt;br /&gt;
* 1 compute node with Intel Xeon processors (32 cores and 512GB of RAM per node)&lt;br /&gt;
* 4 compute nodes with Intel Xeon Skylake processors (32 cores and 187GB of RAM) and 1 NVIDIA P100 GPU card per node&lt;br /&gt;
* 2 compute nodes with Intel Xeon processors (16 cores and 128GB of RAM) and 7 NVIDIA K40m GPU cards per node &lt;br /&gt;
* 4 compute nodes with Intel Xeon processors (12 cores and 96GB of RAM) and 7 NVIDIA K20Xm GPU cards per node &lt;br /&gt;
* buyin nodes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: lightyellow; border: solid thin grey;&amp;quot;&amp;gt; &lt;br /&gt;
Your home directory and /lustre1 directory on Sapelo2 are the same as on Sapelo. Therefore, there is no need to transfer data between your Sapelo and Sapelo2 home directories and /lustre1 directories. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The queueing system on Sapelo2 is Torque/Moab.&lt;br /&gt;
&lt;br /&gt;
====[[Sapelo2 Frequently Asked Questions]]==== &lt;br /&gt;
&lt;br /&gt;
====[[Sapelo and Sapelo2 comparison]]====&lt;br /&gt;
&lt;br /&gt;
====[[Connecting#Connecting_to_Sapelo2 |Connecting to Sapelo2]]====&lt;br /&gt;
&lt;br /&gt;
====[[Transferring Files]]====&lt;br /&gt;
&lt;br /&gt;
====[[Disk Storage]]====&lt;br /&gt;
&lt;br /&gt;
====[[Software Installed on Sapelo2]]====&lt;br /&gt;
&lt;br /&gt;
====[[Code Compilation on Sapelo2]]====&lt;br /&gt;
&lt;br /&gt;
====[[Running Jobs on Sapelo2]]====&lt;br /&gt;
&lt;br /&gt;
====[[Monitoring Jobs on Sapelo2]]====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
===  Teaching cluster ===&lt;br /&gt;
&lt;br /&gt;
The teaching cluster is a Linux cluster that runs a 64-bit Linux, with Centos 7.5. The physical login node has two 6-core Intel Xeon E5-2620 processors and 128GB of RAM and it runs Red Hat EL 7.5. An Ethernet network (1Gbps) provides internodal communication among compute nodes, and between the compute nodes and the storage systems serving the home directories and the work directories.&lt;br /&gt;
&lt;br /&gt;
The cluster is currently comprised of the following resources: &lt;br /&gt;
&lt;br /&gt;
*37 compute nodes with Intel Xeon X5650 2.67GHz processors (12 cores and 48GB of RAM per node) &lt;br /&gt;
* 2 compute nodes with Intel Xeon E5504 2.00GHz processors (8 cores and 48GB of RAM per node)&lt;br /&gt;
* 3 compute nodes with Intel Xeon E5504 2.00GHz processors (8 cores and 192GB of RAM per node)&lt;br /&gt;
* 2 compute nodes with AMD Opteron 6174 processors (48 cores and 128GB of RAM per node)&lt;br /&gt;
* 3 compute nodes with AMD Opteron 6128 HE 2.00GHz processors (32 cores and 64GB of RAM per node)&lt;br /&gt;
* 6 NVIDIA Tesla (Fermi) M2070 GPU cards (8 x 448 = 3584 GPU cores). These cards are installed on one host that has dual 6-core Intel Xeon CPUs and 48GB of RAM&lt;br /&gt;
&lt;br /&gt;
The queueing system on the teaching cluster is Slurm.&lt;br /&gt;
&lt;br /&gt;
====[[Connecting#Connecting_to_the_teaching_cluster |Connecting to the teaching cluster]]====&lt;br /&gt;
&lt;br /&gt;
====[[Transferring Files]]====&lt;br /&gt;
&lt;br /&gt;
====[[Disk Storage]]====&lt;br /&gt;
&lt;br /&gt;
====Software Installed on the teaching cluster====&lt;br /&gt;
&lt;br /&gt;
The list of installed application is available at [[Software]] page.&lt;br /&gt;
&lt;br /&gt;
====[[Code Compilation on the teaching cluster]]====&lt;br /&gt;
&lt;br /&gt;
====[[Running Jobs on the teaching cluster]]====&lt;br /&gt;
&lt;br /&gt;
====[[Monitoring Jobs on the teaching cluster]]====&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Systems&amp;diff=15057</id>
		<title>Systems</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Systems&amp;diff=15057"/>
		<updated>2018-12-09T02:08:49Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: /* Software Installed on the teaching cluster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo2]]&lt;br /&gt;
[[Category:Teaching]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
===  Sapelo ===&lt;br /&gt;
&lt;br /&gt;
Sapelo is a Linux cluster that runs a 64-bit CentOS 6.5 operating system&lt;br /&gt;
and the login nodes has Intel Xeon processors.  A QDR Infiniband network (40Gbps) provides internodal communication among &lt;br /&gt;
compute nodes, and between the compute nodes and the storage systems serving the home directories and the &lt;br /&gt;
scratch directories.&lt;br /&gt;
&lt;br /&gt;
The cluster is currently comprised of the following resources: &lt;br /&gt;
&lt;br /&gt;
* 16 compute nodes with AMD Opteron processors (48 cores and 128GB of RAM per node) &lt;br /&gt;
* four 48-core 256GB RAM nodes with AMD Opteron processors (n16, n17, n18, n19)&lt;br /&gt;
* one 48-core 512GB RAM nodes with AMD Opteron processors (n20)&lt;br /&gt;
&lt;br /&gt;
====[[Connecting]]====&lt;br /&gt;
&lt;br /&gt;
====[[Code Compilation on Sapelo]]====&lt;br /&gt;
&lt;br /&gt;
====[[Running Jobs on Sapelo]]====&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===  Sapelo2 ===&lt;br /&gt;
&lt;br /&gt;
Sapelo2 is a Linux cluster that runs a 64-bit CentOS 7.5 operating system and it is managed using Foreman and Puppet. Two physical login nodes are available, with Intel Xeon E5-2680 v3 (Haswell) processors and 128GB of RAM and 24 cores per node. &lt;br /&gt;
&lt;br /&gt;
For a subset of compute nodes, internodal communication among them and between these nodes and the storage systems serving the home directories and the scratch directories is provided by a QDR Infiniband network(40Gbps). For another subset of compute nodes, these communications are provided by an EDR Infiniband network.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The cluster is currently comprised of the following resources: &lt;br /&gt;
&lt;br /&gt;
*42 compute nodes with Intel Xeon Skylake processors (32 cores and 187GB of RAM per node)&lt;br /&gt;
*76 compute nodes with AMD Opteron processors (48 cores and 128GB of RAM per node) &lt;br /&gt;
*30 compute nodes with Intel Xeon Broadwell processors (28 cores and 64GB of RAM per node)&lt;br /&gt;
* 4 compute nodes with AMD Opteron processors (48 cores and 256GB of RAM per node)&lt;br /&gt;
* 4 compute node with Intel Xeon processors (28 cores and 1TB of RAM per node)&lt;br /&gt;
* 1 compute node with  AMD Opteron processors (48 cores and 1TB of RAM per node)&lt;br /&gt;
* 4 compute nodes with AMD Opteron processors (48 cores and 512GB of RAM per node)&lt;br /&gt;
* 1 compute node with Intel Xeon processors (32 cores and 512GB of RAM per node)&lt;br /&gt;
* 4 compute nodes with Intel Xeon Skylake processors (32 cores and 187GB of RAM) and 1 NVIDIA P100 GPU card per node&lt;br /&gt;
* 2 compute nodes with Intel Xeon processors (16 cores and 128GB of RAM) and 7 NVIDIA K40m GPU cards per node &lt;br /&gt;
* 4 compute nodes with Intel Xeon processors (12 cores and 96GB of RAM) and 7 NVIDIA K20Xm GPU cards per node &lt;br /&gt;
* buyin nodes&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: lightyellow; border: solid thin grey;&amp;quot;&amp;gt; &lt;br /&gt;
Your home directory and /lustre1 directory on Sapelo2 are the same as on Sapelo. Therefore, there is no need to transfer data between your Sapelo and Sapelo2 home directories and /lustre1 directories. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The queueing system on Sapelo2 is Torque/Moab.&lt;br /&gt;
&lt;br /&gt;
====[[Sapelo2 Frequently Asked Questions]]==== &lt;br /&gt;
&lt;br /&gt;
====[[Sapelo and Sapelo2 comparison]]====&lt;br /&gt;
&lt;br /&gt;
====[[Connecting#Connecting_to_Sapelo2 |Connecting to Sapelo2]]====&lt;br /&gt;
&lt;br /&gt;
====[[Transferring Files]]====&lt;br /&gt;
&lt;br /&gt;
====[[Disk Storage]]====&lt;br /&gt;
&lt;br /&gt;
====[[Software Installed on Sapelo2]]====&lt;br /&gt;
&lt;br /&gt;
====[[Code Compilation on Sapelo2]]====&lt;br /&gt;
&lt;br /&gt;
====[[Running Jobs on Sapelo2]]====&lt;br /&gt;
&lt;br /&gt;
====[[Monitoring Jobs on Sapelo2]]====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
===  Teaching cluster ===&lt;br /&gt;
&lt;br /&gt;
The teaching cluster is a Linux cluster that runs a 64-bit Linux, with Centos 7.5. The physical login node has two 6-core Intel Xeon E5-2620 processors and 128GB of RAM and it runs Red Hat EL 7.5. An Ethernet network (1Gbps) provides internodal communication among compute nodes, and between the compute nodes and the storage systems serving the home directories and the work directories.&lt;br /&gt;
&lt;br /&gt;
The cluster is currently comprised of the following resources: &lt;br /&gt;
&lt;br /&gt;
*37 compute nodes with Intel Xeon X5650 2.67GHz processors (12 cores and 48GB of RAM per node) &lt;br /&gt;
* 2 compute nodes with Intel Xeon E5504 2.00GHz processors (8 cores and 48GB of RAM per node)&lt;br /&gt;
* 3 compute nodes with Intel Xeon E5504 2.00GHz processors (8 cores and 192GB of RAM per node)&lt;br /&gt;
* 2 compute nodes with AMD Opteron 6174 processors (48 cores and 128GB of RAM per node)&lt;br /&gt;
* 3 compute nodes with AMD Opteron 6128 HE 2.00GHz processors (32 cores and 64GB of RAM per node)&lt;br /&gt;
* 6 NVIDIA Tesla (Fermi) M2070 GPU cards (8 x 448 = 3584 GPU cores). These cards are installed on one host that has dual 6-core Intel Xeon CPUs and 48GB of RAM&lt;br /&gt;
&lt;br /&gt;
The queueing system on the teaching cluster is Slurm.&lt;br /&gt;
&lt;br /&gt;
====[[Connecting#Connecting_to_the_teaching_cluster |Connecting to the teaching cluster]]====&lt;br /&gt;
&lt;br /&gt;
====[[Transferring Files]]====&lt;br /&gt;
&lt;br /&gt;
====[[Disk Storage]]====&lt;br /&gt;
&lt;br /&gt;
====[[Software Installed on the teaching cluster]]====&lt;br /&gt;
&lt;br /&gt;
The list of installed application is available at [[Software]] page.&lt;br /&gt;
&lt;br /&gt;
====[[Code Compilation on the teaching cluster]]====&lt;br /&gt;
&lt;br /&gt;
====[[Running Jobs on the teaching cluster]]====&lt;br /&gt;
&lt;br /&gt;
====[[Monitoring Jobs on the teaching cluster]]====&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14851</id>
		<title>Connecting</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14851"/>
		<updated>2018-11-26T16:15:12Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo2]][[Category:Teaching]]&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo2==&lt;br /&gt;
&lt;br /&gt;
Access to Sapelo2 requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the Sapelo2 is through secure shell (ssh) to the host sapelo2.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to Sapelo2, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Windows&#039;&#039;&#039;&lt;br /&gt;
Please refer to below on &amp;quot;log in to teach via SSH Secure Shell on Windows.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to Sapelo2 from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to sapelo2.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN].&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@sapelo2.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on sapelo2.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo2]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to the teaching cluster==&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster is through secure shell (ssh) to the host teach.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to the teaching cluster, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Windows&#039;&#039;&#039;&lt;br /&gt;
Here are steps for log in to teach via SSH Secure Shell. &lt;br /&gt;
&lt;br /&gt;
1. &lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Quick Connect&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 4.png]]&lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Profiles&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 5.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 6.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 0.png|600px]]&lt;br /&gt;
&lt;br /&gt;
2. The next step is to fill your password of MyID:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
3. fill push in the field to push an Duo Pass request&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 2.png]]&lt;br /&gt;
&lt;br /&gt;
4. Approve the Authentication request via your device, e.x. mobile phone &lt;br /&gt;
&lt;br /&gt;
5. Finalize the log in by clicking &amp;quot;OK&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 3.png]]&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to the teaching cluster from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to teach.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@teach.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on teach.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on the teaching cluster]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14850</id>
		<title>Connecting</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14850"/>
		<updated>2018-11-26T16:09:12Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: /* Connecting to the teaching cluster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo2]][[Category:Teaching]]&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo2==&lt;br /&gt;
&lt;br /&gt;
Access to Sapelo2 requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the Sapelo2 is through secure shell (ssh) to the host sapelo2.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to Sapelo2, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to Sapelo2 from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to sapelo2.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN].&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@sapelo2.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on sapelo2.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo2]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to the teaching cluster==&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster is through secure shell (ssh) to the host teach.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to the teaching cluster, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Windows&#039;&#039;&#039;&lt;br /&gt;
Here are steps for log in to teach via SSH Secure Shell. &lt;br /&gt;
&lt;br /&gt;
1. &lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Quick Connect&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 4.png]]&lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Profiles&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 5.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 6.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 0.png|600px]]&lt;br /&gt;
&lt;br /&gt;
2. The next step is to fill your password of MyID:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
3. fill push in the field to push an Duo Pass request&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 2.png]]&lt;br /&gt;
&lt;br /&gt;
4. Approve the Authentication request via your device, e.x. mobile phone &lt;br /&gt;
&lt;br /&gt;
5. Finalize the log in by clicking &amp;quot;OK&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 3.png]]&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to the teaching cluster from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to teach.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@teach.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on teach.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on the teaching cluster]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14849</id>
		<title>Connecting</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14849"/>
		<updated>2018-11-26T16:08:03Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: /* Open a connection to the teaching cluster on campus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo2]][[Category:Teaching]]&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo2==&lt;br /&gt;
&lt;br /&gt;
Access to Sapelo2 requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the Sapelo2 is through secure shell (ssh) to the host sapelo2.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to Sapelo2, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to Sapelo2 from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to sapelo2.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN].&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@sapelo2.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on sapelo2.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo2]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to the teaching cluster==&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster is through secure shell (ssh) to the host teach.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to the teaching cluster, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Windows&#039;&#039;&#039;&lt;br /&gt;
Here are steps for log in to teach via SSH Secure Shell. &lt;br /&gt;
&lt;br /&gt;
1. &lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Quick Connect&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 4.png]]&lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Profiles&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 0.png|400px]]&lt;br /&gt;
&lt;br /&gt;
2. The next step is to fill your password of MyID:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
3. fill push in the field to push an Duo Pass request&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 2.png]]&lt;br /&gt;
&lt;br /&gt;
4. Approve the Authentication request via your device, e.x. mobile phone &lt;br /&gt;
&lt;br /&gt;
5. Finalize the log in by clicking &amp;quot;OK&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. If above steps fail, please make sure the &amp;quot;keyboard interactive&amp;quot; is in place &lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 5.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 6.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 7.png|600px]]&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to the teaching cluster from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to teach.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@teach.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on teach.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on the teaching cluster]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14848</id>
		<title>Connecting</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14848"/>
		<updated>2018-11-26T16:07:31Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: /* Open a connection to the teaching cluster on campus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo2]][[Category:Teaching]]&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo2==&lt;br /&gt;
&lt;br /&gt;
Access to Sapelo2 requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the Sapelo2 is through secure shell (ssh) to the host sapelo2.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to Sapelo2, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to Sapelo2 from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to sapelo2.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN].&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@sapelo2.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on sapelo2.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo2]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to the teaching cluster==&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster is through secure shell (ssh) to the host teach.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to the teaching cluster, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Windows&#039;&#039;&#039;&lt;br /&gt;
Here are steps for log in to teach via SSH Secure Shell. &lt;br /&gt;
&lt;br /&gt;
1. &lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Quick Connect&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 4.png]]&lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Profiles&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 0.png|400px]]&lt;br /&gt;
&lt;br /&gt;
2. The next step is to fill your password of MyID:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
3. fill push in the field to push an Duo Pass request&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 2.png]]&lt;br /&gt;
&lt;br /&gt;
4. Approve the Authentication request via your device, e.x. mobile phone &lt;br /&gt;
&lt;br /&gt;
5. Finalize the log in by clicking &amp;quot;OK&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5. If above steps fail, please make sure the &amp;quot;keyboard interactive&amp;quot; is in place &lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 5.png|400px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 6.png|400px]]&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 7.png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to the teaching cluster from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to teach.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@teach.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on teach.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on the teaching cluster]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Bioinformatics_Databases&amp;diff=14844</id>
		<title>Bioinformatics Databases</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Bioinformatics_Databases&amp;diff=14844"/>
		<updated>2018-11-26T15:56:26Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As part of our services, the GACRC builds and hosts local copies of frequently cited application data, and provides assistance for sharing data among GACRC members, in the commonly shared &amp;quot;/db&amp;quot; filesystem.&lt;br /&gt;
&lt;br /&gt;
Of the public local databases in /db, NCBI&#039;s nr and nt datasets are the most commonly used at the GACRC. GACRC staff will update these datasets every other month in fasta format. From these updated datasets, we will also build NCBI Blast and  WUBlast databases in both nucleotide and protein formats.&lt;br /&gt;
&lt;br /&gt;
Various subject datasets, e.g. pfam, bowtie indexes of human and mouse, and NCBI bacterial datasets, are hosted as well. These datasets either don’t need updating, the source does not update frequently, or the datasets are not used frequently by our users. These datasets will only be updated by user request.&lt;br /&gt;
&lt;br /&gt;
For datasets requested by individual lab groups, GACRC staff will assist in setting up a group-shared environment and request that group members maintain their database files there.&lt;br /&gt;
&lt;br /&gt;
For datasets frequently updated by their source, the GACRC encourages users to maintain their own copies of these public databases.&lt;br /&gt;
&lt;br /&gt;
The set of data which are regularly updated is open to review, and can be expanded based on available GACRC resources.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installed Bioinformatics Databases ==&lt;br /&gt;
{|  border=&amp;quot;1&amp;quot;  cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Version &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Cluster&lt;br /&gt;
|-&lt;br /&gt;
| [[Bacteria NCBI-sapelo2|Bacteria NCBI]] ||  12/21/2017 || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[gss-Sapelo2|gss]] ||   || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[htgs-Sapelo2|htgs]] ||  || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[hg19-Sapelo2 | hg]] ||  || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[BLAST Databases-Sapelo2 | NCBI BLAST Database]] || every other month || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[NCBI Fasta-Sapelo2|NCBI Fasta]] || every other month || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[PfamDB-Sapelo2|pfam]] || 27.0  || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Refseq-Sapelo2|Refseq]] ||   || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[TaxDB-Sapelo2|TaxDB]] ||    || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Uniprot-Sapelo2|Uniprot]] || 06/28/2018   || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Uniref-Sapelo2|Uniref]] || 06/28/2018  || [[:Category:Sapelo2|Sapelo2]]  &lt;br /&gt;
|-&lt;br /&gt;
| [[wublast-Sapelo2|wublast]] ||    || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Bioinformatics_Databases&amp;diff=14755</id>
		<title>Bioinformatics Databases</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Bioinformatics_Databases&amp;diff=14755"/>
		<updated>2018-11-19T18:31:00Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As part of our services, the GACRC builds and hosts local copies of frequently cited application data, and provides assistance for sharing data among GACRC members, in the commonly shared &amp;quot;/db&amp;quot; filesystem.&lt;br /&gt;
&lt;br /&gt;
Of the public local databases in /db, NCBI&#039;s nr and nt datasets are the most commonly used at the GACRC. GACRC staff will update these datasets every other month in fasta format. From these updated datasets, we will also build NCBI Blast and  WUBlast databases in both nucleotide and protein formats.&lt;br /&gt;
&lt;br /&gt;
Various subject datasets, e.g. pfam, bowtie indexes of human and mouse, and NCBI bacterial datasets, are hosted as well. These datasets either don’t need updating, the source does not update frequently, or the datasets are not used frequently by our users. These datasets will only be updated by user request.&lt;br /&gt;
&lt;br /&gt;
For datasets requested by individual lab groups, GACRC staff will assist in setting up a group-shared environment and request that group members maintain their database files there.&lt;br /&gt;
&lt;br /&gt;
For datasets frequently updated by their source, the GACRC encourages users to maintain their own copies of these public databases.&lt;br /&gt;
&lt;br /&gt;
The set of data which are regularly updated is open to review, and can be expanded based on available GACRC resources.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installed Bioinformatics Databases ==&lt;br /&gt;
{|  border=&amp;quot;1&amp;quot;  cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Version &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Cluster&lt;br /&gt;
|-&lt;br /&gt;
| [[Bacteria NCBI]] ||  12/21/2017 || [[:Category:Sapelo|Sapelo]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Bacteria NCBI-sapelo2|Bacteria NCBI]] ||  12/21/2017 || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[gss-Sapelo2|gss]] ||   || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[htgs-Sapelo2|htgs]] ||  || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[hg19-Sapelo2 | hg]] ||  || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[BLAST Databases-Sapelo2 | NCBI BLAST Database]] || every other month || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[NCBI Fasta-Sapelo|NCBI Fasta]] || every other month || [[:Category:Sapelo|Sapelo]]&lt;br /&gt;
|-&lt;br /&gt;
| [[NCBI Fasta-Sapelo2|NCBI Fasta]] || every other month || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[PfamDB-Sapelo2|pfam]] || 27.0  || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Refseq-Sapelo2|Refseq]] ||   || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[TaxDB-Sapelo2|TaxDB]] ||    || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Uniprot-Sapelo2|Uniprot]] || 06/28/2018   || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Uniref-Sapelo2|Uniref]] || 06/28/2018  || [[:Category:Sapelo2|Sapelo2]]  &lt;br /&gt;
|-&lt;br /&gt;
| [[wublast-Sapelo2|wublast]] ||    || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Bioinformatics_Databases&amp;diff=14754</id>
		<title>Bioinformatics Databases</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Bioinformatics_Databases&amp;diff=14754"/>
		<updated>2018-11-19T18:29:05Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As part of our services, the GACRC builds and hosts local copies of frequently cited application data, and provides assistance for sharing data among GACRC members, in the commonly shared &amp;quot;/db&amp;quot; filesystem.&lt;br /&gt;
&lt;br /&gt;
Of the public local databases in /db, NCBI&#039;s nr and nt datasets are the most commonly used at the GACRC. GACRC staff will update these datasets every other month in fasta format. From these updated datasets, we will also build NCBI Blast and  WUBlast databases in both nucleotide and protein formats.&lt;br /&gt;
&lt;br /&gt;
Various subject datasets, e.g. pfam, bowtie indexes of human and mouse, and NCBI bacterial datasets, are hosted as well. These datasets either don’t need updating, the source does not update frequently, or the datasets are not used frequently by our users. These datasets will only be updated by user request.&lt;br /&gt;
&lt;br /&gt;
For datasets requested by individual lab groups, GACRC staff will assist in setting up a group-shared environment and request that group members maintain their database files there.&lt;br /&gt;
&lt;br /&gt;
For datasets frequently updated by their source, the GACRC encourages users to maintain their own copies of these public databases.&lt;br /&gt;
&lt;br /&gt;
The set of data which are regularly updated is open to review, and can be expanded based on available GACRC resources.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installed Bioinformatics Databases ==&lt;br /&gt;
{|  border=&amp;quot;1&amp;quot;  cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Name&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; class=&amp;quot;unsortable&amp;quot; | Version &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Cluster&lt;br /&gt;
|-&lt;br /&gt;
| [[Bacteria NCBI]] ||  12/21/2017 || [[:Category:Sapelo|Sapelo]]&lt;br /&gt;
|-&lt;br /&gt;
| [[gss-Sapelo2|gss]] ||   || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[htgs-Sapelo2|htgs]] ||  || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[hg19-Sapelo2 | hg]] ||  || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[BLAST Databases-Sapelo2 | NCBI BLAST Database]] || every other month || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[NCBI Fasta-Sapelo|NCBI Fasta]] || every other month || [[:Category:Sapelo|Sapelo]]&lt;br /&gt;
|-&lt;br /&gt;
| [[PfamDB-Sapelo2|pfam]] || 27.0  || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Refseq-Sapelo2|Refseq]] ||   || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[TaxDB-Sapelo2|TaxDB]] ||    || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Uniprot-Sapelo2|Uniprot]] || 06/28/2018   || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Uniref-Sapelo2|Uniref]] || 06/28/2018  || [[:Category:Sapelo2|Sapelo2]]  &lt;br /&gt;
|-&lt;br /&gt;
| [[wublast-Sapelo2|wublast]] ||    || [[:Category:Sapelo2|Sapelo2]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14734</id>
		<title>Connecting</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14734"/>
		<updated>2018-11-15T16:29:55Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: /* Open a connection to the teaching cluster on campus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo2]][[Category:Sapelo]][[Category:Teaching]]&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo2==&lt;br /&gt;
&lt;br /&gt;
Access to Sapelo2 requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the Sapelo2 is through secure shell (ssh) to the host sapelo2.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to Sapelo2, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to Sapelo2 from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to sapelo2.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@sapelo2.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on sapelo2.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo2]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo==&lt;br /&gt;
Access to the Sapelo is through secure shell (ssh) to the host IP address 128.192.75.104 (note that connection via telnet is not safe and it is therefore disabled). If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Open a connection to host IP address: 128.192.75.104===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to 128.192.75.104, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh 128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable X forwarding from the new cluster to a local &#039;&#039;&#039;Mac OS X machine&#039;&#039;&#039;, the ssh command given above (i.e. ssh -X UGAMyID@128.192.75.104) has to be issued from an &#039;&#039;&#039;X11 terminal&#039;&#039;&#039; (and not from a regular terminal).&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@128.192.75.104). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on 128.192.75.104, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging in===&lt;br /&gt;
&lt;br /&gt;
When your ssh connection is established, you will be prompted for your UGA MyID password.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to the teaching cluster==&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster is through secure shell (ssh) to the host teach.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to the teaching cluster, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Windows&#039;&#039;&#039;&lt;br /&gt;
Here are steps for log in to teach via SSH Secure Shell. &lt;br /&gt;
&lt;br /&gt;
1. &lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Quick Connect&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 4.png]]&lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Profiles&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 0.png|400px]]&lt;br /&gt;
&lt;br /&gt;
2. The next step is to fill your password of MyID:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
3. fill push in the field to push an Duo Pass request&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 2.png]]&lt;br /&gt;
&lt;br /&gt;
4. Approve the Authentication request via your device, e.x. mobile phone &lt;br /&gt;
&lt;br /&gt;
5. Finalize the log in by clicking &amp;quot;OK&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 3.png]]&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to the teaching cluster from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to teach.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@teach.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on teach.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on the teaching cluster]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14733</id>
		<title>Connecting</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14733"/>
		<updated>2018-11-15T16:28:51Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: /* Open a connection to the teaching cluster on campus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo2]][[Category:Sapelo]][[Category:Teaching]]&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo2==&lt;br /&gt;
&lt;br /&gt;
Access to Sapelo2 requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the Sapelo2 is through secure shell (ssh) to the host sapelo2.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to Sapelo2, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to Sapelo2 from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to sapelo2.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@sapelo2.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on sapelo2.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo2]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo==&lt;br /&gt;
Access to the Sapelo is through secure shell (ssh) to the host IP address 128.192.75.104 (note that connection via telnet is not safe and it is therefore disabled). If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Open a connection to host IP address: 128.192.75.104===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to 128.192.75.104, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh 128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable X forwarding from the new cluster to a local &#039;&#039;&#039;Mac OS X machine&#039;&#039;&#039;, the ssh command given above (i.e. ssh -X UGAMyID@128.192.75.104) has to be issued from an &#039;&#039;&#039;X11 terminal&#039;&#039;&#039; (and not from a regular terminal).&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@128.192.75.104). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on 128.192.75.104, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging in===&lt;br /&gt;
&lt;br /&gt;
When your ssh connection is established, you will be prompted for your UGA MyID password.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to the teaching cluster==&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster is through secure shell (ssh) to the host teach.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to the teaching cluster, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Windows&#039;&#039;&#039;&lt;br /&gt;
Here are steps for log in to teach via SSH Secure Shell. &lt;br /&gt;
&lt;br /&gt;
1. &lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Quick Connect&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 4.png]]&lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Profiles&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 0.png]]&lt;br /&gt;
&lt;br /&gt;
2. The next step is to fill your password of MyID:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 1.png|400px]]&lt;br /&gt;
&lt;br /&gt;
3. fill push in the field to push an Duo Pass request&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 2.png]]&lt;br /&gt;
&lt;br /&gt;
4. Approve the Authentication request via your device, e.x. mobile phone &lt;br /&gt;
&lt;br /&gt;
5. Finalize the log in by clicking &amp;quot;OK&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 3.png]]&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to the teaching cluster from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to teach.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@teach.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on teach.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on the teaching cluster]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14732</id>
		<title>Connecting</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14732"/>
		<updated>2018-11-15T16:28:15Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo2]][[Category:Sapelo]][[Category:Teaching]]&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo2==&lt;br /&gt;
&lt;br /&gt;
Access to Sapelo2 requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the Sapelo2 is through secure shell (ssh) to the host sapelo2.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to Sapelo2, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to Sapelo2 from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to sapelo2.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@sapelo2.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on sapelo2.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo2]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo==&lt;br /&gt;
Access to the Sapelo is through secure shell (ssh) to the host IP address 128.192.75.104 (note that connection via telnet is not safe and it is therefore disabled). If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Open a connection to host IP address: 128.192.75.104===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to 128.192.75.104, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh 128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable X forwarding from the new cluster to a local &#039;&#039;&#039;Mac OS X machine&#039;&#039;&#039;, the ssh command given above (i.e. ssh -X UGAMyID@128.192.75.104) has to be issued from an &#039;&#039;&#039;X11 terminal&#039;&#039;&#039; (and not from a regular terminal).&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@128.192.75.104). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on 128.192.75.104, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging in===&lt;br /&gt;
&lt;br /&gt;
When your ssh connection is established, you will be prompted for your UGA MyID password.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to the teaching cluster==&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster is through secure shell (ssh) to the host teach.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to the teaching cluster, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Windows&#039;&#039;&#039;&lt;br /&gt;
Here are steps for log in to teach via SSH Secure Shell. &lt;br /&gt;
&lt;br /&gt;
1. &lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Quick Connect&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 4.png]]&lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Profiles&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 0.png|200px]]&lt;br /&gt;
&lt;br /&gt;
2. The next step is to fill your password of MyID:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 1.png]]&lt;br /&gt;
&lt;br /&gt;
3. fill push in the field to push an Duo Pass request&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 2.png]]&lt;br /&gt;
&lt;br /&gt;
4. Approve the Authentication request via your device, e.x. mobile phone &lt;br /&gt;
&lt;br /&gt;
5. Finalize the log in by clicking &amp;quot;OK&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to the teaching cluster from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to teach.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@teach.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on teach.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on the teaching cluster]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14731</id>
		<title>Connecting</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14731"/>
		<updated>2018-11-15T16:25:11Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo2]][[Category:Sapelo]][[Category:Teaching]]&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo2==&lt;br /&gt;
&lt;br /&gt;
Access to Sapelo2 requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the Sapelo2 is through secure shell (ssh) to the host sapelo2.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to Sapelo2, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to Sapelo2 from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to sapelo2.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@sapelo2.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on sapelo2.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo2]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo==&lt;br /&gt;
Access to the Sapelo is through secure shell (ssh) to the host IP address 128.192.75.104 (note that connection via telnet is not safe and it is therefore disabled). If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Open a connection to host IP address: 128.192.75.104===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to 128.192.75.104, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh 128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable X forwarding from the new cluster to a local &#039;&#039;&#039;Mac OS X machine&#039;&#039;&#039;, the ssh command given above (i.e. ssh -X UGAMyID@128.192.75.104) has to be issued from an &#039;&#039;&#039;X11 terminal&#039;&#039;&#039; (and not from a regular terminal).&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@128.192.75.104). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on 128.192.75.104, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging in===&lt;br /&gt;
&lt;br /&gt;
When your ssh connection is established, you will be prompted for your UGA MyID password.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to the teaching cluster==&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster is through secure shell (ssh) to the host teach.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to the teaching cluster, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Windows&#039;&#039;&#039;&lt;br /&gt;
Here are steps for log in to teach via SSH Secure Shell. &lt;br /&gt;
&lt;br /&gt;
1. &lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Quick Connect&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 4.png]]&lt;br /&gt;
&lt;br /&gt;
If log in via &amp;quot;Profiles&amp;quot;, please select the &amp;quot;Keyboard Interactive&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 0.png]]&lt;br /&gt;
&lt;br /&gt;
2. The next step is to fill your password of MyID:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 1.png]]&lt;br /&gt;
&lt;br /&gt;
3. fill push in the field to push an Duo Pass request&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 2.png]]&lt;br /&gt;
&lt;br /&gt;
4. Approve the Authentication request via your device, e.x. mobile phone &lt;br /&gt;
&lt;br /&gt;
5. Finalize the log in by clicking &amp;quot;OK&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[File:Teach login 3.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to the teaching cluster from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to teach.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@teach.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on teach.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on the teaching cluster]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14724</id>
		<title>Connecting</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Connecting&amp;diff=14724"/>
		<updated>2018-11-15T16:10:25Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: /* Connecting to the teaching cluster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo2]][[Category:Sapelo]][[Category:Teaching]]&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo2==&lt;br /&gt;
&lt;br /&gt;
Access to Sapelo2 requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the Sapelo2 is through secure shell (ssh) to the host sapelo2.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to Sapelo2, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh sapelo2.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Open a connection to Sapelo2 from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to Sapelo2 from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to sapelo2.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@sapelo2.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on sapelo2.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo2]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to Sapelo==&lt;br /&gt;
Access to the Sapelo is through secure shell (ssh) to the host IP address 128.192.75.104 (note that connection via telnet is not safe and it is therefore disabled). If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Open a connection to host IP address: 128.192.75.104===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to 128.192.75.104, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh 128.192.75.104&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In order to enable X forwarding from the new cluster to a local &#039;&#039;&#039;Mac OS X machine&#039;&#039;&#039;, the ssh command given above (i.e. ssh -X UGAMyID@128.192.75.104) has to be issued from an &#039;&#039;&#039;X11 terminal&#039;&#039;&#039; (and not from a regular terminal).&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@128.192.75.104). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on 128.192.75.104, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on Sapelo]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging in===&lt;br /&gt;
&lt;br /&gt;
When your ssh connection is established, you will be prompted for your UGA MyID password.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Connecting to the teaching cluster==&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster requires an active MyID and password, and two-factor authentication with Archpass Duo. For more details of Archpass Duo, please refer to&lt;br /&gt;
[https://eits.uga.edu/access_and_security/infosec/tools/archpass_duo archpass_duo] .&lt;br /&gt;
&lt;br /&gt;
Access to the teaching cluster is through secure shell (ssh) to the host teach.gacrc.uga.edu . If you have a local system that runs an X Window client or server, you can run X applications remotely.&lt;br /&gt;
&lt;br /&gt;
To connect via ssh, you must have an ssh software and a connection to the UGA campus network. An ssh software is included in recent releases of Unix based operating systems (including Linux and Mac OS X). An SSH Secure Shell Utility is available for Windows on the [https://eits.uga.edu/hardware_and_software/software UGA Sitesoft] page (you will need to enter your UGA myID and password to download the software).&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster on campus===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Unix/Linux/MacOSX&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To open a connection to the teaching cluster, first open a terminal and at the command prompt type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&lt;br /&gt;
Duo two-factor login for UGAMyID&lt;br /&gt;
&lt;br /&gt;
Enter a passcode or select one of the following options:&lt;br /&gt;
&lt;br /&gt;
 1. Duo Push to XXX-XXX-4304&lt;br /&gt;
 2. Phone call to XXX-XXX-4304&lt;br /&gt;
 3. SMS passcodes to XXX-XXX-4304&lt;br /&gt;
&lt;br /&gt;
Passcode or option (1-3): &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh -X UGAMyID@teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;&#039;&#039;&#039;UGAMyID&#039;&#039;&#039;&#039;&#039; is your UGA MyID. The -X option might be necessary to allow X windows applications running on the new cluster to be forwarded to your local machine. If your username on your local system is the same as your UGA MyID, you can simply type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ssh teach.gacrc.uga.edu&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples of usage on Windows&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Open a connection to the teaching cluster from off-campus===&lt;br /&gt;
&lt;br /&gt;
VPN is needed to connect to the teaching cluster from off-campus (outside the UGA main campus). &lt;br /&gt;
&lt;br /&gt;
For connecting from off-campus, please first connect to the UGA VPN and then connect to teach.gacrc.uga.edu. Information on how to use the VPN is available at [https://eits.uga.edu/access_and_security/infosec/tools/vpn/ UGA_VPN]&lt;br /&gt;
&lt;br /&gt;
===To run X Window applications remotely on your local machine===&lt;br /&gt;
&lt;br /&gt;
If you have a local machine that runs an X Window client or server, you can forward X Window applications running on the new cluster to your local machine. Recent releases of Unix based operating systems (including Linux and Mac OS X) come with an X windows client. For Windows OS, a free X windows server is Xming. More information on how to install Xming is available on the [[Frequently Asked Questions | GACRC FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Your ssh may be configured to allow you to run X Window application on your local machine automatically. If it does not, try including the -X flag when connecting to the new cluster (ssh -X UGAMyID@teach.gacrc.uga.edu). &lt;br /&gt;
&lt;br /&gt;
Now you can issue commands to start up X applications on teach.gacrc.uga.edu, such as xterm.&lt;br /&gt;
&lt;br /&gt;
If you plan to run resource consuming X Window applications, such as graphics programs, etc, please use the queueing system to get a command prompt on an interactive node. Information on how to run interactive jobs on the new cluster is at the [[Running Jobs on the teaching cluster]] page.&lt;br /&gt;
&lt;br /&gt;
===Logging out===&lt;br /&gt;
&lt;br /&gt;
To leave the system, be sure that all your open files are closed and all stopped jobs have been terminated then enter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Getting_Help&amp;diff=14720</id>
		<title>Getting Help</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Getting_Help&amp;diff=14720"/>
		<updated>2018-11-14T18:23:20Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
The primary way to contact us for help and initial consultation is via our support form (see below).  You can also call the EITS Help Desk at 706-542-3106 and they will either redirect your call to one of us, or enter a support ticket on your behalf.  You are welcome to email or call us directly, but because we aren&#039;t always sitting at our desk it is best to use a support form, as that is seen by all GACRC staff who are present at the time. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* On Nov. 14, 2018, we changed our ticketing system to the EITS GACRC TeamDynamix ticketing system. To help us process the tickets more efficiently, the new system has specific entries for different types of support requests.&lt;br /&gt;
&lt;br /&gt;
Here is the GACRC catalog that lists the help forms for the various services that we provide:&lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 GACRC Support Entry]&lt;br /&gt;
&lt;br /&gt;
To request software installation or update, please use this form: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25850 Software Request]&lt;br /&gt;
&lt;br /&gt;
To request general help, please use this form: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25844 GACRC General  Support]&lt;br /&gt;
&lt;br /&gt;
This ticketing system requires UGA MyID authentication to be accessed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Office Hours&#039;&#039;&#039;: GACRC staff are located in the Computing Services Building (formerly called Statistics Building), rooms 101 to 108. Our office is open Monday through Friday from 9am until 5pm. You are welcome to stop by and ask questions, or you can schedule an appointment using the [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25844 GACRC General  Support].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Directions&#039;&#039;&#039;: The Computing Services Building is located at 101 Cedar Street, Athens, GA 30602, on the corner of Cedar Street and East Campus Rd. As you enter the building from the entrance on Cedar Street, on the East Campus Rd. end of the building, there are stairs leading down to the first floor. Our offices are on your left, as you come down those stairs.&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Instructional_Accounts&amp;diff=14711</id>
		<title>Instructional Accounts</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Instructional_Accounts&amp;diff=14711"/>
		<updated>2018-11-14T17:00:29Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* At Nov 14, 2018, we change our ticketing system to the EITS GACRC TeamDynamic ticking system. The registration links in this page are updated to the new pages.&lt;br /&gt;
&lt;br /&gt;
Here is the landing page of all entries for account request: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 GACRC Support Entry]&lt;br /&gt;
&lt;br /&gt;
Generic instructional user accounts are available on the Linux cluster for courses that teach high-performance computing methods.  Besides the number of accounts needed, we also need to know the course name (e.g., GENE8940) and what type of resources are required (e.g., special queue, large memory, specific applications or data sets, or none).  Typical requests are for 10 - 30 user accounts, with a common data directory where the instructor provides data files for the class.&lt;br /&gt;
&lt;br /&gt;
All users of instructional accounts must attend a training session led by one of our instructors, before being given access to GACRC resources.  The training session usually takes about an hour, so please plan for that in your class scheduling.&lt;br /&gt;
&lt;br /&gt;
Requests for accounts should be made via the [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25840 Class Account Creation] at the beginning of the semester in which the course is taught (i.e., please don&#039;t wait until the last minute). Any following changes can be addressed at [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=258410 Class Account Modification]&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=User_Accounts&amp;diff=14710</id>
		<title>User Accounts</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=User_Accounts&amp;diff=14710"/>
		<updated>2018-11-14T17:00:14Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* At Nov 14, 2018, we change our ticketing system to the EITS GACRC TeamDynamic ticking system. The registration links in this page are updated to the new pages.&lt;br /&gt;
&lt;br /&gt;
Here is the landing page of all entries for account request: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 GACRC Support Entry]&lt;br /&gt;
&lt;br /&gt;
All persons using GACRC resources must meet the requirements described on the GACRC [http://gacrc.uga.edu/about/policies Policies] page.&lt;br /&gt;
&lt;br /&gt;
GACRC user accounts are managed as part of a &amp;quot;computing lab&amp;quot; group which is registered by a UGA principal investigator (PI) i.e. faculty member.  Users are typically post-docs and graduate students working under the direction of the PI.  The account creation process is twofold:&lt;br /&gt;
&lt;br /&gt;
====Computing Lab Registration====&lt;br /&gt;
&lt;br /&gt;
A UGA faculty member may request a computing lab with us by providing the following information on our [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25847 Lab Registration].&lt;br /&gt;
&lt;br /&gt;
Any following changes can be addressed at [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25847 Lab Modification/Deletion]&lt;br /&gt;
&lt;br /&gt;
By applying for a group account, the Principal Investigator is agreeing that all users will abide by the [http://eits.uga.edu/access_and_security/infosec/pols_regs/policies/aup UGA Policies on the Use of Computers].&lt;br /&gt;
&lt;br /&gt;
====User Accounts====&lt;br /&gt;
&lt;br /&gt;
The PI of a computing lab must request user accounts for members of his/her computing lab.  Please use our [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25839 User Accounts Registration].&lt;br /&gt;
&lt;br /&gt;
Any following changes can be addressed at [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25848 Account Modification/Deletion]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: New users are required to attend an introductory training session and information about that will be sent once an account is requested.&lt;br /&gt;
&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=User_Accounts&amp;diff=14709</id>
		<title>User Accounts</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=User_Accounts&amp;diff=14709"/>
		<updated>2018-11-14T16:57:45Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* At Nov 14, 2018, we change our ticketing system to the EITS GACRC TeamDynamic ticking system. The registration links in this page are updated to the new pages.&lt;br /&gt;
&lt;br /&gt;
All persons using GACRC resources must meet the requirements described on the GACRC [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25839 User Account Registration] page.&lt;br /&gt;
&lt;br /&gt;
GACRC user accounts are managed as part of a &amp;quot;computing lab&amp;quot; group which is registered by a UGA principal investigator (PI) i.e. faculty member.  Users are typically post-docs and graduate students working under the direction of the PI.  The account creation process is twofold:&lt;br /&gt;
&lt;br /&gt;
====Computing Lab Registration====&lt;br /&gt;
&lt;br /&gt;
A UGA faculty member may request a computing lab with us by providing the following information on our [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25847 Lab Registration].&lt;br /&gt;
&lt;br /&gt;
Any following changes can be addressed at [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25847 Lab Modification/Deletion]&lt;br /&gt;
&lt;br /&gt;
By applying for a group account, the Principal Investigator is agreeing that all users will abide by the [http://eits.uga.edu/access_and_security/infosec/pols_regs/policies/aup UGA Policies on the Use of Computers].&lt;br /&gt;
&lt;br /&gt;
====User Accounts====&lt;br /&gt;
&lt;br /&gt;
The PI of a computing lab must request user accounts for members of his/her computing lab.  Please use our [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25839 User Accounts Registration].&lt;br /&gt;
&lt;br /&gt;
Any following changes can be addressed at [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25848 Account Modification/Deletion]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: New users are required to attend an introductory training session and information about that will be sent once an account is requested.&lt;br /&gt;
&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Getting_Help&amp;diff=14708</id>
		<title>Getting Help</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Getting_Help&amp;diff=14708"/>
		<updated>2018-11-14T16:53:01Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;At Nov 14, 2018, we change our ticketing system to the EITS GACRC TeamDynamic ticking system. To facilitate the process of help, the new system has specific entries for different subjects of requests.&lt;br /&gt;
&lt;br /&gt;
Here is the landing page of all entries for help: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 GACRC Support Entry]&lt;br /&gt;
&lt;br /&gt;
For requests of software installation or update: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25850 Software Request]&lt;br /&gt;
&lt;br /&gt;
For request of general help: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25844 GACRC General  Support]&lt;br /&gt;
&lt;br /&gt;
This ticking system needs MYID to log in. &lt;br /&gt;
&lt;br /&gt;
The primary way to contact us for help and initial consultation is via our support form.  You can also call the EITS Help Desk at 542-3106 and they will either redirect your call to one of us, or enter a support ticket on your behalf.  You are welcome to email or call us directly, but because we aren&#039;t always sitting at our desk it is best to use the form because it is guaranteed to be seen by all who are present at the time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Office Hours&#039;&#039;&#039;: GACRC staff are located in the Computing Services Building (formerly called Statistics Building), rooms 101 to 108. Our office is open Monday through Friday from 9am until 5pm. You are welcome to stop by and ask questions, or you can schedule an appointment using the [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25844 GACRC General  Support].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Directions&#039;&#039;&#039;: The Computing Services Building is located at 101 Cedar Street, Athens, GA 30602, on the corner of Cedar Street and East Campus Rd. As you enter the building from the entrance on Cedar Street, on the East Campus Rd. end of the building, there are stairs leading down to the first floor. Our offices are on your left, as you come down those stairs.&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=User_Accounts&amp;diff=14707</id>
		<title>User Accounts</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=User_Accounts&amp;diff=14707"/>
		<updated>2018-11-14T16:50:52Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* At Nov 14, 2018, we change our ticketing system to the EITS GACRC TeamDynamic ticking system. The registration links in this page are updated to the new pages.&lt;br /&gt;
&lt;br /&gt;
All persons using GACRC resources must meet the requirements described on the GACRC [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25839 User Account Registration] page.&lt;br /&gt;
&lt;br /&gt;
GACRC user accounts are managed as part of a &amp;quot;computing lab&amp;quot; group which is registered by a UGA principal investigator (PI) i.e. faculty member.  Users are typically post-docs and graduate students working under the direction of the PI.  The account creation process is twofold:&lt;br /&gt;
&lt;br /&gt;
====Computing Lab Registration====&lt;br /&gt;
&lt;br /&gt;
A UGA faculty member may request a computing lab with us by providing the following information on our [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25847 Lab Registration]:&lt;br /&gt;
&lt;br /&gt;
By applying for a group account, the Principal Investigator is agreeing that all users will abide by the [http://eits.uga.edu/access_and_security/infosec/pols_regs/policies/aup UGA Policies on the Use of Computers].&lt;br /&gt;
&lt;br /&gt;
====User Accounts====&lt;br /&gt;
&lt;br /&gt;
The PI of a computing lab must request user accounts for members of his/her computing lab.  Please use our [https://uga.teamdynamix.com/TDClient/Requests/ServiceDet?ID=25839 User Accounts Registration] and provide the following information:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;NOTE: New users are required to attend an introductory training session and information about that will be sent once an account is requested.&lt;br /&gt;
&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Getting_Help&amp;diff=14706</id>
		<title>Getting Help</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Getting_Help&amp;diff=14706"/>
		<updated>2018-11-14T16:44:52Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;At Nov 14, 2018, we change our ticketing system to the EITS GACRC TeamDynamic ticking system. To facilitate the process of help, the new system has specific entries for different subjects of requests.&lt;br /&gt;
&lt;br /&gt;
Here is the landing page of all entries for help: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 GACRC Support Entry]&lt;br /&gt;
&lt;br /&gt;
For requests of troubleshooting: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 Troubleshooting]&lt;br /&gt;
&lt;br /&gt;
For requests of software installation: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 Software Installation]&lt;br /&gt;
&lt;br /&gt;
For request of general help: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 GACRC General  Support]&lt;br /&gt;
&lt;br /&gt;
This ticking system needs MYID to log in. &lt;br /&gt;
&lt;br /&gt;
The primary way to contact us for help and initial consultation is via our support form.  You can also call the EITS Help Desk at 542-3106 and they will either redirect your call to one of us, or enter a support ticket on your behalf.  You are welcome to email or call us directly, but because we aren&#039;t always sitting at our desk it is best to use the form because it is guaranteed to be seen by all who are present at the time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Office Hours&#039;&#039;&#039;: GACRC staff are located in the Computing Services Building (formerly called Statistics Building), rooms 101 to 108. Our office is open Monday through Friday from 9am until 5pm. You are welcome to stop by and ask questions, or you can schedule an appointment using the [https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 GACRC General  Support].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Directions&#039;&#039;&#039;: The Computing Services Building is located at 101 Cedar Street, Athens, GA 30602, on the corner of Cedar Street and East Campus Rd. As you enter the building from the entrance on Cedar Street, on the East Campus Rd. end of the building, there are stairs leading down to the first floor. Our offices are on your left, as you come down those stairs.&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Getting_Help&amp;diff=14705</id>
		<title>Getting Help</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Getting_Help&amp;diff=14705"/>
		<updated>2018-11-14T16:43:59Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;At Nov 14, 2018, we change our ticketing system to the EITS GACRC TeamDynamic ticking system. To facilitate the process of help, the new system has specific entries for different subjects of requests.&lt;br /&gt;
&lt;br /&gt;
Here is the landing page of all entries for help: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 GACRC Support Entry]&lt;br /&gt;
&lt;br /&gt;
For requests of troubleshooting: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 Troubleshooting]&lt;br /&gt;
&lt;br /&gt;
For requests of software installation: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 Software Installation]&lt;br /&gt;
&lt;br /&gt;
For request of general help: &lt;br /&gt;
&lt;br /&gt;
[https://uga.teamdynamix.com/TDClient/Requests/ServiceCatalog?CategoryID=11593 GACRC General  Support]&lt;br /&gt;
&lt;br /&gt;
This ticking system needs MYID to log in. &lt;br /&gt;
&lt;br /&gt;
The primary way to contact us for help and initial consultation is via our support form.  You can also call the EITS Help Desk at 542-3106 and they will either redirect your call to one of us, or enter a support ticket on your behalf.  You are welcome to email or call us directly, but because we aren&#039;t always sitting at our desk it is best to use the form because it is guaranteed to be seen by all who are present at the time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Office Hours&#039;&#039;&#039;: GACRC staff are located in the Computing Services Building (formerly called Statistics Building), rooms 101 to 108. Our office is open Monday through Friday from 9am until 5pm. You are welcome to stop by and ask questions, or you can schedule an appointment using the [http://help.gacrc.uga.edu/ GACRC Support Form].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Directions&#039;&#039;&#039;: The Computing Services Building is located at 101 Cedar Street, Athens, GA 30602, on the corner of Cedar Street and East Campus Rd. As you enter the building from the entrance on Cedar Street, on the East Campus Rd. end of the building, there are stairs leading down to the first floor. Our offices are on your left, as you come down those stairs.&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Installing_Applications&amp;diff=14251</id>
		<title>Installing Applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Installing_Applications&amp;diff=14251"/>
		<updated>2018-09-25T18:29:45Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo2]]&lt;br /&gt;
&lt;br /&gt;
[[Build Applications on Sapelo2]]&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Installing_Applications&amp;diff=13848</id>
		<title>Installing Applications</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Installing_Applications&amp;diff=13848"/>
		<updated>2018-08-23T18:19:16Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Sapelo]][[Category:Sapelo2]]&lt;br /&gt;
&lt;br /&gt;
[[Build Applications on Sapelo2]]&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=StringTie-Teaching&amp;diff=13786</id>
		<title>StringTie-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=StringTie-Teaching&amp;diff=13786"/>
		<updated>2018-08-15T19:47:14Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.3.4d&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts.&amp;quot;&lt;br /&gt;
More details are at [http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/StringTie/1.3.4d-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml StringTie/1.3.4d-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_StringTie&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=StringTie.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=StringTie.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml StringTie/1.3.4d-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
stringtie &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml StringTie/1.3.4d-foss-2016b &lt;br /&gt;
stringtie --help&lt;br /&gt;
StringTie v1.3.4d usage:&lt;br /&gt;
 stringtie &amp;lt;input.bam ..&amp;gt; [-G &amp;lt;guide_gff&amp;gt;] [-l &amp;lt;label&amp;gt;] [-o &amp;lt;out_gtf&amp;gt;] [-p &amp;lt;cpus&amp;gt;]&lt;br /&gt;
  [-v] [-a &amp;lt;min_anchor_len&amp;gt;] [-m &amp;lt;min_tlen&amp;gt;] [-j &amp;lt;min_anchor_cov&amp;gt;] [-f &amp;lt;min_iso&amp;gt;]&lt;br /&gt;
  [-C &amp;lt;coverage_file_name&amp;gt;] [-c &amp;lt;min_bundle_cov&amp;gt;] [-g &amp;lt;bdist&amp;gt;] [-u]&lt;br /&gt;
  [-e] [-x &amp;lt;seqid,..&amp;gt;] [-A &amp;lt;gene_abund.out&amp;gt;] [-h] {-B | -b &amp;lt;dir_path&amp;gt;} &lt;br /&gt;
Assemble RNA-Seq alignments into potential transcripts.&lt;br /&gt;
 Options:&lt;br /&gt;
 --version : print just the version at stdout and exit&lt;br /&gt;
 -G reference annotation to use for guiding the assembly process (GTF/GFF3)&lt;br /&gt;
 --rf assume stranded library fr-firststrand&lt;br /&gt;
 --fr assume stranded library fr-secondstrand&lt;br /&gt;
 -l name prefix for output transcripts (default: STRG)&lt;br /&gt;
 -f minimum isoform fraction (default: 0.1)&lt;br /&gt;
 -m minimum assembled transcript length (default: 200)&lt;br /&gt;
 -o output path/file name for the assembled transcripts GTF (default: stdout)&lt;br /&gt;
 -a minimum anchor length for junctions (default: 10)&lt;br /&gt;
 -j minimum junction coverage (default: 1)&lt;br /&gt;
 -t disable trimming of predicted transcripts based on coverage&lt;br /&gt;
    (default: coverage trimming is enabled)&lt;br /&gt;
 -c minimum reads per bp coverage to consider for transcript assembly&lt;br /&gt;
    (default: 2.5)&lt;br /&gt;
 -v verbose (log bundle processing details)&lt;br /&gt;
 -g gap between read mappings triggering a new bundle (default: 50)&lt;br /&gt;
 -C output a file with reference transcripts that are covered by reads&lt;br /&gt;
 -M fraction of bundle allowed to be covered by multi-hit reads (default:0.95)&lt;br /&gt;
 -p number of threads (CPUs) to use (default: 1)&lt;br /&gt;
 -A gene abundance estimation output file&lt;br /&gt;
 -B enable output of Ballgown table files which will be created in the&lt;br /&gt;
    same directory as the output GTF (requires -G, -o recommended)&lt;br /&gt;
 -b enable output of Ballgown table files but these files will be &lt;br /&gt;
    created under the directory path given as &amp;lt;dir_path&amp;gt;&lt;br /&gt;
 -e only estimate the abundance of given reference transcripts (requires -G)&lt;br /&gt;
 -x do not assemble any transcripts on the given reference sequence(s)&lt;br /&gt;
 -u no multi-mapping correction (default: correction enabled)&lt;br /&gt;
 -h print this usage message and exit&lt;br /&gt;
&lt;br /&gt;
Transcript merge usage mode: &lt;br /&gt;
  stringtie --merge [Options] { gtf_list | strg1.gtf ...}&lt;br /&gt;
With this option StringTie will assemble transcripts from multiple&lt;br /&gt;
input files generating a unified non-redundant set of isoforms. In this mode&lt;br /&gt;
the following options are available:&lt;br /&gt;
  -G &amp;lt;guide_gff&amp;gt;   reference annotation to include in the merging (GTF/GFF3)&lt;br /&gt;
  -o &amp;lt;out_gtf&amp;gt;     output file name for the merged transcripts GTF&lt;br /&gt;
                    (default: stdout)&lt;br /&gt;
  -m &amp;lt;min_len&amp;gt;     minimum input transcript length to include in the merge&lt;br /&gt;
                    (default: 50)&lt;br /&gt;
  -c &amp;lt;min_cov&amp;gt;     minimum input transcript coverage to include in the merge&lt;br /&gt;
                    (default: 0)&lt;br /&gt;
  -F &amp;lt;min_fpkm&amp;gt;    minimum input transcript FPKM to include in the merge&lt;br /&gt;
                    (default: 1.0)&lt;br /&gt;
  -T &amp;lt;min_tpm&amp;gt;     minimum input transcript TPM to include in the merge&lt;br /&gt;
                    (default: 1.0)&lt;br /&gt;
  -f &amp;lt;min_iso&amp;gt;     minimum isoform fraction (default: 0.01)&lt;br /&gt;
  -g &amp;lt;gap_len&amp;gt;     gap between transcripts to merge together (default: 250)&lt;br /&gt;
  -i               keep merged transcripts with retained introns; by default&lt;br /&gt;
                   these are not kept unless there is strong evidence for them&lt;br /&gt;
  -l &amp;lt;label&amp;gt;       name prefix for output transcripts (default: MSTRG)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=StringTie-Teaching&amp;diff=13784</id>
		<title>StringTie-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=StringTie-Teaching&amp;diff=13784"/>
		<updated>2018-08-15T19:47:06Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.3.3&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts.&amp;quot;&lt;br /&gt;
More details are at [http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/StringTie/1.3.3-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml StringTie/1.3.3-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_StringTie&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=StringTie.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=StringTie.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml StringTie/1.3.3-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
stringtie &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml StringTie/1.3.3-foss-2016b &lt;br /&gt;
stringtie --help&lt;br /&gt;
StringTie v1.3.3 usage:&lt;br /&gt;
 stringtie &amp;lt;input.bam ..&amp;gt; [-G &amp;lt;guide_gff&amp;gt;] [-l &amp;lt;label&amp;gt;] [-o &amp;lt;out_gtf&amp;gt;] [-p &amp;lt;cpus&amp;gt;]&lt;br /&gt;
  [-v] [-a &amp;lt;min_anchor_len&amp;gt;] [-m &amp;lt;min_tlen&amp;gt;] [-j &amp;lt;min_anchor_cov&amp;gt;] [-f &amp;lt;min_iso&amp;gt;]&lt;br /&gt;
  [-C &amp;lt;coverage_file_name&amp;gt;] [-c &amp;lt;min_bundle_cov&amp;gt;] [-g &amp;lt;bdist&amp;gt;] [-u]&lt;br /&gt;
  [-e] [-x &amp;lt;seqid,..&amp;gt;] [-A &amp;lt;gene_abund.out&amp;gt;] [-h] {-B | -b &amp;lt;dir_path&amp;gt;} &lt;br /&gt;
Assemble RNA-Seq alignments into potential transcripts.&lt;br /&gt;
 Options:&lt;br /&gt;
 --version : print just the version at stdout and exit&lt;br /&gt;
 -G reference annotation to use for guiding the assembly process (GTF/GFF3)&lt;br /&gt;
 --rf assume stranded library fr-firststrand&lt;br /&gt;
 --fr assume stranded library fr-secondstrand&lt;br /&gt;
 -l name prefix for output transcripts (default: STRG)&lt;br /&gt;
 -f minimum isoform fraction (default: 0.1)&lt;br /&gt;
 -m minimum assembled transcript length (default: 200)&lt;br /&gt;
 -o output path/file name for the assembled transcripts GTF (default: stdout)&lt;br /&gt;
 -a minimum anchor length for junctions (default: 10)&lt;br /&gt;
 -j minimum junction coverage (default: 1)&lt;br /&gt;
 -t disable trimming of predicted transcripts based on coverage&lt;br /&gt;
    (default: coverage trimming is enabled)&lt;br /&gt;
 -c minimum reads per bp coverage to consider for transcript assembly&lt;br /&gt;
    (default: 2.5)&lt;br /&gt;
 -v verbose (log bundle processing details)&lt;br /&gt;
 -g gap between read mappings triggering a new bundle (default: 50)&lt;br /&gt;
 -C output a file with reference transcripts that are covered by reads&lt;br /&gt;
 -M fraction of bundle allowed to be covered by multi-hit reads (default:0.95)&lt;br /&gt;
 -p number of threads (CPUs) to use (default: 1)&lt;br /&gt;
 -A gene abundance estimation output file&lt;br /&gt;
 -B enable output of Ballgown table files which will be created in the&lt;br /&gt;
    same directory as the output GTF (requires -G, -o recommended)&lt;br /&gt;
 -b enable output of Ballgown table files but these files will be &lt;br /&gt;
    created under the directory path given as &amp;lt;dir_path&amp;gt;&lt;br /&gt;
 -e only estimate the abundance of given reference transcripts (requires -G)&lt;br /&gt;
 -x do not assemble any transcripts on the given reference sequence(s)&lt;br /&gt;
 -u no multi-mapping correction (default: correction enabled)&lt;br /&gt;
 -h print this usage message and exit&lt;br /&gt;
&lt;br /&gt;
Transcript merge usage mode: &lt;br /&gt;
  stringtie --merge [Options] { gtf_list | strg1.gtf ...}&lt;br /&gt;
With this option StringTie will assemble transcripts from multiple&lt;br /&gt;
input files generating a unified non-redundant set of isoforms. In this mode&lt;br /&gt;
the following options are available:&lt;br /&gt;
  -G &amp;lt;guide_gff&amp;gt;   reference annotation to include in the merging (GTF/GFF3)&lt;br /&gt;
  -o &amp;lt;out_gtf&amp;gt;     output file name for the merged transcripts GTF&lt;br /&gt;
                    (default: stdout)&lt;br /&gt;
  -m &amp;lt;min_len&amp;gt;     minimum input transcript length to include in the merge&lt;br /&gt;
                    (default: 50)&lt;br /&gt;
  -c &amp;lt;min_cov&amp;gt;     minimum input transcript coverage to include in the merge&lt;br /&gt;
                    (default: 0)&lt;br /&gt;
  -F &amp;lt;min_fpkm&amp;gt;    minimum input transcript FPKM to include in the merge&lt;br /&gt;
                    (default: 1.0)&lt;br /&gt;
  -T &amp;lt;min_tpm&amp;gt;     minimum input transcript TPM to include in the merge&lt;br /&gt;
                    (default: 1.0)&lt;br /&gt;
  -f &amp;lt;min_iso&amp;gt;     minimum isoform fraction (default: 0.01)&lt;br /&gt;
  -g &amp;lt;gap_len&amp;gt;     gap between transcripts to merge together (default: 250)&lt;br /&gt;
  -i               keep merged transcripts with retained introns; by default&lt;br /&gt;
                   these are not kept unless there is strong evidence for them&lt;br /&gt;
  -l &amp;lt;label&amp;gt;       name prefix for output transcripts (default: MSTRG)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13770</id>
		<title>Bowtie2-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13770"/>
		<updated>2018-08-15T19:44:21Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
2.3.4.1&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads  to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s  of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes.  Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome,  its memory footprint is typically around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes.&amp;quot;&lt;br /&gt;
More details are at [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Bowtie2/2.3.4.1-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.4.1-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Bowtie2&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Bowtie2.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Bowtie2.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.4.1-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
bowtie2 &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.4.1-foss-2016b &lt;br /&gt;
bowtie2 -h&lt;br /&gt;
Bowtie 2 version 2.3.4.1 by Ben Langmead (langmea@cs.jhu.edu, www.cs.jhu.edu/~langmea)&lt;br /&gt;
Usage: &lt;br /&gt;
  bowtie2 [options]* -x &amp;lt;bt2-idx&amp;gt; {-1 &amp;lt;m1&amp;gt; -2 &amp;lt;m2&amp;gt; | -U &amp;lt;r&amp;gt; | --interleaved &amp;lt;i&amp;gt;} [-S &amp;lt;sam&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;bt2-idx&amp;gt;  Index filename prefix (minus trailing .X.bt2).&lt;br /&gt;
             NOTE: Bowtie 1 and Bowtie 2 indexes are not compatible.&lt;br /&gt;
  &amp;lt;m1&amp;gt;       Files with #1 mates, paired with files in &amp;lt;m2&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;m2&amp;gt;       Files with #2 mates, paired with files in &amp;lt;m1&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;r&amp;gt;        Files with unpaired reads.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;i&amp;gt;        Files with interleaved paired-end FASTQ reads&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;sam&amp;gt;      File for SAM output (default: stdout)&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; can be comma-separated lists (no whitespace) and can be&lt;br /&gt;
  specified many times.  E.g. &#039;-U file1.fq,file2.fq -U file3.fq&#039;.&lt;br /&gt;
&lt;br /&gt;
Options (defaults in parentheses):&lt;br /&gt;
&lt;br /&gt;
 Input:&lt;br /&gt;
  -q                 query input files are FASTQ .fq/.fastq (default)&lt;br /&gt;
  --tab5             query input files are TAB5 .tab5&lt;br /&gt;
  --tab6             query input files are TAB6 .tab6&lt;br /&gt;
  --qseq             query input files are in Illumina&#039;s qseq format&lt;br /&gt;
  -f                 query input files are (multi-)FASTA .fa/.mfa&lt;br /&gt;
  -r                 query input files are raw one-sequence-per-line&lt;br /&gt;
  -F k:&amp;lt;int&amp;gt;,i:&amp;lt;int&amp;gt; query input files are continuous FASTA where reads&lt;br /&gt;
                     are substrings (k-mers) extracted from a FASTA file &amp;lt;s&amp;gt;&lt;br /&gt;
                     and aligned at offsets 1, 1+i, 1+2i ... end of reference&lt;br /&gt;
  -c                 &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; are sequences themselves, not files&lt;br /&gt;
  -s/--skip &amp;lt;int&amp;gt;    skip the first &amp;lt;int&amp;gt; reads/pairs in the input (none)&lt;br /&gt;
  -u/--upto &amp;lt;int&amp;gt;    stop after first &amp;lt;int&amp;gt; reads/pairs (no limit)&lt;br /&gt;
  -5/--trim5 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 5&#039;/left end of reads (0)&lt;br /&gt;
  -3/--trim3 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 3&#039;/right end of reads (0)&lt;br /&gt;
  --phred33          qualities are Phred+33 (default)&lt;br /&gt;
  --phred64          qualities are Phred+64&lt;br /&gt;
  --int-quals        qualities encoded as space-delimited integers&lt;br /&gt;
&lt;br /&gt;
 Presets:                 Same as:&lt;br /&gt;
  For --end-to-end:&lt;br /&gt;
   --very-fast            -D 5 -R 1 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --fast                 -D 10 -R 2 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --sensitive            -D 15 -R 2 -N 0 -L 22 -i S,1,1.15 (default)&lt;br /&gt;
   --very-sensitive       -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
  For --local:&lt;br /&gt;
   --very-fast-local      -D 5 -R 1 -N 0 -L 25 -i S,1,2.00&lt;br /&gt;
   --fast-local           -D 10 -R 2 -N 0 -L 22 -i S,1,1.75&lt;br /&gt;
   --sensitive-local      -D 15 -R 2 -N 0 -L 20 -i S,1,0.75 (default)&lt;br /&gt;
   --very-sensitive-local -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
 Alignment:&lt;br /&gt;
  -N &amp;lt;int&amp;gt;           max # mismatches in seed alignment; can be 0 or 1 (0)&lt;br /&gt;
  -L &amp;lt;int&amp;gt;           length of seed substrings; must be &amp;gt;3, &amp;lt;32 (22)&lt;br /&gt;
  -i &amp;lt;func&amp;gt;          interval between seed substrings w/r/t read len (S,1,1.15)&lt;br /&gt;
  --n-ceil &amp;lt;func&amp;gt;    func for max # non-A/C/G/Ts permitted in aln (L,0,0.15)&lt;br /&gt;
  --dpad &amp;lt;int&amp;gt;       include &amp;lt;int&amp;gt; extra ref chars on sides of DP table (15)&lt;br /&gt;
  --gbar &amp;lt;int&amp;gt;       disallow gaps within &amp;lt;int&amp;gt; nucs of read extremes (4)&lt;br /&gt;
  --ignore-quals     treat all quality values as 30 on Phred scale (off)&lt;br /&gt;
  --nofw             do not align forward (original) version of read (off)&lt;br /&gt;
  --norc             do not align reverse-complement version of read (off)&lt;br /&gt;
  --no-1mm-upfront   do not allow 1 mismatch alignments before attempting to&lt;br /&gt;
                     scan for the optimal seeded alignments&lt;br /&gt;
  --end-to-end       entire read must align; no clipping (on)&lt;br /&gt;
   OR&lt;br /&gt;
  --local            local alignment; ends might be soft clipped (off)&lt;br /&gt;
&lt;br /&gt;
 Scoring:&lt;br /&gt;
  --ma &amp;lt;int&amp;gt;         match bonus (0 for --end-to-end, 2 for --local) &lt;br /&gt;
  --mp &amp;lt;int&amp;gt;         max penalty for mismatch; lower qual = lower penalty (6)&lt;br /&gt;
  --np &amp;lt;int&amp;gt;         penalty for non-A/C/G/Ts in read/ref (1)&lt;br /&gt;
  --rdg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  read gap open, extend penalties (5,3)&lt;br /&gt;
  --rfg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  reference gap open, extend penalties (5,3)&lt;br /&gt;
  --score-min &amp;lt;func&amp;gt; min acceptable alignment score w/r/t read length&lt;br /&gt;
                     (G,20,8 for local, L,-0.6,-0.6 for end-to-end)&lt;br /&gt;
&lt;br /&gt;
 Reporting:&lt;br /&gt;
  (default)          look for multiple alignments, report best, with MAPQ&lt;br /&gt;
   OR&lt;br /&gt;
  -k &amp;lt;int&amp;gt;           report up to &amp;lt;int&amp;gt; alns per read; MAPQ not meaningful&lt;br /&gt;
   OR&lt;br /&gt;
  -a/--all           report all alignments; very slow, MAPQ not meaningful&lt;br /&gt;
&lt;br /&gt;
 Effort:&lt;br /&gt;
  -D &amp;lt;int&amp;gt;           give up extending after &amp;lt;int&amp;gt; failed extends in a row (15)&lt;br /&gt;
  -R &amp;lt;int&amp;gt;           for reads w/ repetitive seeds, try &amp;lt;int&amp;gt; sets of seeds (2)&lt;br /&gt;
&lt;br /&gt;
 Paired-end:&lt;br /&gt;
  -I/--minins &amp;lt;int&amp;gt;  minimum fragment length (0)&lt;br /&gt;
  -X/--maxins &amp;lt;int&amp;gt;  maximum fragment length (500)&lt;br /&gt;
  --fr/--rf/--ff     -1, -2 mates align fw/rev, rev/fw, fw/fw (--fr)&lt;br /&gt;
  --no-mixed         suppress unpaired alignments for paired reads&lt;br /&gt;
  --no-discordant    suppress discordant alignments for paired reads&lt;br /&gt;
  --dovetail         concordant when mates extend past each other&lt;br /&gt;
  --no-contain       not concordant when one mate alignment contains other&lt;br /&gt;
  --no-overlap       not concordant when mates overlap at all&lt;br /&gt;
&lt;br /&gt;
 Output:&lt;br /&gt;
  -t/--time          print wall-clock time taken by search phases&lt;br /&gt;
  --un &amp;lt;path&amp;gt;        write unpaired reads that didn&#039;t align to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al &amp;lt;path&amp;gt;        write unpaired reads that aligned at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  --un-conc &amp;lt;path&amp;gt;   write pairs that didn&#039;t align concordantly to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al-conc &amp;lt;path&amp;gt;   write pairs that aligned concordantly at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
    (Note: for --un, --al, --un-conc, or --al-conc, add &#039;-gz&#039; to the option name, e.g.&lt;br /&gt;
    --un-gz &amp;lt;path&amp;gt;, to gzip compress output, or add &#039;-bz2&#039; to bzip2 compress output.)&lt;br /&gt;
  --quiet            print nothing to stderr except serious errors&lt;br /&gt;
  --met-file &amp;lt;path&amp;gt;  send metrics to file at &amp;lt;path&amp;gt; (off)&lt;br /&gt;
  --met-stderr       send metrics to stderr (off)&lt;br /&gt;
  --met &amp;lt;int&amp;gt;        report internal counters &amp;amp; metrics every &amp;lt;int&amp;gt; secs (1)&lt;br /&gt;
  --no-unal          suppress SAM records for unaligned reads&lt;br /&gt;
  --no-head          suppress header lines, i.e. lines starting with @&lt;br /&gt;
  --no-sq            suppress @SQ header lines&lt;br /&gt;
  --rg-id &amp;lt;text&amp;gt;     set read group id, reflected in @RG line and RG:Z: opt field&lt;br /&gt;
  --rg &amp;lt;text&amp;gt;        add &amp;lt;text&amp;gt; (&amp;quot;lab:value&amp;quot;) to @RG line of SAM header.&lt;br /&gt;
                     Note: @RG line only printed when --rg-id is set.&lt;br /&gt;
  --omit-sec-seq     put &#039;*&#039; in SEQ and QUAL fields for secondary alignments.&lt;br /&gt;
  --sam-no-qname-trunc Suppress standard behavior of truncating readname at first whitespace &lt;br /&gt;
                      at the expense of generating non-standard SAM.&lt;br /&gt;
  --xeq              Use &#039;=&#039;/&#039;X&#039;, instead of &#039;M,&#039; to specify matches/mismatches in SAM record.&lt;br /&gt;
  --soft-clipped-unmapped-tlen Exclude soft-clipped bases when reporting TLEN&lt;br /&gt;
&lt;br /&gt;
 Performance:&lt;br /&gt;
  -p/--threads &amp;lt;int&amp;gt; number of alignment threads to launch (1)&lt;br /&gt;
  --reorder          force SAM output order to match order of input reads&lt;br /&gt;
  --mm               use memory-mapped I/O for index; many &#039;bowtie&#039;s can share&lt;br /&gt;
&lt;br /&gt;
 Other:&lt;br /&gt;
  --qc-filter        filter out reads that are bad according to QSEQ filter&lt;br /&gt;
  --seed &amp;lt;int&amp;gt;       seed for random number generator (0)&lt;br /&gt;
  --non-deterministic seed rand. gen. arbitrarily instead of using read attributes&lt;br /&gt;
  --version          print version information and quit&lt;br /&gt;
  -h/--help          print this usage message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13769</id>
		<title>Bowtie2-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13769"/>
		<updated>2018-08-15T19:44:14Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
2.3.3&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads   to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s   of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes.   Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome,   its memory footprint is typically around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes.&amp;quot;&lt;br /&gt;
More details are at [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Bowtie2/2.3.3-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.3-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Bowtie2&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Bowtie2.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Bowtie2.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.3-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
bowtie2 &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.3-foss-2016b &lt;br /&gt;
bowtie2 -h&lt;br /&gt;
Bowtie 2 version 2.3.3 by Ben Langmead (langmea@cs.jhu.edu, www.cs.jhu.edu/~langmea)&lt;br /&gt;
Usage: &lt;br /&gt;
  bowtie2 [options]* -x &amp;lt;bt2-idx&amp;gt; {-1 &amp;lt;m1&amp;gt; -2 &amp;lt;m2&amp;gt; | -U &amp;lt;r&amp;gt; | --interleaved &amp;lt;i&amp;gt;} [-S &amp;lt;sam&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;bt2-idx&amp;gt;  Index filename prefix (minus trailing .X.bt2).&lt;br /&gt;
             NOTE: Bowtie 1 and Bowtie 2 indexes are not compatible.&lt;br /&gt;
  &amp;lt;m1&amp;gt;       Files with #1 mates, paired with files in &amp;lt;m2&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;m2&amp;gt;       Files with #2 mates, paired with files in &amp;lt;m1&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;r&amp;gt;        Files with unpaired reads.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;i&amp;gt;        Files with interleaved paired-end FASTQ reads&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;sam&amp;gt;      File for SAM output (default: stdout)&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; can be comma-separated lists (no whitespace) and can be&lt;br /&gt;
  specified many times.  E.g. &#039;-U file1.fq,file2.fq -U file3.fq&#039;.&lt;br /&gt;
&lt;br /&gt;
Options (defaults in parentheses):&lt;br /&gt;
&lt;br /&gt;
 Input:&lt;br /&gt;
  -q                 query input files are FASTQ .fq/.fastq (default)&lt;br /&gt;
  --tab5             query input files are TAB5 .tab5&lt;br /&gt;
  --tab6             query input files are TAB6 .tab6&lt;br /&gt;
  --qseq             query input files are in Illumina&#039;s qseq format&lt;br /&gt;
  -f                 query input files are (multi-)FASTA .fa/.mfa&lt;br /&gt;
  -r                 query input files are raw one-sequence-per-line&lt;br /&gt;
  -c                 &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; are sequences themselves, not files&lt;br /&gt;
  -s/--skip &amp;lt;int&amp;gt;    skip the first &amp;lt;int&amp;gt; reads/pairs in the input (none)&lt;br /&gt;
  -u/--upto &amp;lt;int&amp;gt;    stop after first &amp;lt;int&amp;gt; reads/pairs (no limit)&lt;br /&gt;
  -5/--trim5 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 5&#039;/left end of reads (0)&lt;br /&gt;
  -3/--trim3 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 3&#039;/right end of reads (0)&lt;br /&gt;
  --phred33          qualities are Phred+33 (default)&lt;br /&gt;
  --phred64          qualities are Phred+64&lt;br /&gt;
  --int-quals        qualities encoded as space-delimited integers&lt;br /&gt;
&lt;br /&gt;
 Presets:                 Same as:&lt;br /&gt;
  For --end-to-end:&lt;br /&gt;
   --very-fast            -D 5 -R 1 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --fast                 -D 10 -R 2 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --sensitive            -D 15 -R 2 -N 0 -L 22 -i S,1,1.15 (default)&lt;br /&gt;
   --very-sensitive       -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
  For --local:&lt;br /&gt;
   --very-fast-local      -D 5 -R 1 -N 0 -L 25 -i S,1,2.00&lt;br /&gt;
   --fast-local           -D 10 -R 2 -N 0 -L 22 -i S,1,1.75&lt;br /&gt;
   --sensitive-local      -D 15 -R 2 -N 0 -L 20 -i S,1,0.75 (default)&lt;br /&gt;
   --very-sensitive-local -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
 Alignment:&lt;br /&gt;
  -N &amp;lt;int&amp;gt;           max # mismatches in seed alignment; can be 0 or 1 (0)&lt;br /&gt;
  -L &amp;lt;int&amp;gt;           length of seed substrings; must be &amp;gt;3, &amp;lt;32 (22)&lt;br /&gt;
  -i &amp;lt;func&amp;gt;          interval between seed substrings w/r/t read len (S,1,1.15)&lt;br /&gt;
  --n-ceil &amp;lt;func&amp;gt;    func for max # non-A/C/G/Ts permitted in aln (L,0,0.15)&lt;br /&gt;
  --dpad &amp;lt;int&amp;gt;       include &amp;lt;int&amp;gt; extra ref chars on sides of DP table (15)&lt;br /&gt;
  --gbar &amp;lt;int&amp;gt;       disallow gaps within &amp;lt;int&amp;gt; nucs of read extremes (4)&lt;br /&gt;
  --ignore-quals     treat all quality values as 30 on Phred scale (off)&lt;br /&gt;
  --nofw             do not align forward (original) version of read (off)&lt;br /&gt;
  --norc             do not align reverse-complement version of read (off)&lt;br /&gt;
  --no-1mm-upfront   do not allow 1 mismatch alignments before attempting to&lt;br /&gt;
                     scan for the optimal seeded alignments&lt;br /&gt;
  --end-to-end       entire read must align; no clipping (on)&lt;br /&gt;
   OR&lt;br /&gt;
  --local            local alignment; ends might be soft clipped (off)&lt;br /&gt;
&lt;br /&gt;
 Scoring:&lt;br /&gt;
  --ma &amp;lt;int&amp;gt;         match bonus (0 for --end-to-end, 2 for --local) &lt;br /&gt;
  --mp &amp;lt;int&amp;gt;         max penalty for mismatch; lower qual = lower penalty (6)&lt;br /&gt;
  --np &amp;lt;int&amp;gt;         penalty for non-A/C/G/Ts in read/ref (1)&lt;br /&gt;
  --rdg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  read gap open, extend penalties (5,3)&lt;br /&gt;
  --rfg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  reference gap open, extend penalties (5,3)&lt;br /&gt;
  --score-min &amp;lt;func&amp;gt; min acceptable alignment score w/r/t read length&lt;br /&gt;
                     (G,20,8 for local, L,-0.6,-0.6 for end-to-end)&lt;br /&gt;
&lt;br /&gt;
 Reporting:&lt;br /&gt;
  (default)          look for multiple alignments, report best, with MAPQ&lt;br /&gt;
   OR&lt;br /&gt;
  -k &amp;lt;int&amp;gt;           report up to &amp;lt;int&amp;gt; alns per read; MAPQ not meaningful&lt;br /&gt;
   OR&lt;br /&gt;
  -a/--all           report all alignments; very slow, MAPQ not meaningful&lt;br /&gt;
&lt;br /&gt;
 Effort:&lt;br /&gt;
  -D &amp;lt;int&amp;gt;           give up extending after &amp;lt;int&amp;gt; failed extends in a row (15)&lt;br /&gt;
  -R &amp;lt;int&amp;gt;           for reads w/ repetitive seeds, try &amp;lt;int&amp;gt; sets of seeds (2)&lt;br /&gt;
&lt;br /&gt;
 Paired-end:&lt;br /&gt;
  -I/--minins &amp;lt;int&amp;gt;  minimum fragment length (0)&lt;br /&gt;
  -X/--maxins &amp;lt;int&amp;gt;  maximum fragment length (500)&lt;br /&gt;
  --fr/--rf/--ff     -1, -2 mates align fw/rev, rev/fw, fw/fw (--fr)&lt;br /&gt;
  --no-mixed         suppress unpaired alignments for paired reads&lt;br /&gt;
  --no-discordant    suppress discordant alignments for paired reads&lt;br /&gt;
  --dovetail         concordant when mates extend past each other&lt;br /&gt;
  --no-contain       not concordant when one mate alignment contains other&lt;br /&gt;
  --no-overlap       not concordant when mates overlap at all&lt;br /&gt;
&lt;br /&gt;
 Output:&lt;br /&gt;
  -t/--time          print wall-clock time taken by search phases&lt;br /&gt;
  --un &amp;lt;path&amp;gt;           write unpaired reads that didn&#039;t align to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al &amp;lt;path&amp;gt;           write unpaired reads that aligned at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  --un-conc &amp;lt;path&amp;gt;      write pairs that didn&#039;t align concordantly to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al-conc &amp;lt;path&amp;gt;      write pairs that aligned concordantly at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  (Note: for --un, --al, --un-conc, or --al-conc, add &#039;-gz&#039; to the option name, e.g.&lt;br /&gt;
  --un-gz &amp;lt;path&amp;gt;, to gzip compress output, or add &#039;-bz2&#039; to bzip2 compress output.)&lt;br /&gt;
  --quiet            print nothing to stderr except serious errors&lt;br /&gt;
  --met-file &amp;lt;path&amp;gt;  send metrics to file at &amp;lt;path&amp;gt; (off)&lt;br /&gt;
  --met-stderr       send metrics to stderr (off)&lt;br /&gt;
  --met &amp;lt;int&amp;gt;        report internal counters &amp;amp; metrics every &amp;lt;int&amp;gt; secs (1)&lt;br /&gt;
  --no-unal          suppress SAM records for unaligned reads&lt;br /&gt;
  --no-head          suppress header lines, i.e. lines starting with @&lt;br /&gt;
  --no-sq            suppress @SQ header lines&lt;br /&gt;
  --rg-id &amp;lt;text&amp;gt;     set read group id, reflected in @RG line and RG:Z: opt field&lt;br /&gt;
  --rg &amp;lt;text&amp;gt;        add &amp;lt;text&amp;gt; (&amp;quot;lab:value&amp;quot;) to @RG line of SAM header.&lt;br /&gt;
                     Note: @RG line only printed when --rg-id is set.&lt;br /&gt;
  --omit-sec-seq     put &#039;*&#039; in SEQ and QUAL fields for secondary alignments.&lt;br /&gt;
  --sam-noqname-trunc Suppress standard behavior of truncating readname at first whitespace &lt;br /&gt;
                      at the expense of generating non-standard SAM.&lt;br /&gt;
  --xeq              Use &#039;=&#039;/&#039;X&#039;, instead of &#039;M,&#039; to specify matches/mismatches in SAM record.&lt;br /&gt;
  --soft-clipped-unmapped-tlen Exclude soft-clipped bases when reporting TLEN&lt;br /&gt;
&lt;br /&gt;
 Performance:&lt;br /&gt;
  -p/--threads &amp;lt;int&amp;gt; number of alignment threads to launch (1)&lt;br /&gt;
  --reorder          force SAM output order to match order of input reads&lt;br /&gt;
  --mm               use memory-mapped I/O for index; many &#039;bowtie&#039;s can share&lt;br /&gt;
&lt;br /&gt;
 Other:&lt;br /&gt;
  --qc-filter        filter out reads that are bad according to QSEQ filter&lt;br /&gt;
  --seed &amp;lt;int&amp;gt;       seed for random number generator (0)&lt;br /&gt;
  --non-deterministic seed rand. gen. arbitrarily instead of using read attributes&lt;br /&gt;
  --version          print version information and quit&lt;br /&gt;
  -h/--help          print this usage message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13768</id>
		<title>Bowtie2-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13768"/>
		<updated>2018-08-15T19:44:07Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
2.2.3&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads   to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s   of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes.   Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome,   its memory footprint is typically around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes.&amp;quot;&lt;br /&gt;
More details are at [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Bowtie2/2.2.3-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.2.3-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Bowtie2&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Bowtie2.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Bowtie2.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Bowtie2/2.2.3-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
bowtie2 &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.2.3-foss-2016b &lt;br /&gt;
bowtie2 -h&lt;br /&gt;
Bowtie 2 version 2.2.3 by Ben Langmead (langmea@cs.jhu.edu, www.cs.jhu.edu/~langmea)&lt;br /&gt;
Usage: &lt;br /&gt;
  bowtie2 [options]* -x &amp;lt;bt2-idx&amp;gt; {-1 &amp;lt;m1&amp;gt; -2 &amp;lt;m2&amp;gt; | -U &amp;lt;r&amp;gt;} [-S &amp;lt;sam&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;bt2-idx&amp;gt;  Index filename prefix (minus trailing .X.bt2).&lt;br /&gt;
             NOTE: Bowtie 1 and Bowtie 2 indexes are not compatible.&lt;br /&gt;
  &amp;lt;m1&amp;gt;       Files with #1 mates, paired with files in &amp;lt;m2&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;m2&amp;gt;       Files with #2 mates, paired with files in &amp;lt;m1&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;r&amp;gt;        Files with unpaired reads.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;sam&amp;gt;      File for SAM output (default: stdout)&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; can be comma-separated lists (no whitespace) and can be&lt;br /&gt;
  specified many times.  E.g. &#039;-U file1.fq,file2.fq -U file3.fq&#039;.&lt;br /&gt;
&lt;br /&gt;
Options (defaults in parentheses):&lt;br /&gt;
&lt;br /&gt;
 Input:&lt;br /&gt;
  -q                 query input files are FASTQ .fq/.fastq (default)&lt;br /&gt;
  --qseq             query input files are in Illumina&#039;s qseq format&lt;br /&gt;
  -f                 query input files are (multi-)FASTA .fa/.mfa&lt;br /&gt;
  -r                 query input files are raw one-sequence-per-line&lt;br /&gt;
  -c                 &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; are sequences themselves, not files&lt;br /&gt;
  -s/--skip &amp;lt;int&amp;gt;    skip the first &amp;lt;int&amp;gt; reads/pairs in the input (none)&lt;br /&gt;
  -u/--upto &amp;lt;int&amp;gt;    stop after first &amp;lt;int&amp;gt; reads/pairs (no limit)&lt;br /&gt;
  -5/--trim5 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 5&#039;/left end of reads (0)&lt;br /&gt;
  -3/--trim3 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 3&#039;/right end of reads (0)&lt;br /&gt;
  --phred33          qualities are Phred+33 (default)&lt;br /&gt;
  --phred64          qualities are Phred+64&lt;br /&gt;
  --int-quals        qualities encoded as space-delimited integers&lt;br /&gt;
&lt;br /&gt;
 Presets:                 Same as:&lt;br /&gt;
  For --end-to-end:&lt;br /&gt;
   --very-fast            -D 5 -R 1 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --fast                 -D 10 -R 2 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --sensitive            -D 15 -R 2 -N 0 -L 22 -i S,1,1.15 (default)&lt;br /&gt;
   --very-sensitive       -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
  For --local:&lt;br /&gt;
   --very-fast-local      -D 5 -R 1 -N 0 -L 25 -i S,1,2.00&lt;br /&gt;
   --fast-local           -D 10 -R 2 -N 0 -L 22 -i S,1,1.75&lt;br /&gt;
   --sensitive-local      -D 15 -R 2 -N 0 -L 20 -i S,1,0.75 (default)&lt;br /&gt;
   --very-sensitive-local -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
 Alignment:&lt;br /&gt;
  -N &amp;lt;int&amp;gt;           max # mismatches in seed alignment; can be 0 or 1 (0)&lt;br /&gt;
  -L &amp;lt;int&amp;gt;           length of seed substrings; must be &amp;gt;3, &amp;lt;32 (22)&lt;br /&gt;
  -i &amp;lt;func&amp;gt;          interval between seed substrings w/r/t read len (S,1,1.15)&lt;br /&gt;
  --n-ceil &amp;lt;func&amp;gt;    func for max # non-A/C/G/Ts permitted in aln (L,0,0.15)&lt;br /&gt;
  --dpad &amp;lt;int&amp;gt;       include &amp;lt;int&amp;gt; extra ref chars on sides of DP table (15)&lt;br /&gt;
  --gbar &amp;lt;int&amp;gt;       disallow gaps within &amp;lt;int&amp;gt; nucs of read extremes (4)&lt;br /&gt;
  --ignore-quals     treat all quality values as 30 on Phred scale (off)&lt;br /&gt;
  --nofw             do not align forward (original) version of read (off)&lt;br /&gt;
  --norc             do not align reverse-complement version of read (off)&lt;br /&gt;
  --no-1mm-upfront   do not allow 1 mismatch alignments before attempting to&lt;br /&gt;
                     scan for the optimal seeded alignments&lt;br /&gt;
  --end-to-end       entire read must align; no clipping (on)&lt;br /&gt;
   OR&lt;br /&gt;
  --local            local alignment; ends might be soft clipped (off)&lt;br /&gt;
&lt;br /&gt;
 Scoring:&lt;br /&gt;
  --ma &amp;lt;int&amp;gt;         match bonus (0 for --end-to-end, 2 for --local) &lt;br /&gt;
  --mp &amp;lt;int&amp;gt;         max penalty for mismatch; lower qual = lower penalty (6)&lt;br /&gt;
  --np &amp;lt;int&amp;gt;         penalty for non-A/C/G/Ts in read/ref (1)&lt;br /&gt;
  --rdg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  read gap open, extend penalties (5,3)&lt;br /&gt;
  --rfg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  reference gap open, extend penalties (5,3)&lt;br /&gt;
  --score-min &amp;lt;func&amp;gt; min acceptable alignment score w/r/t read length&lt;br /&gt;
                     (G,20,8 for local, L,-0.6,-0.6 for end-to-end)&lt;br /&gt;
&lt;br /&gt;
 Reporting:&lt;br /&gt;
  (default)          look for multiple alignments, report best, with MAPQ&lt;br /&gt;
   OR&lt;br /&gt;
  -k &amp;lt;int&amp;gt;           report up to &amp;lt;int&amp;gt; alns per read; MAPQ not meaningful&lt;br /&gt;
   OR&lt;br /&gt;
  -a/--all           report all alignments; very slow, MAPQ not meaningful&lt;br /&gt;
&lt;br /&gt;
 Effort:&lt;br /&gt;
  -D &amp;lt;int&amp;gt;           give up extending after &amp;lt;int&amp;gt; failed extends in a row (15)&lt;br /&gt;
  -R &amp;lt;int&amp;gt;           for reads w/ repetitive seeds, try &amp;lt;int&amp;gt; sets of seeds (2)&lt;br /&gt;
&lt;br /&gt;
 Paired-end:&lt;br /&gt;
  -I/--minins &amp;lt;int&amp;gt;  minimum fragment length (0)&lt;br /&gt;
  -X/--maxins &amp;lt;int&amp;gt;  maximum fragment length (500)&lt;br /&gt;
  --fr/--rf/--ff     -1, -2 mates align fw/rev, rev/fw, fw/fw (--fr)&lt;br /&gt;
  --no-mixed         suppress unpaired alignments for paired reads&lt;br /&gt;
  --no-discordant    suppress discordant alignments for paired reads&lt;br /&gt;
  --no-dovetail      not concordant when mates extend past each other&lt;br /&gt;
  --no-contain       not concordant when one mate alignment contains other&lt;br /&gt;
  --no-overlap       not concordant when mates overlap at all&lt;br /&gt;
&lt;br /&gt;
 Output:&lt;br /&gt;
  -t/--time          print wall-clock time taken by search phases&lt;br /&gt;
  --un &amp;lt;path&amp;gt;           write unpaired reads that didn&#039;t align to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al &amp;lt;path&amp;gt;           write unpaired reads that aligned at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  --un-conc &amp;lt;path&amp;gt;      write pairs that didn&#039;t align concordantly to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al-conc &amp;lt;path&amp;gt;      write pairs that aligned concordantly at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  (Note: for --un, --al, --un-conc, or --al-conc, add &#039;-gz&#039; to the option name, e.g.&lt;br /&gt;
  --un-gz &amp;lt;path&amp;gt;, to gzip compress output, or add &#039;-bz2&#039; to bzip2 compress output.)&lt;br /&gt;
  --quiet            print nothing to stderr except serious errors&lt;br /&gt;
  --met-file &amp;lt;path&amp;gt;  send metrics to file at &amp;lt;path&amp;gt; (off)&lt;br /&gt;
  --met-stderr       send metrics to stderr (off)&lt;br /&gt;
  --met &amp;lt;int&amp;gt;        report internal counters &amp;amp; metrics every &amp;lt;int&amp;gt; secs (1)&lt;br /&gt;
  --no-head          supppress header lines, i.e. lines starting with @&lt;br /&gt;
  --no-sq            supppress @SQ header lines&lt;br /&gt;
  --rg-id &amp;lt;text&amp;gt;     set read group id, reflected in @RG line and RG:Z: opt field&lt;br /&gt;
  --rg &amp;lt;text&amp;gt;        add &amp;lt;text&amp;gt; (&amp;quot;lab:value&amp;quot;) to @RG line of SAM header.&lt;br /&gt;
                     Note: @RG line only printed when --rg-id is set.&lt;br /&gt;
  --omit-sec-seq     put &#039;*&#039; in SEQ and QUAL fields for secondary alignments.&lt;br /&gt;
&lt;br /&gt;
 Performance:&lt;br /&gt;
  -p/--threads &amp;lt;int&amp;gt; number of alignment threads to launch (1)&lt;br /&gt;
  --reorder          force SAM output order to match order of input reads&lt;br /&gt;
  --mm               use memory-mapped I/O for index; many &#039;bowtie&#039;s can share&lt;br /&gt;
&lt;br /&gt;
 Other:&lt;br /&gt;
  --qc-filter        filter out reads that are bad according to QSEQ filter&lt;br /&gt;
  --seed &amp;lt;int&amp;gt;       seed for random number generator (0)&lt;br /&gt;
  --non-deterministic seed rand. gen. arbitrarily instead of using read attributes&lt;br /&gt;
  --version          print version information and quit&lt;br /&gt;
  -h/--help          print this usage message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13752</id>
		<title>Java-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13752"/>
		<updated>2018-08-15T19:41:57Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Programming]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Programming&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.8.0_144&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Java Platform, Standard Edition (Java SE) lets you develop and deploy  Java applications on desktops and servers.&amp;quot;&lt;br /&gt;
More details are at [http://java.com/ Java]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Java/1.8.0_144&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_144 &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Java&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Java.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Java.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Java/1.8.0_144&amp;lt;br&amp;gt;    &lt;br /&gt;
java &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_144 &lt;br /&gt;
java &lt;br /&gt;
Usage: java [-options] class [args...]&lt;br /&gt;
           (to execute a class)&lt;br /&gt;
   or  java [-options] -jar jarfile [args...]&lt;br /&gt;
           (to execute a jar file)&lt;br /&gt;
where options include:&lt;br /&gt;
    -d32	  use a 32-bit data model if available&lt;br /&gt;
    -d64	  use a 64-bit data model if available&lt;br /&gt;
    -server	  to select the &amp;quot;server&amp;quot; VM&lt;br /&gt;
                  The default VM is server,&lt;br /&gt;
                  because you are running on a server-class machine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    -cp &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
    -classpath &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
                  A : separated list of directories, JAR archives,&lt;br /&gt;
                  and ZIP archives to search for class files.&lt;br /&gt;
    -D&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;&lt;br /&gt;
                  set a system property&lt;br /&gt;
    -verbose:[class|gc|jni]&lt;br /&gt;
                  enable verbose output&lt;br /&gt;
    -version      print product version and exit&lt;br /&gt;
    -version:&amp;lt;value&amp;gt;&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  require the specified version to run&lt;br /&gt;
    -showversion  print product version and continue&lt;br /&gt;
    -jre-restrict-search | -no-jre-restrict-search&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  include/exclude user private JREs in the version search&lt;br /&gt;
    -? -help      print this help message&lt;br /&gt;
    -X            print help on non-standard options&lt;br /&gt;
    -ea[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -enableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  enable assertions with specified granularity&lt;br /&gt;
    -da[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -disableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  disable assertions with specified granularity&lt;br /&gt;
    -esa | -enablesystemassertions&lt;br /&gt;
                  enable system assertions&lt;br /&gt;
    -dsa | -disablesystemassertions&lt;br /&gt;
                  disable system assertions&lt;br /&gt;
    -agentlib:&amp;lt;libname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library &amp;lt;libname&amp;gt;, e.g. -agentlib:hprof&lt;br /&gt;
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help&lt;br /&gt;
    -agentpath:&amp;lt;pathname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library by full pathname&lt;br /&gt;
    -javaagent:&amp;lt;jarpath&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load Java programming language agent, see java.lang.instrument&lt;br /&gt;
    -splash:&amp;lt;imagepath&amp;gt;&lt;br /&gt;
                  show splash screen with specified image&lt;br /&gt;
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13751</id>
		<title>Java-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13751"/>
		<updated>2018-08-15T19:41:50Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Programming]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Programming&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.8.0_141&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Java Platform, Standard Edition (Java SE) lets you develop and deploy  Java applications on desktops and servers.&amp;quot;&lt;br /&gt;
More details are at [http://java.com/ Java]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Java/1.8.0_141&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_141 &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Java&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Java.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Java.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Java/1.8.0_141&amp;lt;br&amp;gt;    &lt;br /&gt;
java &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_141 &lt;br /&gt;
java &lt;br /&gt;
Usage: java [-options] class [args...]&lt;br /&gt;
           (to execute a class)&lt;br /&gt;
   or  java [-options] -jar jarfile [args...]&lt;br /&gt;
           (to execute a jar file)&lt;br /&gt;
where options include:&lt;br /&gt;
    -d32	  use a 32-bit data model if available&lt;br /&gt;
    -d64	  use a 64-bit data model if available&lt;br /&gt;
    -server	  to select the &amp;quot;server&amp;quot; VM&lt;br /&gt;
                  The default VM is server,&lt;br /&gt;
                  because you are running on a server-class machine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    -cp &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
    -classpath &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
                  A : separated list of directories, JAR archives,&lt;br /&gt;
                  and ZIP archives to search for class files.&lt;br /&gt;
    -D&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;&lt;br /&gt;
                  set a system property&lt;br /&gt;
    -verbose:[class|gc|jni]&lt;br /&gt;
                  enable verbose output&lt;br /&gt;
    -version      print product version and exit&lt;br /&gt;
    -version:&amp;lt;value&amp;gt;&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  require the specified version to run&lt;br /&gt;
    -showversion  print product version and continue&lt;br /&gt;
    -jre-restrict-search | -no-jre-restrict-search&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  include/exclude user private JREs in the version search&lt;br /&gt;
    -? -help      print this help message&lt;br /&gt;
    -X            print help on non-standard options&lt;br /&gt;
    -ea[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -enableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  enable assertions with specified granularity&lt;br /&gt;
    -da[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -disableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  disable assertions with specified granularity&lt;br /&gt;
    -esa | -enablesystemassertions&lt;br /&gt;
                  enable system assertions&lt;br /&gt;
    -dsa | -disablesystemassertions&lt;br /&gt;
                  disable system assertions&lt;br /&gt;
    -agentlib:&amp;lt;libname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library &amp;lt;libname&amp;gt;, e.g. -agentlib:hprof&lt;br /&gt;
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help&lt;br /&gt;
    -agentpath:&amp;lt;pathname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library by full pathname&lt;br /&gt;
    -javaagent:&amp;lt;jarpath&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load Java programming language agent, see java.lang.instrument&lt;br /&gt;
    -splash:&amp;lt;imagepath&amp;gt;&lt;br /&gt;
                  show splash screen with specified image&lt;br /&gt;
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13750</id>
		<title>Java-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13750"/>
		<updated>2018-08-15T19:41:43Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Programming]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Programming&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.8.0_121&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Java Platform, Standard Edition (Java SE) lets you develop and deploy  Java applications on desktops and servers.&amp;quot;&lt;br /&gt;
More details are at [http://java.com/ Java]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Java/1.8.0_121&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_121 &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Java&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Java.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Java.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Java/1.8.0_121&amp;lt;br&amp;gt;    &lt;br /&gt;
java &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_121 &lt;br /&gt;
java &lt;br /&gt;
Usage: java [-options] class [args...]&lt;br /&gt;
           (to execute a class)&lt;br /&gt;
   or  java [-options] -jar jarfile [args...]&lt;br /&gt;
           (to execute a jar file)&lt;br /&gt;
where options include:&lt;br /&gt;
    -d32	  use a 32-bit data model if available&lt;br /&gt;
    -d64	  use a 64-bit data model if available&lt;br /&gt;
    -server	  to select the &amp;quot;server&amp;quot; VM&lt;br /&gt;
                  The default VM is server,&lt;br /&gt;
                  because you are running on a server-class machine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    -cp &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
    -classpath &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
                  A : separated list of directories, JAR archives,&lt;br /&gt;
                  and ZIP archives to search for class files.&lt;br /&gt;
    -D&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;&lt;br /&gt;
                  set a system property&lt;br /&gt;
    -verbose:[class|gc|jni]&lt;br /&gt;
                  enable verbose output&lt;br /&gt;
    -version      print product version and exit&lt;br /&gt;
    -version:&amp;lt;value&amp;gt;&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  require the specified version to run&lt;br /&gt;
    -showversion  print product version and continue&lt;br /&gt;
    -jre-restrict-search | -no-jre-restrict-search&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  include/exclude user private JREs in the version search&lt;br /&gt;
    -? -help      print this help message&lt;br /&gt;
    -X            print help on non-standard options&lt;br /&gt;
    -ea[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -enableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  enable assertions with specified granularity&lt;br /&gt;
    -da[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -disableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  disable assertions with specified granularity&lt;br /&gt;
    -esa | -enablesystemassertions&lt;br /&gt;
                  enable system assertions&lt;br /&gt;
    -dsa | -disablesystemassertions&lt;br /&gt;
                  disable system assertions&lt;br /&gt;
    -agentlib:&amp;lt;libname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library &amp;lt;libname&amp;gt;, e.g. -agentlib:hprof&lt;br /&gt;
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help&lt;br /&gt;
    -agentpath:&amp;lt;pathname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library by full pathname&lt;br /&gt;
    -javaagent:&amp;lt;jarpath&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load Java programming language agent, see java.lang.instrument&lt;br /&gt;
    -splash:&amp;lt;imagepath&amp;gt;&lt;br /&gt;
                  show splash screen with specified image&lt;br /&gt;
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13749</id>
		<title>Java-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13749"/>
		<updated>2018-08-15T19:41:35Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Programming]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Programming&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.8.0_112&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Java Platform, Standard Edition (Java SE) lets you develop and deploy  Java applications on desktops and servers.&amp;quot;&lt;br /&gt;
More details are at [http://java.com/ Java]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Java/1.8.0_112&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_112 &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Java&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Java.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Java.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Java/1.8.0_112&amp;lt;br&amp;gt;    &lt;br /&gt;
java &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_112 &lt;br /&gt;
java &lt;br /&gt;
Usage: java [-options] class [args...]&lt;br /&gt;
           (to execute a class)&lt;br /&gt;
   or  java [-options] -jar jarfile [args...]&lt;br /&gt;
           (to execute a jar file)&lt;br /&gt;
where options include:&lt;br /&gt;
    -d32	  use a 32-bit data model if available&lt;br /&gt;
    -d64	  use a 64-bit data model if available&lt;br /&gt;
    -server	  to select the &amp;quot;server&amp;quot; VM&lt;br /&gt;
                  The default VM is server,&lt;br /&gt;
                  because you are running on a server-class machine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    -cp &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
    -classpath &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
                  A : separated list of directories, JAR archives,&lt;br /&gt;
                  and ZIP archives to search for class files.&lt;br /&gt;
    -D&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;&lt;br /&gt;
                  set a system property&lt;br /&gt;
    -verbose:[class|gc|jni]&lt;br /&gt;
                  enable verbose output&lt;br /&gt;
    -version      print product version and exit&lt;br /&gt;
    -version:&amp;lt;value&amp;gt;&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  require the specified version to run&lt;br /&gt;
    -showversion  print product version and continue&lt;br /&gt;
    -jre-restrict-search | -no-jre-restrict-search&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  include/exclude user private JREs in the version search&lt;br /&gt;
    -? -help      print this help message&lt;br /&gt;
    -X            print help on non-standard options&lt;br /&gt;
    -ea[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -enableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  enable assertions with specified granularity&lt;br /&gt;
    -da[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -disableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  disable assertions with specified granularity&lt;br /&gt;
    -esa | -enablesystemassertions&lt;br /&gt;
                  enable system assertions&lt;br /&gt;
    -dsa | -disablesystemassertions&lt;br /&gt;
                  disable system assertions&lt;br /&gt;
    -agentlib:&amp;lt;libname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library &amp;lt;libname&amp;gt;, e.g. -agentlib:hprof&lt;br /&gt;
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help&lt;br /&gt;
    -agentpath:&amp;lt;pathname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library by full pathname&lt;br /&gt;
    -javaagent:&amp;lt;jarpath&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load Java programming language agent, see java.lang.instrument&lt;br /&gt;
    -splash:&amp;lt;imagepath&amp;gt;&lt;br /&gt;
                  show splash screen with specified image&lt;br /&gt;
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13748</id>
		<title>Java-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13748"/>
		<updated>2018-08-15T19:41:27Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Programming]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Programming&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.8.0_92&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Java Platform, Standard Edition (Java SE) lets you develop and deploy  Java applications on desktops and servers.&amp;quot;&lt;br /&gt;
More details are at [http://java.com/ Java]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Java/1.8.0_92&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_92 &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Java&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Java.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Java.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Java/1.8.0_92&amp;lt;br&amp;gt;    &lt;br /&gt;
java &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_92 &lt;br /&gt;
java &lt;br /&gt;
Usage: java [-options] class [args...]&lt;br /&gt;
           (to execute a class)&lt;br /&gt;
   or  java [-options] -jar jarfile [args...]&lt;br /&gt;
           (to execute a jar file)&lt;br /&gt;
where options include:&lt;br /&gt;
    -d32	  use a 32-bit data model if available&lt;br /&gt;
    -d64	  use a 64-bit data model if available&lt;br /&gt;
    -server	  to select the &amp;quot;server&amp;quot; VM&lt;br /&gt;
                  The default VM is server,&lt;br /&gt;
                  because you are running on a server-class machine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    -cp &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
    -classpath &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
                  A : separated list of directories, JAR archives,&lt;br /&gt;
                  and ZIP archives to search for class files.&lt;br /&gt;
    -D&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;&lt;br /&gt;
                  set a system property&lt;br /&gt;
    -verbose:[class|gc|jni]&lt;br /&gt;
                  enable verbose output&lt;br /&gt;
    -version      print product version and exit&lt;br /&gt;
    -version:&amp;lt;value&amp;gt;&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  require the specified version to run&lt;br /&gt;
    -showversion  print product version and continue&lt;br /&gt;
    -jre-restrict-search | -no-jre-restrict-search&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  include/exclude user private JREs in the version search&lt;br /&gt;
    -? -help      print this help message&lt;br /&gt;
    -X            print help on non-standard options&lt;br /&gt;
    -ea[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -enableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  enable assertions with specified granularity&lt;br /&gt;
    -da[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -disableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  disable assertions with specified granularity&lt;br /&gt;
    -esa | -enablesystemassertions&lt;br /&gt;
                  enable system assertions&lt;br /&gt;
    -dsa | -disablesystemassertions&lt;br /&gt;
                  disable system assertions&lt;br /&gt;
    -agentlib:&amp;lt;libname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library &amp;lt;libname&amp;gt;, e.g. -agentlib:hprof&lt;br /&gt;
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help&lt;br /&gt;
    -agentpath:&amp;lt;pathname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library by full pathname&lt;br /&gt;
    -javaagent:&amp;lt;jarpath&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load Java programming language agent, see java.lang.instrument&lt;br /&gt;
    -splash:&amp;lt;imagepath&amp;gt;&lt;br /&gt;
                  show splash screen with specified image&lt;br /&gt;
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=StringTie-Teaching&amp;diff=13735</id>
		<title>StringTie-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=StringTie-Teaching&amp;diff=13735"/>
		<updated>2018-08-15T19:29:04Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.3.4d&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts.&amp;quot;&lt;br /&gt;
More details are at [http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/StringTie/1.3.4d-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml StringTie/1.3.4d-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_StringTie&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=StringTie.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=StringTie.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml StringTie/1.3.4d-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
stringtie &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml StringTie/1.3.4d-foss-2016b &lt;br /&gt;
stringtie --help&lt;br /&gt;
StringTie v1.3.4d usage:&lt;br /&gt;
 stringtie &amp;lt;input.bam ..&amp;gt; [-G &amp;lt;guide_gff&amp;gt;] [-l &amp;lt;label&amp;gt;] [-o &amp;lt;out_gtf&amp;gt;] [-p &amp;lt;cpus&amp;gt;]&lt;br /&gt;
  [-v] [-a &amp;lt;min_anchor_len&amp;gt;] [-m &amp;lt;min_tlen&amp;gt;] [-j &amp;lt;min_anchor_cov&amp;gt;] [-f &amp;lt;min_iso&amp;gt;]&lt;br /&gt;
  [-C &amp;lt;coverage_file_name&amp;gt;] [-c &amp;lt;min_bundle_cov&amp;gt;] [-g &amp;lt;bdist&amp;gt;] [-u]&lt;br /&gt;
  [-e] [-x &amp;lt;seqid,..&amp;gt;] [-A &amp;lt;gene_abund.out&amp;gt;] [-h] {-B | -b &amp;lt;dir_path&amp;gt;} &lt;br /&gt;
Assemble RNA-Seq alignments into potential transcripts.&lt;br /&gt;
 Options:&lt;br /&gt;
 --version : print just the version at stdout and exit&lt;br /&gt;
 -G reference annotation to use for guiding the assembly process (GTF/GFF3)&lt;br /&gt;
 --rf assume stranded library fr-firststrand&lt;br /&gt;
 --fr assume stranded library fr-secondstrand&lt;br /&gt;
 -l name prefix for output transcripts (default: STRG)&lt;br /&gt;
 -f minimum isoform fraction (default: 0.1)&lt;br /&gt;
 -m minimum assembled transcript length (default: 200)&lt;br /&gt;
 -o output path/file name for the assembled transcripts GTF (default: stdout)&lt;br /&gt;
 -a minimum anchor length for junctions (default: 10)&lt;br /&gt;
 -j minimum junction coverage (default: 1)&lt;br /&gt;
 -t disable trimming of predicted transcripts based on coverage&lt;br /&gt;
    (default: coverage trimming is enabled)&lt;br /&gt;
 -c minimum reads per bp coverage to consider for transcript assembly&lt;br /&gt;
    (default: 2.5)&lt;br /&gt;
 -v verbose (log bundle processing details)&lt;br /&gt;
 -g gap between read mappings triggering a new bundle (default: 50)&lt;br /&gt;
 -C output a file with reference transcripts that are covered by reads&lt;br /&gt;
 -M fraction of bundle allowed to be covered by multi-hit reads (default:0.95)&lt;br /&gt;
 -p number of threads (CPUs) to use (default: 1)&lt;br /&gt;
 -A gene abundance estimation output file&lt;br /&gt;
 -B enable output of Ballgown table files which will be created in the&lt;br /&gt;
    same directory as the output GTF (requires -G, -o recommended)&lt;br /&gt;
 -b enable output of Ballgown table files but these files will be &lt;br /&gt;
    created under the directory path given as &amp;lt;dir_path&amp;gt;&lt;br /&gt;
 -e only estimate the abundance of given reference transcripts (requires -G)&lt;br /&gt;
 -x do not assemble any transcripts on the given reference sequence(s)&lt;br /&gt;
 -u no multi-mapping correction (default: correction enabled)&lt;br /&gt;
 -h print this usage message and exit&lt;br /&gt;
&lt;br /&gt;
Transcript merge usage mode: &lt;br /&gt;
  stringtie --merge [Options] { gtf_list | strg1.gtf ...}&lt;br /&gt;
With this option StringTie will assemble transcripts from multiple&lt;br /&gt;
input files generating a unified non-redundant set of isoforms. In this mode&lt;br /&gt;
the following options are available:&lt;br /&gt;
  -G &amp;lt;guide_gff&amp;gt;   reference annotation to include in the merging (GTF/GFF3)&lt;br /&gt;
  -o &amp;lt;out_gtf&amp;gt;     output file name for the merged transcripts GTF&lt;br /&gt;
                    (default: stdout)&lt;br /&gt;
  -m &amp;lt;min_len&amp;gt;     minimum input transcript length to include in the merge&lt;br /&gt;
                    (default: 50)&lt;br /&gt;
  -c &amp;lt;min_cov&amp;gt;     minimum input transcript coverage to include in the merge&lt;br /&gt;
                    (default: 0)&lt;br /&gt;
  -F &amp;lt;min_fpkm&amp;gt;    minimum input transcript FPKM to include in the merge&lt;br /&gt;
                    (default: 1.0)&lt;br /&gt;
  -T &amp;lt;min_tpm&amp;gt;     minimum input transcript TPM to include in the merge&lt;br /&gt;
                    (default: 1.0)&lt;br /&gt;
  -f &amp;lt;min_iso&amp;gt;     minimum isoform fraction (default: 0.01)&lt;br /&gt;
  -g &amp;lt;gap_len&amp;gt;     gap between transcripts to merge together (default: 250)&lt;br /&gt;
  -i               keep merged transcripts with retained introns; by default&lt;br /&gt;
                   these are not kept unless there is strong evidence for them&lt;br /&gt;
  -l &amp;lt;label&amp;gt;       name prefix for output transcripts (default: MSTRG)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=StringTie-Teaching&amp;diff=13733</id>
		<title>StringTie-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=StringTie-Teaching&amp;diff=13733"/>
		<updated>2018-08-15T19:28:57Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.3.3&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts.&amp;quot;&lt;br /&gt;
More details are at [http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/StringTie/1.3.3-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml StringTie/1.3.3-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_StringTie&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=StringTie.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=StringTie.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml StringTie/1.3.3-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
stringtie &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml StringTie/1.3.3-foss-2016b &lt;br /&gt;
stringtie --help&lt;br /&gt;
StringTie v1.3.3 usage:&lt;br /&gt;
 stringtie &amp;lt;input.bam ..&amp;gt; [-G &amp;lt;guide_gff&amp;gt;] [-l &amp;lt;label&amp;gt;] [-o &amp;lt;out_gtf&amp;gt;] [-p &amp;lt;cpus&amp;gt;]&lt;br /&gt;
  [-v] [-a &amp;lt;min_anchor_len&amp;gt;] [-m &amp;lt;min_tlen&amp;gt;] [-j &amp;lt;min_anchor_cov&amp;gt;] [-f &amp;lt;min_iso&amp;gt;]&lt;br /&gt;
  [-C &amp;lt;coverage_file_name&amp;gt;] [-c &amp;lt;min_bundle_cov&amp;gt;] [-g &amp;lt;bdist&amp;gt;] [-u]&lt;br /&gt;
  [-e] [-x &amp;lt;seqid,..&amp;gt;] [-A &amp;lt;gene_abund.out&amp;gt;] [-h] {-B | -b &amp;lt;dir_path&amp;gt;} &lt;br /&gt;
Assemble RNA-Seq alignments into potential transcripts.&lt;br /&gt;
 Options:&lt;br /&gt;
 --version : print just the version at stdout and exit&lt;br /&gt;
 -G reference annotation to use for guiding the assembly process (GTF/GFF3)&lt;br /&gt;
 --rf assume stranded library fr-firststrand&lt;br /&gt;
 --fr assume stranded library fr-secondstrand&lt;br /&gt;
 -l name prefix for output transcripts (default: STRG)&lt;br /&gt;
 -f minimum isoform fraction (default: 0.1)&lt;br /&gt;
 -m minimum assembled transcript length (default: 200)&lt;br /&gt;
 -o output path/file name for the assembled transcripts GTF (default: stdout)&lt;br /&gt;
 -a minimum anchor length for junctions (default: 10)&lt;br /&gt;
 -j minimum junction coverage (default: 1)&lt;br /&gt;
 -t disable trimming of predicted transcripts based on coverage&lt;br /&gt;
    (default: coverage trimming is enabled)&lt;br /&gt;
 -c minimum reads per bp coverage to consider for transcript assembly&lt;br /&gt;
    (default: 2.5)&lt;br /&gt;
 -v verbose (log bundle processing details)&lt;br /&gt;
 -g gap between read mappings triggering a new bundle (default: 50)&lt;br /&gt;
 -C output a file with reference transcripts that are covered by reads&lt;br /&gt;
 -M fraction of bundle allowed to be covered by multi-hit reads (default:0.95)&lt;br /&gt;
 -p number of threads (CPUs) to use (default: 1)&lt;br /&gt;
 -A gene abundance estimation output file&lt;br /&gt;
 -B enable output of Ballgown table files which will be created in the&lt;br /&gt;
    same directory as the output GTF (requires -G, -o recommended)&lt;br /&gt;
 -b enable output of Ballgown table files but these files will be &lt;br /&gt;
    created under the directory path given as &amp;lt;dir_path&amp;gt;&lt;br /&gt;
 -e only estimate the abundance of given reference transcripts (requires -G)&lt;br /&gt;
 -x do not assemble any transcripts on the given reference sequence(s)&lt;br /&gt;
 -u no multi-mapping correction (default: correction enabled)&lt;br /&gt;
 -h print this usage message and exit&lt;br /&gt;
&lt;br /&gt;
Transcript merge usage mode: &lt;br /&gt;
  stringtie --merge [Options] { gtf_list | strg1.gtf ...}&lt;br /&gt;
With this option StringTie will assemble transcripts from multiple&lt;br /&gt;
input files generating a unified non-redundant set of isoforms. In this mode&lt;br /&gt;
the following options are available:&lt;br /&gt;
  -G &amp;lt;guide_gff&amp;gt;   reference annotation to include in the merging (GTF/GFF3)&lt;br /&gt;
  -o &amp;lt;out_gtf&amp;gt;     output file name for the merged transcripts GTF&lt;br /&gt;
                    (default: stdout)&lt;br /&gt;
  -m &amp;lt;min_len&amp;gt;     minimum input transcript length to include in the merge&lt;br /&gt;
                    (default: 50)&lt;br /&gt;
  -c &amp;lt;min_cov&amp;gt;     minimum input transcript coverage to include in the merge&lt;br /&gt;
                    (default: 0)&lt;br /&gt;
  -F &amp;lt;min_fpkm&amp;gt;    minimum input transcript FPKM to include in the merge&lt;br /&gt;
                    (default: 1.0)&lt;br /&gt;
  -T &amp;lt;min_tpm&amp;gt;     minimum input transcript TPM to include in the merge&lt;br /&gt;
                    (default: 1.0)&lt;br /&gt;
  -f &amp;lt;min_iso&amp;gt;     minimum isoform fraction (default: 0.01)&lt;br /&gt;
  -g &amp;lt;gap_len&amp;gt;     gap between transcripts to merge together (default: 250)&lt;br /&gt;
  -i               keep merged transcripts with retained introns; by default&lt;br /&gt;
                   these are not kept unless there is strong evidence for them&lt;br /&gt;
  -l &amp;lt;label&amp;gt;       name prefix for output transcripts (default: MSTRG)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13717</id>
		<title>Bowtie2-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13717"/>
		<updated>2018-08-15T19:26:25Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
2.3.4.1&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads  to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s  of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes.  Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome,  its memory footprint is typically around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes.&amp;quot;&lt;br /&gt;
More details are at [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Bowtie2/2.3.4.1-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.4.1-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Bowtie2&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Bowtie2.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Bowtie2.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.4.1-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
bowtie2 &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.4.1-foss-2016b &lt;br /&gt;
bowtie2 -h&lt;br /&gt;
Bowtie 2 version 2.3.4.1 by Ben Langmead (langmea@cs.jhu.edu, www.cs.jhu.edu/~langmea)&lt;br /&gt;
Usage: &lt;br /&gt;
  bowtie2 [options]* -x &amp;lt;bt2-idx&amp;gt; {-1 &amp;lt;m1&amp;gt; -2 &amp;lt;m2&amp;gt; | -U &amp;lt;r&amp;gt; | --interleaved &amp;lt;i&amp;gt;} [-S &amp;lt;sam&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;bt2-idx&amp;gt;  Index filename prefix (minus trailing .X.bt2).&lt;br /&gt;
             NOTE: Bowtie 1 and Bowtie 2 indexes are not compatible.&lt;br /&gt;
  &amp;lt;m1&amp;gt;       Files with #1 mates, paired with files in &amp;lt;m2&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;m2&amp;gt;       Files with #2 mates, paired with files in &amp;lt;m1&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;r&amp;gt;        Files with unpaired reads.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;i&amp;gt;        Files with interleaved paired-end FASTQ reads&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;sam&amp;gt;      File for SAM output (default: stdout)&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; can be comma-separated lists (no whitespace) and can be&lt;br /&gt;
  specified many times.  E.g. &#039;-U file1.fq,file2.fq -U file3.fq&#039;.&lt;br /&gt;
&lt;br /&gt;
Options (defaults in parentheses):&lt;br /&gt;
&lt;br /&gt;
 Input:&lt;br /&gt;
  -q                 query input files are FASTQ .fq/.fastq (default)&lt;br /&gt;
  --tab5             query input files are TAB5 .tab5&lt;br /&gt;
  --tab6             query input files are TAB6 .tab6&lt;br /&gt;
  --qseq             query input files are in Illumina&#039;s qseq format&lt;br /&gt;
  -f                 query input files are (multi-)FASTA .fa/.mfa&lt;br /&gt;
  -r                 query input files are raw one-sequence-per-line&lt;br /&gt;
  -F k:&amp;lt;int&amp;gt;,i:&amp;lt;int&amp;gt; query input files are continuous FASTA where reads&lt;br /&gt;
                     are substrings (k-mers) extracted from a FASTA file &amp;lt;s&amp;gt;&lt;br /&gt;
                     and aligned at offsets 1, 1+i, 1+2i ... end of reference&lt;br /&gt;
  -c                 &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; are sequences themselves, not files&lt;br /&gt;
  -s/--skip &amp;lt;int&amp;gt;    skip the first &amp;lt;int&amp;gt; reads/pairs in the input (none)&lt;br /&gt;
  -u/--upto &amp;lt;int&amp;gt;    stop after first &amp;lt;int&amp;gt; reads/pairs (no limit)&lt;br /&gt;
  -5/--trim5 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 5&#039;/left end of reads (0)&lt;br /&gt;
  -3/--trim3 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 3&#039;/right end of reads (0)&lt;br /&gt;
  --phred33          qualities are Phred+33 (default)&lt;br /&gt;
  --phred64          qualities are Phred+64&lt;br /&gt;
  --int-quals        qualities encoded as space-delimited integers&lt;br /&gt;
&lt;br /&gt;
 Presets:                 Same as:&lt;br /&gt;
  For --end-to-end:&lt;br /&gt;
   --very-fast            -D 5 -R 1 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --fast                 -D 10 -R 2 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --sensitive            -D 15 -R 2 -N 0 -L 22 -i S,1,1.15 (default)&lt;br /&gt;
   --very-sensitive       -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
  For --local:&lt;br /&gt;
   --very-fast-local      -D 5 -R 1 -N 0 -L 25 -i S,1,2.00&lt;br /&gt;
   --fast-local           -D 10 -R 2 -N 0 -L 22 -i S,1,1.75&lt;br /&gt;
   --sensitive-local      -D 15 -R 2 -N 0 -L 20 -i S,1,0.75 (default)&lt;br /&gt;
   --very-sensitive-local -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
 Alignment:&lt;br /&gt;
  -N &amp;lt;int&amp;gt;           max # mismatches in seed alignment; can be 0 or 1 (0)&lt;br /&gt;
  -L &amp;lt;int&amp;gt;           length of seed substrings; must be &amp;gt;3, &amp;lt;32 (22)&lt;br /&gt;
  -i &amp;lt;func&amp;gt;          interval between seed substrings w/r/t read len (S,1,1.15)&lt;br /&gt;
  --n-ceil &amp;lt;func&amp;gt;    func for max # non-A/C/G/Ts permitted in aln (L,0,0.15)&lt;br /&gt;
  --dpad &amp;lt;int&amp;gt;       include &amp;lt;int&amp;gt; extra ref chars on sides of DP table (15)&lt;br /&gt;
  --gbar &amp;lt;int&amp;gt;       disallow gaps within &amp;lt;int&amp;gt; nucs of read extremes (4)&lt;br /&gt;
  --ignore-quals     treat all quality values as 30 on Phred scale (off)&lt;br /&gt;
  --nofw             do not align forward (original) version of read (off)&lt;br /&gt;
  --norc             do not align reverse-complement version of read (off)&lt;br /&gt;
  --no-1mm-upfront   do not allow 1 mismatch alignments before attempting to&lt;br /&gt;
                     scan for the optimal seeded alignments&lt;br /&gt;
  --end-to-end       entire read must align; no clipping (on)&lt;br /&gt;
   OR&lt;br /&gt;
  --local            local alignment; ends might be soft clipped (off)&lt;br /&gt;
&lt;br /&gt;
 Scoring:&lt;br /&gt;
  --ma &amp;lt;int&amp;gt;         match bonus (0 for --end-to-end, 2 for --local) &lt;br /&gt;
  --mp &amp;lt;int&amp;gt;         max penalty for mismatch; lower qual = lower penalty (6)&lt;br /&gt;
  --np &amp;lt;int&amp;gt;         penalty for non-A/C/G/Ts in read/ref (1)&lt;br /&gt;
  --rdg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  read gap open, extend penalties (5,3)&lt;br /&gt;
  --rfg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  reference gap open, extend penalties (5,3)&lt;br /&gt;
  --score-min &amp;lt;func&amp;gt; min acceptable alignment score w/r/t read length&lt;br /&gt;
                     (G,20,8 for local, L,-0.6,-0.6 for end-to-end)&lt;br /&gt;
&lt;br /&gt;
 Reporting:&lt;br /&gt;
  (default)          look for multiple alignments, report best, with MAPQ&lt;br /&gt;
   OR&lt;br /&gt;
  -k &amp;lt;int&amp;gt;           report up to &amp;lt;int&amp;gt; alns per read; MAPQ not meaningful&lt;br /&gt;
   OR&lt;br /&gt;
  -a/--all           report all alignments; very slow, MAPQ not meaningful&lt;br /&gt;
&lt;br /&gt;
 Effort:&lt;br /&gt;
  -D &amp;lt;int&amp;gt;           give up extending after &amp;lt;int&amp;gt; failed extends in a row (15)&lt;br /&gt;
  -R &amp;lt;int&amp;gt;           for reads w/ repetitive seeds, try &amp;lt;int&amp;gt; sets of seeds (2)&lt;br /&gt;
&lt;br /&gt;
 Paired-end:&lt;br /&gt;
  -I/--minins &amp;lt;int&amp;gt;  minimum fragment length (0)&lt;br /&gt;
  -X/--maxins &amp;lt;int&amp;gt;  maximum fragment length (500)&lt;br /&gt;
  --fr/--rf/--ff     -1, -2 mates align fw/rev, rev/fw, fw/fw (--fr)&lt;br /&gt;
  --no-mixed         suppress unpaired alignments for paired reads&lt;br /&gt;
  --no-discordant    suppress discordant alignments for paired reads&lt;br /&gt;
  --dovetail         concordant when mates extend past each other&lt;br /&gt;
  --no-contain       not concordant when one mate alignment contains other&lt;br /&gt;
  --no-overlap       not concordant when mates overlap at all&lt;br /&gt;
&lt;br /&gt;
 Output:&lt;br /&gt;
  -t/--time          print wall-clock time taken by search phases&lt;br /&gt;
  --un &amp;lt;path&amp;gt;        write unpaired reads that didn&#039;t align to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al &amp;lt;path&amp;gt;        write unpaired reads that aligned at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  --un-conc &amp;lt;path&amp;gt;   write pairs that didn&#039;t align concordantly to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al-conc &amp;lt;path&amp;gt;   write pairs that aligned concordantly at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
    (Note: for --un, --al, --un-conc, or --al-conc, add &#039;-gz&#039; to the option name, e.g.&lt;br /&gt;
    --un-gz &amp;lt;path&amp;gt;, to gzip compress output, or add &#039;-bz2&#039; to bzip2 compress output.)&lt;br /&gt;
  --quiet            print nothing to stderr except serious errors&lt;br /&gt;
  --met-file &amp;lt;path&amp;gt;  send metrics to file at &amp;lt;path&amp;gt; (off)&lt;br /&gt;
  --met-stderr       send metrics to stderr (off)&lt;br /&gt;
  --met &amp;lt;int&amp;gt;        report internal counters &amp;amp; metrics every &amp;lt;int&amp;gt; secs (1)&lt;br /&gt;
  --no-unal          suppress SAM records for unaligned reads&lt;br /&gt;
  --no-head          suppress header lines, i.e. lines starting with @&lt;br /&gt;
  --no-sq            suppress @SQ header lines&lt;br /&gt;
  --rg-id &amp;lt;text&amp;gt;     set read group id, reflected in @RG line and RG:Z: opt field&lt;br /&gt;
  --rg &amp;lt;text&amp;gt;        add &amp;lt;text&amp;gt; (&amp;quot;lab:value&amp;quot;) to @RG line of SAM header.&lt;br /&gt;
                     Note: @RG line only printed when --rg-id is set.&lt;br /&gt;
  --omit-sec-seq     put &#039;*&#039; in SEQ and QUAL fields for secondary alignments.&lt;br /&gt;
  --sam-no-qname-trunc Suppress standard behavior of truncating readname at first whitespace &lt;br /&gt;
                      at the expense of generating non-standard SAM.&lt;br /&gt;
  --xeq              Use &#039;=&#039;/&#039;X&#039;, instead of &#039;M,&#039; to specify matches/mismatches in SAM record.&lt;br /&gt;
  --soft-clipped-unmapped-tlen Exclude soft-clipped bases when reporting TLEN&lt;br /&gt;
&lt;br /&gt;
 Performance:&lt;br /&gt;
  -p/--threads &amp;lt;int&amp;gt; number of alignment threads to launch (1)&lt;br /&gt;
  --reorder          force SAM output order to match order of input reads&lt;br /&gt;
  --mm               use memory-mapped I/O for index; many &#039;bowtie&#039;s can share&lt;br /&gt;
&lt;br /&gt;
 Other:&lt;br /&gt;
  --qc-filter        filter out reads that are bad according to QSEQ filter&lt;br /&gt;
  --seed &amp;lt;int&amp;gt;       seed for random number generator (0)&lt;br /&gt;
  --non-deterministic seed rand. gen. arbitrarily instead of using read attributes&lt;br /&gt;
  --version          print version information and quit&lt;br /&gt;
  -h/--help          print this usage message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13716</id>
		<title>Bowtie2-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13716"/>
		<updated>2018-08-15T19:26:16Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
2.3.3&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads   to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s   of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes.   Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome,   its memory footprint is typically around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes.&amp;quot;&lt;br /&gt;
More details are at [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Bowtie2/2.3.3-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.3-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Bowtie2&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Bowtie2.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Bowtie2.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.3-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
bowtie2 &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.3-foss-2016b &lt;br /&gt;
bowtie2 -h&lt;br /&gt;
Bowtie 2 version 2.3.3 by Ben Langmead (langmea@cs.jhu.edu, www.cs.jhu.edu/~langmea)&lt;br /&gt;
Usage: &lt;br /&gt;
  bowtie2 [options]* -x &amp;lt;bt2-idx&amp;gt; {-1 &amp;lt;m1&amp;gt; -2 &amp;lt;m2&amp;gt; | -U &amp;lt;r&amp;gt; | --interleaved &amp;lt;i&amp;gt;} [-S &amp;lt;sam&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;bt2-idx&amp;gt;  Index filename prefix (minus trailing .X.bt2).&lt;br /&gt;
             NOTE: Bowtie 1 and Bowtie 2 indexes are not compatible.&lt;br /&gt;
  &amp;lt;m1&amp;gt;       Files with #1 mates, paired with files in &amp;lt;m2&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;m2&amp;gt;       Files with #2 mates, paired with files in &amp;lt;m1&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;r&amp;gt;        Files with unpaired reads.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;i&amp;gt;        Files with interleaved paired-end FASTQ reads&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;sam&amp;gt;      File for SAM output (default: stdout)&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; can be comma-separated lists (no whitespace) and can be&lt;br /&gt;
  specified many times.  E.g. &#039;-U file1.fq,file2.fq -U file3.fq&#039;.&lt;br /&gt;
&lt;br /&gt;
Options (defaults in parentheses):&lt;br /&gt;
&lt;br /&gt;
 Input:&lt;br /&gt;
  -q                 query input files are FASTQ .fq/.fastq (default)&lt;br /&gt;
  --tab5             query input files are TAB5 .tab5&lt;br /&gt;
  --tab6             query input files are TAB6 .tab6&lt;br /&gt;
  --qseq             query input files are in Illumina&#039;s qseq format&lt;br /&gt;
  -f                 query input files are (multi-)FASTA .fa/.mfa&lt;br /&gt;
  -r                 query input files are raw one-sequence-per-line&lt;br /&gt;
  -c                 &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; are sequences themselves, not files&lt;br /&gt;
  -s/--skip &amp;lt;int&amp;gt;    skip the first &amp;lt;int&amp;gt; reads/pairs in the input (none)&lt;br /&gt;
  -u/--upto &amp;lt;int&amp;gt;    stop after first &amp;lt;int&amp;gt; reads/pairs (no limit)&lt;br /&gt;
  -5/--trim5 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 5&#039;/left end of reads (0)&lt;br /&gt;
  -3/--trim3 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 3&#039;/right end of reads (0)&lt;br /&gt;
  --phred33          qualities are Phred+33 (default)&lt;br /&gt;
  --phred64          qualities are Phred+64&lt;br /&gt;
  --int-quals        qualities encoded as space-delimited integers&lt;br /&gt;
&lt;br /&gt;
 Presets:                 Same as:&lt;br /&gt;
  For --end-to-end:&lt;br /&gt;
   --very-fast            -D 5 -R 1 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --fast                 -D 10 -R 2 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --sensitive            -D 15 -R 2 -N 0 -L 22 -i S,1,1.15 (default)&lt;br /&gt;
   --very-sensitive       -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
  For --local:&lt;br /&gt;
   --very-fast-local      -D 5 -R 1 -N 0 -L 25 -i S,1,2.00&lt;br /&gt;
   --fast-local           -D 10 -R 2 -N 0 -L 22 -i S,1,1.75&lt;br /&gt;
   --sensitive-local      -D 15 -R 2 -N 0 -L 20 -i S,1,0.75 (default)&lt;br /&gt;
   --very-sensitive-local -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
 Alignment:&lt;br /&gt;
  -N &amp;lt;int&amp;gt;           max # mismatches in seed alignment; can be 0 or 1 (0)&lt;br /&gt;
  -L &amp;lt;int&amp;gt;           length of seed substrings; must be &amp;gt;3, &amp;lt;32 (22)&lt;br /&gt;
  -i &amp;lt;func&amp;gt;          interval between seed substrings w/r/t read len (S,1,1.15)&lt;br /&gt;
  --n-ceil &amp;lt;func&amp;gt;    func for max # non-A/C/G/Ts permitted in aln (L,0,0.15)&lt;br /&gt;
  --dpad &amp;lt;int&amp;gt;       include &amp;lt;int&amp;gt; extra ref chars on sides of DP table (15)&lt;br /&gt;
  --gbar &amp;lt;int&amp;gt;       disallow gaps within &amp;lt;int&amp;gt; nucs of read extremes (4)&lt;br /&gt;
  --ignore-quals     treat all quality values as 30 on Phred scale (off)&lt;br /&gt;
  --nofw             do not align forward (original) version of read (off)&lt;br /&gt;
  --norc             do not align reverse-complement version of read (off)&lt;br /&gt;
  --no-1mm-upfront   do not allow 1 mismatch alignments before attempting to&lt;br /&gt;
                     scan for the optimal seeded alignments&lt;br /&gt;
  --end-to-end       entire read must align; no clipping (on)&lt;br /&gt;
   OR&lt;br /&gt;
  --local            local alignment; ends might be soft clipped (off)&lt;br /&gt;
&lt;br /&gt;
 Scoring:&lt;br /&gt;
  --ma &amp;lt;int&amp;gt;         match bonus (0 for --end-to-end, 2 for --local) &lt;br /&gt;
  --mp &amp;lt;int&amp;gt;         max penalty for mismatch; lower qual = lower penalty (6)&lt;br /&gt;
  --np &amp;lt;int&amp;gt;         penalty for non-A/C/G/Ts in read/ref (1)&lt;br /&gt;
  --rdg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  read gap open, extend penalties (5,3)&lt;br /&gt;
  --rfg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  reference gap open, extend penalties (5,3)&lt;br /&gt;
  --score-min &amp;lt;func&amp;gt; min acceptable alignment score w/r/t read length&lt;br /&gt;
                     (G,20,8 for local, L,-0.6,-0.6 for end-to-end)&lt;br /&gt;
&lt;br /&gt;
 Reporting:&lt;br /&gt;
  (default)          look for multiple alignments, report best, with MAPQ&lt;br /&gt;
   OR&lt;br /&gt;
  -k &amp;lt;int&amp;gt;           report up to &amp;lt;int&amp;gt; alns per read; MAPQ not meaningful&lt;br /&gt;
   OR&lt;br /&gt;
  -a/--all           report all alignments; very slow, MAPQ not meaningful&lt;br /&gt;
&lt;br /&gt;
 Effort:&lt;br /&gt;
  -D &amp;lt;int&amp;gt;           give up extending after &amp;lt;int&amp;gt; failed extends in a row (15)&lt;br /&gt;
  -R &amp;lt;int&amp;gt;           for reads w/ repetitive seeds, try &amp;lt;int&amp;gt; sets of seeds (2)&lt;br /&gt;
&lt;br /&gt;
 Paired-end:&lt;br /&gt;
  -I/--minins &amp;lt;int&amp;gt;  minimum fragment length (0)&lt;br /&gt;
  -X/--maxins &amp;lt;int&amp;gt;  maximum fragment length (500)&lt;br /&gt;
  --fr/--rf/--ff     -1, -2 mates align fw/rev, rev/fw, fw/fw (--fr)&lt;br /&gt;
  --no-mixed         suppress unpaired alignments for paired reads&lt;br /&gt;
  --no-discordant    suppress discordant alignments for paired reads&lt;br /&gt;
  --dovetail         concordant when mates extend past each other&lt;br /&gt;
  --no-contain       not concordant when one mate alignment contains other&lt;br /&gt;
  --no-overlap       not concordant when mates overlap at all&lt;br /&gt;
&lt;br /&gt;
 Output:&lt;br /&gt;
  -t/--time          print wall-clock time taken by search phases&lt;br /&gt;
  --un &amp;lt;path&amp;gt;           write unpaired reads that didn&#039;t align to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al &amp;lt;path&amp;gt;           write unpaired reads that aligned at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  --un-conc &amp;lt;path&amp;gt;      write pairs that didn&#039;t align concordantly to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al-conc &amp;lt;path&amp;gt;      write pairs that aligned concordantly at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  (Note: for --un, --al, --un-conc, or --al-conc, add &#039;-gz&#039; to the option name, e.g.&lt;br /&gt;
  --un-gz &amp;lt;path&amp;gt;, to gzip compress output, or add &#039;-bz2&#039; to bzip2 compress output.)&lt;br /&gt;
  --quiet            print nothing to stderr except serious errors&lt;br /&gt;
  --met-file &amp;lt;path&amp;gt;  send metrics to file at &amp;lt;path&amp;gt; (off)&lt;br /&gt;
  --met-stderr       send metrics to stderr (off)&lt;br /&gt;
  --met &amp;lt;int&amp;gt;        report internal counters &amp;amp; metrics every &amp;lt;int&amp;gt; secs (1)&lt;br /&gt;
  --no-unal          suppress SAM records for unaligned reads&lt;br /&gt;
  --no-head          suppress header lines, i.e. lines starting with @&lt;br /&gt;
  --no-sq            suppress @SQ header lines&lt;br /&gt;
  --rg-id &amp;lt;text&amp;gt;     set read group id, reflected in @RG line and RG:Z: opt field&lt;br /&gt;
  --rg &amp;lt;text&amp;gt;        add &amp;lt;text&amp;gt; (&amp;quot;lab:value&amp;quot;) to @RG line of SAM header.&lt;br /&gt;
                     Note: @RG line only printed when --rg-id is set.&lt;br /&gt;
  --omit-sec-seq     put &#039;*&#039; in SEQ and QUAL fields for secondary alignments.&lt;br /&gt;
  --sam-noqname-trunc Suppress standard behavior of truncating readname at first whitespace &lt;br /&gt;
                      at the expense of generating non-standard SAM.&lt;br /&gt;
  --xeq              Use &#039;=&#039;/&#039;X&#039;, instead of &#039;M,&#039; to specify matches/mismatches in SAM record.&lt;br /&gt;
  --soft-clipped-unmapped-tlen Exclude soft-clipped bases when reporting TLEN&lt;br /&gt;
&lt;br /&gt;
 Performance:&lt;br /&gt;
  -p/--threads &amp;lt;int&amp;gt; number of alignment threads to launch (1)&lt;br /&gt;
  --reorder          force SAM output order to match order of input reads&lt;br /&gt;
  --mm               use memory-mapped I/O for index; many &#039;bowtie&#039;s can share&lt;br /&gt;
&lt;br /&gt;
 Other:&lt;br /&gt;
  --qc-filter        filter out reads that are bad according to QSEQ filter&lt;br /&gt;
  --seed &amp;lt;int&amp;gt;       seed for random number generator (0)&lt;br /&gt;
  --non-deterministic seed rand. gen. arbitrarily instead of using read attributes&lt;br /&gt;
  --version          print version information and quit&lt;br /&gt;
  -h/--help          print this usage message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13715</id>
		<title>Bowtie2-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13715"/>
		<updated>2018-08-15T19:26:08Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
2.2.3&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads   to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s   of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes.   Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome,   its memory footprint is typically around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes.&amp;quot;&lt;br /&gt;
More details are at [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Bowtie2/2.2.3-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.2.3-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Bowtie2&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Bowtie2.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Bowtie2.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Bowtie2/2.2.3-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
bowtie2 &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.2.3-foss-2016b &lt;br /&gt;
bowtie2 -h&lt;br /&gt;
Bowtie 2 version 2.2.3 by Ben Langmead (langmea@cs.jhu.edu, www.cs.jhu.edu/~langmea)&lt;br /&gt;
Usage: &lt;br /&gt;
  bowtie2 [options]* -x &amp;lt;bt2-idx&amp;gt; {-1 &amp;lt;m1&amp;gt; -2 &amp;lt;m2&amp;gt; | -U &amp;lt;r&amp;gt;} [-S &amp;lt;sam&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;bt2-idx&amp;gt;  Index filename prefix (minus trailing .X.bt2).&lt;br /&gt;
             NOTE: Bowtie 1 and Bowtie 2 indexes are not compatible.&lt;br /&gt;
  &amp;lt;m1&amp;gt;       Files with #1 mates, paired with files in &amp;lt;m2&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;m2&amp;gt;       Files with #2 mates, paired with files in &amp;lt;m1&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;r&amp;gt;        Files with unpaired reads.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;sam&amp;gt;      File for SAM output (default: stdout)&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; can be comma-separated lists (no whitespace) and can be&lt;br /&gt;
  specified many times.  E.g. &#039;-U file1.fq,file2.fq -U file3.fq&#039;.&lt;br /&gt;
&lt;br /&gt;
Options (defaults in parentheses):&lt;br /&gt;
&lt;br /&gt;
 Input:&lt;br /&gt;
  -q                 query input files are FASTQ .fq/.fastq (default)&lt;br /&gt;
  --qseq             query input files are in Illumina&#039;s qseq format&lt;br /&gt;
  -f                 query input files are (multi-)FASTA .fa/.mfa&lt;br /&gt;
  -r                 query input files are raw one-sequence-per-line&lt;br /&gt;
  -c                 &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; are sequences themselves, not files&lt;br /&gt;
  -s/--skip &amp;lt;int&amp;gt;    skip the first &amp;lt;int&amp;gt; reads/pairs in the input (none)&lt;br /&gt;
  -u/--upto &amp;lt;int&amp;gt;    stop after first &amp;lt;int&amp;gt; reads/pairs (no limit)&lt;br /&gt;
  -5/--trim5 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 5&#039;/left end of reads (0)&lt;br /&gt;
  -3/--trim3 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 3&#039;/right end of reads (0)&lt;br /&gt;
  --phred33          qualities are Phred+33 (default)&lt;br /&gt;
  --phred64          qualities are Phred+64&lt;br /&gt;
  --int-quals        qualities encoded as space-delimited integers&lt;br /&gt;
&lt;br /&gt;
 Presets:                 Same as:&lt;br /&gt;
  For --end-to-end:&lt;br /&gt;
   --very-fast            -D 5 -R 1 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --fast                 -D 10 -R 2 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --sensitive            -D 15 -R 2 -N 0 -L 22 -i S,1,1.15 (default)&lt;br /&gt;
   --very-sensitive       -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
  For --local:&lt;br /&gt;
   --very-fast-local      -D 5 -R 1 -N 0 -L 25 -i S,1,2.00&lt;br /&gt;
   --fast-local           -D 10 -R 2 -N 0 -L 22 -i S,1,1.75&lt;br /&gt;
   --sensitive-local      -D 15 -R 2 -N 0 -L 20 -i S,1,0.75 (default)&lt;br /&gt;
   --very-sensitive-local -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
 Alignment:&lt;br /&gt;
  -N &amp;lt;int&amp;gt;           max # mismatches in seed alignment; can be 0 or 1 (0)&lt;br /&gt;
  -L &amp;lt;int&amp;gt;           length of seed substrings; must be &amp;gt;3, &amp;lt;32 (22)&lt;br /&gt;
  -i &amp;lt;func&amp;gt;          interval between seed substrings w/r/t read len (S,1,1.15)&lt;br /&gt;
  --n-ceil &amp;lt;func&amp;gt;    func for max # non-A/C/G/Ts permitted in aln (L,0,0.15)&lt;br /&gt;
  --dpad &amp;lt;int&amp;gt;       include &amp;lt;int&amp;gt; extra ref chars on sides of DP table (15)&lt;br /&gt;
  --gbar &amp;lt;int&amp;gt;       disallow gaps within &amp;lt;int&amp;gt; nucs of read extremes (4)&lt;br /&gt;
  --ignore-quals     treat all quality values as 30 on Phred scale (off)&lt;br /&gt;
  --nofw             do not align forward (original) version of read (off)&lt;br /&gt;
  --norc             do not align reverse-complement version of read (off)&lt;br /&gt;
  --no-1mm-upfront   do not allow 1 mismatch alignments before attempting to&lt;br /&gt;
                     scan for the optimal seeded alignments&lt;br /&gt;
  --end-to-end       entire read must align; no clipping (on)&lt;br /&gt;
   OR&lt;br /&gt;
  --local            local alignment; ends might be soft clipped (off)&lt;br /&gt;
&lt;br /&gt;
 Scoring:&lt;br /&gt;
  --ma &amp;lt;int&amp;gt;         match bonus (0 for --end-to-end, 2 for --local) &lt;br /&gt;
  --mp &amp;lt;int&amp;gt;         max penalty for mismatch; lower qual = lower penalty (6)&lt;br /&gt;
  --np &amp;lt;int&amp;gt;         penalty for non-A/C/G/Ts in read/ref (1)&lt;br /&gt;
  --rdg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  read gap open, extend penalties (5,3)&lt;br /&gt;
  --rfg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  reference gap open, extend penalties (5,3)&lt;br /&gt;
  --score-min &amp;lt;func&amp;gt; min acceptable alignment score w/r/t read length&lt;br /&gt;
                     (G,20,8 for local, L,-0.6,-0.6 for end-to-end)&lt;br /&gt;
&lt;br /&gt;
 Reporting:&lt;br /&gt;
  (default)          look for multiple alignments, report best, with MAPQ&lt;br /&gt;
   OR&lt;br /&gt;
  -k &amp;lt;int&amp;gt;           report up to &amp;lt;int&amp;gt; alns per read; MAPQ not meaningful&lt;br /&gt;
   OR&lt;br /&gt;
  -a/--all           report all alignments; very slow, MAPQ not meaningful&lt;br /&gt;
&lt;br /&gt;
 Effort:&lt;br /&gt;
  -D &amp;lt;int&amp;gt;           give up extending after &amp;lt;int&amp;gt; failed extends in a row (15)&lt;br /&gt;
  -R &amp;lt;int&amp;gt;           for reads w/ repetitive seeds, try &amp;lt;int&amp;gt; sets of seeds (2)&lt;br /&gt;
&lt;br /&gt;
 Paired-end:&lt;br /&gt;
  -I/--minins &amp;lt;int&amp;gt;  minimum fragment length (0)&lt;br /&gt;
  -X/--maxins &amp;lt;int&amp;gt;  maximum fragment length (500)&lt;br /&gt;
  --fr/--rf/--ff     -1, -2 mates align fw/rev, rev/fw, fw/fw (--fr)&lt;br /&gt;
  --no-mixed         suppress unpaired alignments for paired reads&lt;br /&gt;
  --no-discordant    suppress discordant alignments for paired reads&lt;br /&gt;
  --no-dovetail      not concordant when mates extend past each other&lt;br /&gt;
  --no-contain       not concordant when one mate alignment contains other&lt;br /&gt;
  --no-overlap       not concordant when mates overlap at all&lt;br /&gt;
&lt;br /&gt;
 Output:&lt;br /&gt;
  -t/--time          print wall-clock time taken by search phases&lt;br /&gt;
  --un &amp;lt;path&amp;gt;           write unpaired reads that didn&#039;t align to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al &amp;lt;path&amp;gt;           write unpaired reads that aligned at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  --un-conc &amp;lt;path&amp;gt;      write pairs that didn&#039;t align concordantly to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al-conc &amp;lt;path&amp;gt;      write pairs that aligned concordantly at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  (Note: for --un, --al, --un-conc, or --al-conc, add &#039;-gz&#039; to the option name, e.g.&lt;br /&gt;
  --un-gz &amp;lt;path&amp;gt;, to gzip compress output, or add &#039;-bz2&#039; to bzip2 compress output.)&lt;br /&gt;
  --quiet            print nothing to stderr except serious errors&lt;br /&gt;
  --met-file &amp;lt;path&amp;gt;  send metrics to file at &amp;lt;path&amp;gt; (off)&lt;br /&gt;
  --met-stderr       send metrics to stderr (off)&lt;br /&gt;
  --met &amp;lt;int&amp;gt;        report internal counters &amp;amp; metrics every &amp;lt;int&amp;gt; secs (1)&lt;br /&gt;
  --no-head          supppress header lines, i.e. lines starting with @&lt;br /&gt;
  --no-sq            supppress @SQ header lines&lt;br /&gt;
  --rg-id &amp;lt;text&amp;gt;     set read group id, reflected in @RG line and RG:Z: opt field&lt;br /&gt;
  --rg &amp;lt;text&amp;gt;        add &amp;lt;text&amp;gt; (&amp;quot;lab:value&amp;quot;) to @RG line of SAM header.&lt;br /&gt;
                     Note: @RG line only printed when --rg-id is set.&lt;br /&gt;
  --omit-sec-seq     put &#039;*&#039; in SEQ and QUAL fields for secondary alignments.&lt;br /&gt;
&lt;br /&gt;
 Performance:&lt;br /&gt;
  -p/--threads &amp;lt;int&amp;gt; number of alignment threads to launch (1)&lt;br /&gt;
  --reorder          force SAM output order to match order of input reads&lt;br /&gt;
  --mm               use memory-mapped I/O for index; many &#039;bowtie&#039;s can share&lt;br /&gt;
&lt;br /&gt;
 Other:&lt;br /&gt;
  --qc-filter        filter out reads that are bad according to QSEQ filter&lt;br /&gt;
  --seed &amp;lt;int&amp;gt;       seed for random number generator (0)&lt;br /&gt;
  --non-deterministic seed rand. gen. arbitrarily instead of using read attributes&lt;br /&gt;
  --version          print version information and quit&lt;br /&gt;
  -h/--help          print this usage message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13698</id>
		<title>Java-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13698"/>
		<updated>2018-08-15T19:23:47Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Programming]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Programming&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.8.0_144&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Java Platform, Standard Edition (Java SE) lets you develop and deploy  Java applications on desktops and servers.&amp;quot;&lt;br /&gt;
More details are at [http://java.com/ Java]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Java/1.8.0_144&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_144 &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Java&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Java.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Java.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Java/1.8.0_144&amp;lt;br&amp;gt;    &lt;br /&gt;
java &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_144 &lt;br /&gt;
java &lt;br /&gt;
Usage: java [-options] class [args...]&lt;br /&gt;
           (to execute a class)&lt;br /&gt;
   or  java [-options] -jar jarfile [args...]&lt;br /&gt;
           (to execute a jar file)&lt;br /&gt;
where options include:&lt;br /&gt;
    -d32	  use a 32-bit data model if available&lt;br /&gt;
    -d64	  use a 64-bit data model if available&lt;br /&gt;
    -server	  to select the &amp;quot;server&amp;quot; VM&lt;br /&gt;
                  The default VM is server,&lt;br /&gt;
                  because you are running on a server-class machine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    -cp &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
    -classpath &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
                  A : separated list of directories, JAR archives,&lt;br /&gt;
                  and ZIP archives to search for class files.&lt;br /&gt;
    -D&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;&lt;br /&gt;
                  set a system property&lt;br /&gt;
    -verbose:[class|gc|jni]&lt;br /&gt;
                  enable verbose output&lt;br /&gt;
    -version      print product version and exit&lt;br /&gt;
    -version:&amp;lt;value&amp;gt;&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  require the specified version to run&lt;br /&gt;
    -showversion  print product version and continue&lt;br /&gt;
    -jre-restrict-search | -no-jre-restrict-search&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  include/exclude user private JREs in the version search&lt;br /&gt;
    -? -help      print this help message&lt;br /&gt;
    -X            print help on non-standard options&lt;br /&gt;
    -ea[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -enableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  enable assertions with specified granularity&lt;br /&gt;
    -da[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -disableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  disable assertions with specified granularity&lt;br /&gt;
    -esa | -enablesystemassertions&lt;br /&gt;
                  enable system assertions&lt;br /&gt;
    -dsa | -disablesystemassertions&lt;br /&gt;
                  disable system assertions&lt;br /&gt;
    -agentlib:&amp;lt;libname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library &amp;lt;libname&amp;gt;, e.g. -agentlib:hprof&lt;br /&gt;
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help&lt;br /&gt;
    -agentpath:&amp;lt;pathname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library by full pathname&lt;br /&gt;
    -javaagent:&amp;lt;jarpath&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load Java programming language agent, see java.lang.instrument&lt;br /&gt;
    -splash:&amp;lt;imagepath&amp;gt;&lt;br /&gt;
                  show splash screen with specified image&lt;br /&gt;
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13697</id>
		<title>Java-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13697"/>
		<updated>2018-08-15T19:23:39Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Programming]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Programming&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.8.0_141&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Java Platform, Standard Edition (Java SE) lets you develop and deploy  Java applications on desktops and servers.&amp;quot;&lt;br /&gt;
More details are at [http://java.com/ Java]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Java/1.8.0_141&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_141 &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Java&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Java.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Java.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Java/1.8.0_141&amp;lt;br&amp;gt;    &lt;br /&gt;
java &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_141 &lt;br /&gt;
java &lt;br /&gt;
Usage: java [-options] class [args...]&lt;br /&gt;
           (to execute a class)&lt;br /&gt;
   or  java [-options] -jar jarfile [args...]&lt;br /&gt;
           (to execute a jar file)&lt;br /&gt;
where options include:&lt;br /&gt;
    -d32	  use a 32-bit data model if available&lt;br /&gt;
    -d64	  use a 64-bit data model if available&lt;br /&gt;
    -server	  to select the &amp;quot;server&amp;quot; VM&lt;br /&gt;
                  The default VM is server,&lt;br /&gt;
                  because you are running on a server-class machine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    -cp &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
    -classpath &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
                  A : separated list of directories, JAR archives,&lt;br /&gt;
                  and ZIP archives to search for class files.&lt;br /&gt;
    -D&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;&lt;br /&gt;
                  set a system property&lt;br /&gt;
    -verbose:[class|gc|jni]&lt;br /&gt;
                  enable verbose output&lt;br /&gt;
    -version      print product version and exit&lt;br /&gt;
    -version:&amp;lt;value&amp;gt;&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  require the specified version to run&lt;br /&gt;
    -showversion  print product version and continue&lt;br /&gt;
    -jre-restrict-search | -no-jre-restrict-search&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  include/exclude user private JREs in the version search&lt;br /&gt;
    -? -help      print this help message&lt;br /&gt;
    -X            print help on non-standard options&lt;br /&gt;
    -ea[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -enableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  enable assertions with specified granularity&lt;br /&gt;
    -da[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -disableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  disable assertions with specified granularity&lt;br /&gt;
    -esa | -enablesystemassertions&lt;br /&gt;
                  enable system assertions&lt;br /&gt;
    -dsa | -disablesystemassertions&lt;br /&gt;
                  disable system assertions&lt;br /&gt;
    -agentlib:&amp;lt;libname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library &amp;lt;libname&amp;gt;, e.g. -agentlib:hprof&lt;br /&gt;
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help&lt;br /&gt;
    -agentpath:&amp;lt;pathname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library by full pathname&lt;br /&gt;
    -javaagent:&amp;lt;jarpath&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load Java programming language agent, see java.lang.instrument&lt;br /&gt;
    -splash:&amp;lt;imagepath&amp;gt;&lt;br /&gt;
                  show splash screen with specified image&lt;br /&gt;
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13696</id>
		<title>Java-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13696"/>
		<updated>2018-08-15T19:23:31Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Programming]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Programming&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.8.0_121&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Java Platform, Standard Edition (Java SE) lets you develop and deploy  Java applications on desktops and servers.&amp;quot;&lt;br /&gt;
More details are at [http://java.com/ Java]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Java/1.8.0_121&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_121 &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Java&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Java.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Java.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Java/1.8.0_121&amp;lt;br&amp;gt;    &lt;br /&gt;
java &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_121 &lt;br /&gt;
java &lt;br /&gt;
Usage: java [-options] class [args...]&lt;br /&gt;
           (to execute a class)&lt;br /&gt;
   or  java [-options] -jar jarfile [args...]&lt;br /&gt;
           (to execute a jar file)&lt;br /&gt;
where options include:&lt;br /&gt;
    -d32	  use a 32-bit data model if available&lt;br /&gt;
    -d64	  use a 64-bit data model if available&lt;br /&gt;
    -server	  to select the &amp;quot;server&amp;quot; VM&lt;br /&gt;
                  The default VM is server,&lt;br /&gt;
                  because you are running on a server-class machine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    -cp &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
    -classpath &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
                  A : separated list of directories, JAR archives,&lt;br /&gt;
                  and ZIP archives to search for class files.&lt;br /&gt;
    -D&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;&lt;br /&gt;
                  set a system property&lt;br /&gt;
    -verbose:[class|gc|jni]&lt;br /&gt;
                  enable verbose output&lt;br /&gt;
    -version      print product version and exit&lt;br /&gt;
    -version:&amp;lt;value&amp;gt;&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  require the specified version to run&lt;br /&gt;
    -showversion  print product version and continue&lt;br /&gt;
    -jre-restrict-search | -no-jre-restrict-search&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  include/exclude user private JREs in the version search&lt;br /&gt;
    -? -help      print this help message&lt;br /&gt;
    -X            print help on non-standard options&lt;br /&gt;
    -ea[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -enableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  enable assertions with specified granularity&lt;br /&gt;
    -da[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -disableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  disable assertions with specified granularity&lt;br /&gt;
    -esa | -enablesystemassertions&lt;br /&gt;
                  enable system assertions&lt;br /&gt;
    -dsa | -disablesystemassertions&lt;br /&gt;
                  disable system assertions&lt;br /&gt;
    -agentlib:&amp;lt;libname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library &amp;lt;libname&amp;gt;, e.g. -agentlib:hprof&lt;br /&gt;
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help&lt;br /&gt;
    -agentpath:&amp;lt;pathname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library by full pathname&lt;br /&gt;
    -javaagent:&amp;lt;jarpath&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load Java programming language agent, see java.lang.instrument&lt;br /&gt;
    -splash:&amp;lt;imagepath&amp;gt;&lt;br /&gt;
                  show splash screen with specified image&lt;br /&gt;
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13695</id>
		<title>Java-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13695"/>
		<updated>2018-08-15T19:23:22Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Programming]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Programming&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.8.0_112&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Java Platform, Standard Edition (Java SE) lets you develop and deploy  Java applications on desktops and servers.&amp;quot;&lt;br /&gt;
More details are at [http://java.com/ Java]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Java/1.8.0_112&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_112 &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Java&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Java.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Java.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Java/1.8.0_112&amp;lt;br&amp;gt;    &lt;br /&gt;
java &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_112 &lt;br /&gt;
java &lt;br /&gt;
Usage: java [-options] class [args...]&lt;br /&gt;
           (to execute a class)&lt;br /&gt;
   or  java [-options] -jar jarfile [args...]&lt;br /&gt;
           (to execute a jar file)&lt;br /&gt;
where options include:&lt;br /&gt;
    -d32	  use a 32-bit data model if available&lt;br /&gt;
    -d64	  use a 64-bit data model if available&lt;br /&gt;
    -server	  to select the &amp;quot;server&amp;quot; VM&lt;br /&gt;
                  The default VM is server,&lt;br /&gt;
                  because you are running on a server-class machine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    -cp &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
    -classpath &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
                  A : separated list of directories, JAR archives,&lt;br /&gt;
                  and ZIP archives to search for class files.&lt;br /&gt;
    -D&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;&lt;br /&gt;
                  set a system property&lt;br /&gt;
    -verbose:[class|gc|jni]&lt;br /&gt;
                  enable verbose output&lt;br /&gt;
    -version      print product version and exit&lt;br /&gt;
    -version:&amp;lt;value&amp;gt;&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  require the specified version to run&lt;br /&gt;
    -showversion  print product version and continue&lt;br /&gt;
    -jre-restrict-search | -no-jre-restrict-search&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  include/exclude user private JREs in the version search&lt;br /&gt;
    -? -help      print this help message&lt;br /&gt;
    -X            print help on non-standard options&lt;br /&gt;
    -ea[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -enableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  enable assertions with specified granularity&lt;br /&gt;
    -da[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -disableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  disable assertions with specified granularity&lt;br /&gt;
    -esa | -enablesystemassertions&lt;br /&gt;
                  enable system assertions&lt;br /&gt;
    -dsa | -disablesystemassertions&lt;br /&gt;
                  disable system assertions&lt;br /&gt;
    -agentlib:&amp;lt;libname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library &amp;lt;libname&amp;gt;, e.g. -agentlib:hprof&lt;br /&gt;
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help&lt;br /&gt;
    -agentpath:&amp;lt;pathname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library by full pathname&lt;br /&gt;
    -javaagent:&amp;lt;jarpath&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load Java programming language agent, see java.lang.instrument&lt;br /&gt;
    -splash:&amp;lt;imagepath&amp;gt;&lt;br /&gt;
                  show splash screen with specified image&lt;br /&gt;
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13694</id>
		<title>Java-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Java-Teaching&amp;diff=13694"/>
		<updated>2018-08-15T19:23:15Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Programming]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Programming&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.8.0_92&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Java Platform, Standard Edition (Java SE) lets you develop and deploy  Java applications on desktops and servers.&amp;quot;&lt;br /&gt;
More details are at [http://java.com/ Java]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Java/1.8.0_92&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_92 &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Java&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Java.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Java.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Java/1.8.0_92&amp;lt;br&amp;gt;    &lt;br /&gt;
java &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Java/1.8.0_92 &lt;br /&gt;
java &lt;br /&gt;
Usage: java [-options] class [args...]&lt;br /&gt;
           (to execute a class)&lt;br /&gt;
   or  java [-options] -jar jarfile [args...]&lt;br /&gt;
           (to execute a jar file)&lt;br /&gt;
where options include:&lt;br /&gt;
    -d32	  use a 32-bit data model if available&lt;br /&gt;
    -d64	  use a 64-bit data model if available&lt;br /&gt;
    -server	  to select the &amp;quot;server&amp;quot; VM&lt;br /&gt;
                  The default VM is server,&lt;br /&gt;
                  because you are running on a server-class machine.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    -cp &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
    -classpath &amp;lt;class search path of directories and zip/jar files&amp;gt;&lt;br /&gt;
                  A : separated list of directories, JAR archives,&lt;br /&gt;
                  and ZIP archives to search for class files.&lt;br /&gt;
    -D&amp;lt;name&amp;gt;=&amp;lt;value&amp;gt;&lt;br /&gt;
                  set a system property&lt;br /&gt;
    -verbose:[class|gc|jni]&lt;br /&gt;
                  enable verbose output&lt;br /&gt;
    -version      print product version and exit&lt;br /&gt;
    -version:&amp;lt;value&amp;gt;&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  require the specified version to run&lt;br /&gt;
    -showversion  print product version and continue&lt;br /&gt;
    -jre-restrict-search | -no-jre-restrict-search&lt;br /&gt;
                  Warning: this feature is deprecated and will be removed&lt;br /&gt;
                  in a future release.&lt;br /&gt;
                  include/exclude user private JREs in the version search&lt;br /&gt;
    -? -help      print this help message&lt;br /&gt;
    -X            print help on non-standard options&lt;br /&gt;
    -ea[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -enableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  enable assertions with specified granularity&lt;br /&gt;
    -da[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
    -disableassertions[:&amp;lt;packagename&amp;gt;...|:&amp;lt;classname&amp;gt;]&lt;br /&gt;
                  disable assertions with specified granularity&lt;br /&gt;
    -esa | -enablesystemassertions&lt;br /&gt;
                  enable system assertions&lt;br /&gt;
    -dsa | -disablesystemassertions&lt;br /&gt;
                  disable system assertions&lt;br /&gt;
    -agentlib:&amp;lt;libname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library &amp;lt;libname&amp;gt;, e.g. -agentlib:hprof&lt;br /&gt;
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help&lt;br /&gt;
    -agentpath:&amp;lt;pathname&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load native agent library by full pathname&lt;br /&gt;
    -javaagent:&amp;lt;jarpath&amp;gt;[=&amp;lt;options&amp;gt;]&lt;br /&gt;
                  load Java programming language agent, see java.lang.instrument&lt;br /&gt;
    -splash:&amp;lt;imagepath&amp;gt;&lt;br /&gt;
                  show splash screen with specified image&lt;br /&gt;
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://java.com/ Java]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=StringTie-Teaching&amp;diff=13584</id>
		<title>StringTie-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=StringTie-Teaching&amp;diff=13584"/>
		<updated>2018-08-15T16:26:22Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.3.4d&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts.&amp;quot;&lt;br /&gt;
More details are at [http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/StringTie/1.3.4d-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml StringTie/1.3.4d-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_StringTie&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=StringTie.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=StringTie.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml StringTie/1.3.4d-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
stringtie &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml StringTie/1.3.4d-foss-2016b &lt;br /&gt;
stringtie --help&lt;br /&gt;
StringTie v1.3.4d usage:&lt;br /&gt;
 stringtie &amp;lt;input.bam ..&amp;gt; [-G &amp;lt;guide_gff&amp;gt;] [-l &amp;lt;label&amp;gt;] [-o &amp;lt;out_gtf&amp;gt;] [-p &amp;lt;cpus&amp;gt;]&lt;br /&gt;
  [-v] [-a &amp;lt;min_anchor_len&amp;gt;] [-m &amp;lt;min_tlen&amp;gt;] [-j &amp;lt;min_anchor_cov&amp;gt;] [-f &amp;lt;min_iso&amp;gt;]&lt;br /&gt;
  [-C &amp;lt;coverage_file_name&amp;gt;] [-c &amp;lt;min_bundle_cov&amp;gt;] [-g &amp;lt;bdist&amp;gt;] [-u]&lt;br /&gt;
  [-e] [-x &amp;lt;seqid,..&amp;gt;] [-A &amp;lt;gene_abund.out&amp;gt;] [-h] {-B | -b &amp;lt;dir_path&amp;gt;} &lt;br /&gt;
Assemble RNA-Seq alignments into potential transcripts.&lt;br /&gt;
 Options:&lt;br /&gt;
 --version : print just the version at stdout and exit&lt;br /&gt;
 -G reference annotation to use for guiding the assembly process (GTF/GFF3)&lt;br /&gt;
 --rf assume stranded library fr-firststrand&lt;br /&gt;
 --fr assume stranded library fr-secondstrand&lt;br /&gt;
 -l name prefix for output transcripts (default: STRG)&lt;br /&gt;
 -f minimum isoform fraction (default: 0.1)&lt;br /&gt;
 -m minimum assembled transcript length (default: 200)&lt;br /&gt;
 -o output path/file name for the assembled transcripts GTF (default: stdout)&lt;br /&gt;
 -a minimum anchor length for junctions (default: 10)&lt;br /&gt;
 -j minimum junction coverage (default: 1)&lt;br /&gt;
 -t disable trimming of predicted transcripts based on coverage&lt;br /&gt;
    (default: coverage trimming is enabled)&lt;br /&gt;
 -c minimum reads per bp coverage to consider for transcript assembly&lt;br /&gt;
    (default: 2.5)&lt;br /&gt;
 -v verbose (log bundle processing details)&lt;br /&gt;
 -g gap between read mappings triggering a new bundle (default: 50)&lt;br /&gt;
 -C output a file with reference transcripts that are covered by reads&lt;br /&gt;
 -M fraction of bundle allowed to be covered by multi-hit reads (default:0.95)&lt;br /&gt;
 -p number of threads (CPUs) to use (default: 1)&lt;br /&gt;
 -A gene abundance estimation output file&lt;br /&gt;
 -B enable output of Ballgown table files which will be created in the&lt;br /&gt;
    same directory as the output GTF (requires -G, -o recommended)&lt;br /&gt;
 -b enable output of Ballgown table files but these files will be &lt;br /&gt;
    created under the directory path given as &amp;lt;dir_path&amp;gt;&lt;br /&gt;
 -e only estimate the abundance of given reference transcripts (requires -G)&lt;br /&gt;
 -x do not assemble any transcripts on the given reference sequence(s)&lt;br /&gt;
 -u no multi-mapping correction (default: correction enabled)&lt;br /&gt;
 -h print this usage message and exit&lt;br /&gt;
&lt;br /&gt;
Transcript merge usage mode: &lt;br /&gt;
  stringtie --merge [Options] { gtf_list | strg1.gtf ...}&lt;br /&gt;
With this option StringTie will assemble transcripts from multiple&lt;br /&gt;
input files generating a unified non-redundant set of isoforms. In this mode&lt;br /&gt;
the following options are available:&lt;br /&gt;
  -G &amp;lt;guide_gff&amp;gt;   reference annotation to include in the merging (GTF/GFF3)&lt;br /&gt;
  -o &amp;lt;out_gtf&amp;gt;     output file name for the merged transcripts GTF&lt;br /&gt;
                    (default: stdout)&lt;br /&gt;
  -m &amp;lt;min_len&amp;gt;     minimum input transcript length to include in the merge&lt;br /&gt;
                    (default: 50)&lt;br /&gt;
  -c &amp;lt;min_cov&amp;gt;     minimum input transcript coverage to include in the merge&lt;br /&gt;
                    (default: 0)&lt;br /&gt;
  -F &amp;lt;min_fpkm&amp;gt;    minimum input transcript FPKM to include in the merge&lt;br /&gt;
                    (default: 1.0)&lt;br /&gt;
  -T &amp;lt;min_tpm&amp;gt;     minimum input transcript TPM to include in the merge&lt;br /&gt;
                    (default: 1.0)&lt;br /&gt;
  -f &amp;lt;min_iso&amp;gt;     minimum isoform fraction (default: 0.01)&lt;br /&gt;
  -g &amp;lt;gap_len&amp;gt;     gap between transcripts to merge together (default: 250)&lt;br /&gt;
  -i               keep merged transcripts with retained introns; by default&lt;br /&gt;
                   these are not kept unless there is strong evidence for them&lt;br /&gt;
  -l &amp;lt;label&amp;gt;       name prefix for output transcripts (default: MSTRG)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=StringTie-Teaching&amp;diff=13582</id>
		<title>StringTie-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=StringTie-Teaching&amp;diff=13582"/>
		<updated>2018-08-15T16:26:18Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: Created page with &amp;quot;Category:TeachingCategory:SoftwareCategory:Bioinformatics  === Category ===    Bioinformatics    === Program On ===    Teaching    === Version ===  1.3.3     === A...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
1.3.3&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts.&amp;quot;&lt;br /&gt;
More details are at [http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/StringTie/1.3.3-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml StringTie/1.3.3-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_StringTie&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=StringTie.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=StringTie.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml StringTie/1.3.3-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
stringtie &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml StringTie/1.3.3-foss-2016b &lt;br /&gt;
stringtie --help&lt;br /&gt;
StringTie v1.3.3 usage:&lt;br /&gt;
 stringtie &amp;lt;input.bam ..&amp;gt; [-G &amp;lt;guide_gff&amp;gt;] [-l &amp;lt;label&amp;gt;] [-o &amp;lt;out_gtf&amp;gt;] [-p &amp;lt;cpus&amp;gt;]&lt;br /&gt;
  [-v] [-a &amp;lt;min_anchor_len&amp;gt;] [-m &amp;lt;min_tlen&amp;gt;] [-j &amp;lt;min_anchor_cov&amp;gt;] [-f &amp;lt;min_iso&amp;gt;]&lt;br /&gt;
  [-C &amp;lt;coverage_file_name&amp;gt;] [-c &amp;lt;min_bundle_cov&amp;gt;] [-g &amp;lt;bdist&amp;gt;] [-u]&lt;br /&gt;
  [-e] [-x &amp;lt;seqid,..&amp;gt;] [-A &amp;lt;gene_abund.out&amp;gt;] [-h] {-B | -b &amp;lt;dir_path&amp;gt;} &lt;br /&gt;
Assemble RNA-Seq alignments into potential transcripts.&lt;br /&gt;
 Options:&lt;br /&gt;
 --version : print just the version at stdout and exit&lt;br /&gt;
 -G reference annotation to use for guiding the assembly process (GTF/GFF3)&lt;br /&gt;
 --rf assume stranded library fr-firststrand&lt;br /&gt;
 --fr assume stranded library fr-secondstrand&lt;br /&gt;
 -l name prefix for output transcripts (default: STRG)&lt;br /&gt;
 -f minimum isoform fraction (default: 0.1)&lt;br /&gt;
 -m minimum assembled transcript length (default: 200)&lt;br /&gt;
 -o output path/file name for the assembled transcripts GTF (default: stdout)&lt;br /&gt;
 -a minimum anchor length for junctions (default: 10)&lt;br /&gt;
 -j minimum junction coverage (default: 1)&lt;br /&gt;
 -t disable trimming of predicted transcripts based on coverage&lt;br /&gt;
    (default: coverage trimming is enabled)&lt;br /&gt;
 -c minimum reads per bp coverage to consider for transcript assembly&lt;br /&gt;
    (default: 2.5)&lt;br /&gt;
 -v verbose (log bundle processing details)&lt;br /&gt;
 -g gap between read mappings triggering a new bundle (default: 50)&lt;br /&gt;
 -C output a file with reference transcripts that are covered by reads&lt;br /&gt;
 -M fraction of bundle allowed to be covered by multi-hit reads (default:0.95)&lt;br /&gt;
 -p number of threads (CPUs) to use (default: 1)&lt;br /&gt;
 -A gene abundance estimation output file&lt;br /&gt;
 -B enable output of Ballgown table files which will be created in the&lt;br /&gt;
    same directory as the output GTF (requires -G, -o recommended)&lt;br /&gt;
 -b enable output of Ballgown table files but these files will be &lt;br /&gt;
    created under the directory path given as &amp;lt;dir_path&amp;gt;&lt;br /&gt;
 -e only estimate the abundance of given reference transcripts (requires -G)&lt;br /&gt;
 -x do not assemble any transcripts on the given reference sequence(s)&lt;br /&gt;
 -u no multi-mapping correction (default: correction enabled)&lt;br /&gt;
 -h print this usage message and exit&lt;br /&gt;
&lt;br /&gt;
Transcript merge usage mode: &lt;br /&gt;
  stringtie --merge [Options] { gtf_list | strg1.gtf ...}&lt;br /&gt;
With this option StringTie will assemble transcripts from multiple&lt;br /&gt;
input files generating a unified non-redundant set of isoforms. In this mode&lt;br /&gt;
the following options are available:&lt;br /&gt;
  -G &amp;lt;guide_gff&amp;gt;   reference annotation to include in the merging (GTF/GFF3)&lt;br /&gt;
  -o &amp;lt;out_gtf&amp;gt;     output file name for the merged transcripts GTF&lt;br /&gt;
                    (default: stdout)&lt;br /&gt;
  -m &amp;lt;min_len&amp;gt;     minimum input transcript length to include in the merge&lt;br /&gt;
                    (default: 50)&lt;br /&gt;
  -c &amp;lt;min_cov&amp;gt;     minimum input transcript coverage to include in the merge&lt;br /&gt;
                    (default: 0)&lt;br /&gt;
  -F &amp;lt;min_fpkm&amp;gt;    minimum input transcript FPKM to include in the merge&lt;br /&gt;
                    (default: 1.0)&lt;br /&gt;
  -T &amp;lt;min_tpm&amp;gt;     minimum input transcript TPM to include in the merge&lt;br /&gt;
                    (default: 1.0)&lt;br /&gt;
  -f &amp;lt;min_iso&amp;gt;     minimum isoform fraction (default: 0.01)&lt;br /&gt;
  -g &amp;lt;gap_len&amp;gt;     gap between transcripts to merge together (default: 250)&lt;br /&gt;
  -i               keep merged transcripts with retained introns; by default&lt;br /&gt;
                   these are not kept unless there is strong evidence for them&lt;br /&gt;
  -l &amp;lt;label&amp;gt;       name prefix for output transcripts (default: MSTRG)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://ccb.jhu.edu/software/stringtie/ StringTie]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=HISAT2-Teaching&amp;diff=13576</id>
		<title>HISAT2-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=HISAT2-Teaching&amp;diff=13576"/>
		<updated>2018-08-15T16:26:04Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: Created page with &amp;quot;Category:TeachingCategory:SoftwareCategory:Bioinformatics  === Category ===    Bioinformatics    === Program On ===    Teaching    === Version ===  2.1.0     === A...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
2.1.0&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[https://ccb.jhu.edu/software/hisat2/index.shtml HISAT2]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;HISAT2 is a fast and sensitive alignment program for mapping next-generation sequencing reads  (both DNA and RNA) against the general human population (as well as against a single reference genome).&amp;quot;&lt;br /&gt;
More details are at [https://ccb.jhu.edu/software/hisat2/index.shtml HISAT2]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/HISAT2/2.1.0-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml HISAT2/2.1.0-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_HISAT2&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=HISAT2.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=HISAT2.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml HISAT2/2.1.0-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
hisat2 &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml HISAT2/2.1.0-foss-2016b &lt;br /&gt;
hisat2 -help&lt;br /&gt;
HISAT2 version 2.1.0 by Daehwan Kim (infphilo@gmail.com, www.ccb.jhu.edu/people/infphilo)&lt;br /&gt;
Usage: &lt;br /&gt;
  hisat2 [options]* -x &amp;lt;ht2-idx&amp;gt; {-1 &amp;lt;m1&amp;gt; -2 &amp;lt;m2&amp;gt; | -U &amp;lt;r&amp;gt; | --sra-acc &amp;lt;SRA accession number&amp;gt;} [-S &amp;lt;sam&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;ht2-idx&amp;gt;  Index filename prefix (minus trailing .X.ht2).&lt;br /&gt;
  &amp;lt;m1&amp;gt;       Files with #1 mates, paired with files in &amp;lt;m2&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;m2&amp;gt;       Files with #2 mates, paired with files in &amp;lt;m1&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;r&amp;gt;        Files with unpaired reads.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;SRA accession number&amp;gt;        Comma-separated list of SRA accession numbers, e.g. --sra-acc SRR353653,SRR353654.&lt;br /&gt;
  &amp;lt;sam&amp;gt;      File for SAM output (default: stdout)&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; can be comma-separated lists (no whitespace) and can be&lt;br /&gt;
  specified many times.  E.g. &#039;-U file1.fq,file2.fq -U file3.fq&#039;.&lt;br /&gt;
&lt;br /&gt;
Options (defaults in parentheses):&lt;br /&gt;
&lt;br /&gt;
 Input:&lt;br /&gt;
  -q                 query input files are FASTQ .fq/.fastq (default)&lt;br /&gt;
  --qseq             query input files are in Illumina&#039;s qseq format&lt;br /&gt;
  -f                 query input files are (multi-)FASTA .fa/.mfa&lt;br /&gt;
  -r                 query input files are raw one-sequence-per-line&lt;br /&gt;
  -c                 &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; are sequences themselves, not files&lt;br /&gt;
  -s/--skip &amp;lt;int&amp;gt;    skip the first &amp;lt;int&amp;gt; reads/pairs in the input (none)&lt;br /&gt;
  -u/--upto &amp;lt;int&amp;gt;    stop after first &amp;lt;int&amp;gt; reads/pairs (no limit)&lt;br /&gt;
  -5/--trim5 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 5&#039;/left end of reads (0)&lt;br /&gt;
  -3/--trim3 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 3&#039;/right end of reads (0)&lt;br /&gt;
  --phred33          qualities are Phred+33 (default)&lt;br /&gt;
  --phred64          qualities are Phred+64&lt;br /&gt;
  --int-quals        qualities encoded as space-delimited integers&lt;br /&gt;
  --sra-acc          SRA accession ID&lt;br /&gt;
&lt;br /&gt;
 Alignment:&lt;br /&gt;
  --n-ceil &amp;lt;func&amp;gt;    func for max # non-A/C/G/Ts permitted in aln (L,0,0.15)&lt;br /&gt;
  --ignore-quals     treat all quality values as 30 on Phred scale (off)&lt;br /&gt;
  --nofw             do not align forward (original) version of read (off)&lt;br /&gt;
  --norc             do not align reverse-complement version of read (off)&lt;br /&gt;
&lt;br /&gt;
 Spliced Alignment:&lt;br /&gt;
  --pen-cansplice &amp;lt;int&amp;gt;              penalty for a canonical splice site (0)&lt;br /&gt;
  --pen-noncansplice &amp;lt;int&amp;gt;           penalty for a non-canonical splice site (12)&lt;br /&gt;
  --pen-canintronlen &amp;lt;func&amp;gt;          penalty for long introns (G,-8,1) with canonical splice sites&lt;br /&gt;
  --pen-noncanintronlen &amp;lt;func&amp;gt;       penalty for long introns (G,-8,1) with noncanonical splice sites&lt;br /&gt;
  --min-intronlen &amp;lt;int&amp;gt;              minimum intron length (20)&lt;br /&gt;
  --max-intronlen &amp;lt;int&amp;gt;              maximum intron length (500000)&lt;br /&gt;
  --known-splicesite-infile &amp;lt;path&amp;gt;   provide a list of known splice sites&lt;br /&gt;
  --novel-splicesite-outfile &amp;lt;path&amp;gt;  report a list of splice sites&lt;br /&gt;
  --novel-splicesite-infile &amp;lt;path&amp;gt;   provide a list of novel splice sites&lt;br /&gt;
  --no-temp-splicesite               disable the use of splice sites found&lt;br /&gt;
  --no-spliced-alignment             disable spliced alignment&lt;br /&gt;
  --rna-strandness &amp;lt;string&amp;gt;          specify strand-specific information (unstranded)&lt;br /&gt;
  --tmo                              reports only those alignments within known transcriptome&lt;br /&gt;
  --dta                              reports alignments tailored for transcript assemblers&lt;br /&gt;
  --dta-cufflinks                    reports alignments tailored specifically for cufflinks&lt;br /&gt;
  --avoid-pseudogene                 tries to avoid aligning reads to pseudogenes (experimental option)�&lt;br /&gt;
  --no-templatelen-adjustment        disables template length adjustment for RNA-seq reads&lt;br /&gt;
&lt;br /&gt;
 Scoring:&lt;br /&gt;
  --mp &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;   max and min penalties for mismatch; lower qual = lower penalty &amp;lt;6,2&amp;gt;&lt;br /&gt;
  --sp &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;   max and min penalties for soft-clipping; lower qual = lower penalty &amp;lt;2,1&amp;gt;&lt;br /&gt;
  --no-softclip      no soft-clipping&lt;br /&gt;
  --np &amp;lt;int&amp;gt;         penalty for non-A/C/G/Ts in read/ref (1)&lt;br /&gt;
  --rdg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  read gap open, extend penalties (5,3)&lt;br /&gt;
  --rfg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  reference gap open, extend penalties (5,3)&lt;br /&gt;
  --score-min &amp;lt;func&amp;gt; min acceptable alignment score w/r/t read length&lt;br /&gt;
                     (L,0.0,-0.2)&lt;br /&gt;
&lt;br /&gt;
 Reporting:&lt;br /&gt;
  -k &amp;lt;int&amp;gt; (default: 5) report up to &amp;lt;int&amp;gt; alns per read&lt;br /&gt;
&lt;br /&gt;
 Paired-end:&lt;br /&gt;
  -I/--minins &amp;lt;int&amp;gt;  minimum fragment length (0), only valid with --no-spliced-alignment&lt;br /&gt;
  -X/--maxins &amp;lt;int&amp;gt;  maximum fragment length (500), only valid with --no-spliced-alignment&lt;br /&gt;
  --fr/--rf/--ff     -1, -2 mates align fw/rev, rev/fw, fw/fw (--fr)&lt;br /&gt;
  --no-mixed         suppress unpaired alignments for paired reads&lt;br /&gt;
  --no-discordant    suppress discordant alignments for paired reads&lt;br /&gt;
&lt;br /&gt;
 Output:&lt;br /&gt;
  -t/--time          print wall-clock time taken by search phases&lt;br /&gt;
  --un &amp;lt;path&amp;gt;           write unpaired reads that didn&#039;t align to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al &amp;lt;path&amp;gt;           write unpaired reads that aligned at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  --un-conc &amp;lt;path&amp;gt;      write pairs that didn&#039;t align concordantly to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al-conc &amp;lt;path&amp;gt;      write pairs that aligned concordantly at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  (Note: for --un, --al, --un-conc, or --al-conc, add &#039;-gz&#039; to the option name, e.g.&lt;br /&gt;
  --un-gz &amp;lt;path&amp;gt;, to gzip compress output, or add &#039;-bz2&#039; to bzip2 compress output.)&lt;br /&gt;
  --summary-file     print alignment summary to this file.&lt;br /&gt;
  --new-summary      print alignment summary in a new style, which is more machine-friendly.&lt;br /&gt;
  --quiet            print nothing to stderr except serious errors&lt;br /&gt;
  --met-file &amp;lt;path&amp;gt;  send metrics to file at &amp;lt;path&amp;gt; (off)&lt;br /&gt;
  --met-stderr       send metrics to stderr (off)&lt;br /&gt;
  --met &amp;lt;int&amp;gt;        report internal counters &amp;amp; metrics every &amp;lt;int&amp;gt; secs (1)&lt;br /&gt;
  --no-head          supppress header lines, i.e. lines starting with @&lt;br /&gt;
  --no-sq            supppress @SQ header lines&lt;br /&gt;
  --rg-id &amp;lt;text&amp;gt;     set read group id, reflected in @RG line and RG:Z: opt field&lt;br /&gt;
  --rg &amp;lt;text&amp;gt;        add &amp;lt;text&amp;gt; (&amp;quot;lab:value&amp;quot;) to @RG line of SAM header.&lt;br /&gt;
                     Note: @RG line only printed when --rg-id is set.&lt;br /&gt;
  --omit-sec-seq     put &#039;*&#039; in SEQ and QUAL fields for secondary alignments.&lt;br /&gt;
&lt;br /&gt;
 Performance:&lt;br /&gt;
  -o/--offrate &amp;lt;int&amp;gt; override offrate of index; must be &amp;gt;= index&#039;s offrate&lt;br /&gt;
  -p/--threads &amp;lt;int&amp;gt; number of alignment threads to launch (1)&lt;br /&gt;
  --reorder          force SAM output order to match order of input reads&lt;br /&gt;
  --mm               use memory-mapped I/O for index; many &#039;hisat2&#039;s can share&lt;br /&gt;
&lt;br /&gt;
 Other:&lt;br /&gt;
  --qc-filter        filter out reads that are bad according to QSEQ filter&lt;br /&gt;
  --seed &amp;lt;int&amp;gt;       seed for random number generator (0)&lt;br /&gt;
  --non-deterministic seed rand. gen. arbitrarily instead of using read attributes&lt;br /&gt;
  --remove-chrname   remove &#039;chr&#039; from reference names in alignment&lt;br /&gt;
  --add-chrname      add &#039;chr&#039; to reference names in alignment &lt;br /&gt;
  --version          print version information and quit&lt;br /&gt;
  -h/--help          print this usage message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [https://ccb.jhu.edu/software/hisat2/index.shtml HISAT2]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13552</id>
		<title>Bowtie2-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13552"/>
		<updated>2018-08-15T16:23:28Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
2.3.4.1&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads  to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s  of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes.  Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome,  its memory footprint is typically around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes.&amp;quot;&lt;br /&gt;
More details are at [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Bowtie2/2.3.4.1-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.4.1-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Bowtie2&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Bowtie2.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Bowtie2.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.4.1-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
bowtie2 &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.4.1-foss-2016b &lt;br /&gt;
bowtie2 -h&lt;br /&gt;
Bowtie 2 version 2.3.4.1 by Ben Langmead (langmea@cs.jhu.edu, www.cs.jhu.edu/~langmea)&lt;br /&gt;
Usage: &lt;br /&gt;
  bowtie2 [options]* -x &amp;lt;bt2-idx&amp;gt; {-1 &amp;lt;m1&amp;gt; -2 &amp;lt;m2&amp;gt; | -U &amp;lt;r&amp;gt; | --interleaved &amp;lt;i&amp;gt;} [-S &amp;lt;sam&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;bt2-idx&amp;gt;  Index filename prefix (minus trailing .X.bt2).&lt;br /&gt;
             NOTE: Bowtie 1 and Bowtie 2 indexes are not compatible.&lt;br /&gt;
  &amp;lt;m1&amp;gt;       Files with #1 mates, paired with files in &amp;lt;m2&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;m2&amp;gt;       Files with #2 mates, paired with files in &amp;lt;m1&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;r&amp;gt;        Files with unpaired reads.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;i&amp;gt;        Files with interleaved paired-end FASTQ reads&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;sam&amp;gt;      File for SAM output (default: stdout)&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; can be comma-separated lists (no whitespace) and can be&lt;br /&gt;
  specified many times.  E.g. &#039;-U file1.fq,file2.fq -U file3.fq&#039;.&lt;br /&gt;
&lt;br /&gt;
Options (defaults in parentheses):&lt;br /&gt;
&lt;br /&gt;
 Input:&lt;br /&gt;
  -q                 query input files are FASTQ .fq/.fastq (default)&lt;br /&gt;
  --tab5             query input files are TAB5 .tab5&lt;br /&gt;
  --tab6             query input files are TAB6 .tab6&lt;br /&gt;
  --qseq             query input files are in Illumina&#039;s qseq format&lt;br /&gt;
  -f                 query input files are (multi-)FASTA .fa/.mfa&lt;br /&gt;
  -r                 query input files are raw one-sequence-per-line&lt;br /&gt;
  -F k:&amp;lt;int&amp;gt;,i:&amp;lt;int&amp;gt; query input files are continuous FASTA where reads&lt;br /&gt;
                     are substrings (k-mers) extracted from a FASTA file &amp;lt;s&amp;gt;&lt;br /&gt;
                     and aligned at offsets 1, 1+i, 1+2i ... end of reference&lt;br /&gt;
  -c                 &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; are sequences themselves, not files&lt;br /&gt;
  -s/--skip &amp;lt;int&amp;gt;    skip the first &amp;lt;int&amp;gt; reads/pairs in the input (none)&lt;br /&gt;
  -u/--upto &amp;lt;int&amp;gt;    stop after first &amp;lt;int&amp;gt; reads/pairs (no limit)&lt;br /&gt;
  -5/--trim5 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 5&#039;/left end of reads (0)&lt;br /&gt;
  -3/--trim3 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 3&#039;/right end of reads (0)&lt;br /&gt;
  --phred33          qualities are Phred+33 (default)&lt;br /&gt;
  --phred64          qualities are Phred+64&lt;br /&gt;
  --int-quals        qualities encoded as space-delimited integers&lt;br /&gt;
&lt;br /&gt;
 Presets:                 Same as:&lt;br /&gt;
  For --end-to-end:&lt;br /&gt;
   --very-fast            -D 5 -R 1 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --fast                 -D 10 -R 2 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --sensitive            -D 15 -R 2 -N 0 -L 22 -i S,1,1.15 (default)&lt;br /&gt;
   --very-sensitive       -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
  For --local:&lt;br /&gt;
   --very-fast-local      -D 5 -R 1 -N 0 -L 25 -i S,1,2.00&lt;br /&gt;
   --fast-local           -D 10 -R 2 -N 0 -L 22 -i S,1,1.75&lt;br /&gt;
   --sensitive-local      -D 15 -R 2 -N 0 -L 20 -i S,1,0.75 (default)&lt;br /&gt;
   --very-sensitive-local -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
 Alignment:&lt;br /&gt;
  -N &amp;lt;int&amp;gt;           max # mismatches in seed alignment; can be 0 or 1 (0)&lt;br /&gt;
  -L &amp;lt;int&amp;gt;           length of seed substrings; must be &amp;gt;3, &amp;lt;32 (22)&lt;br /&gt;
  -i &amp;lt;func&amp;gt;          interval between seed substrings w/r/t read len (S,1,1.15)&lt;br /&gt;
  --n-ceil &amp;lt;func&amp;gt;    func for max # non-A/C/G/Ts permitted in aln (L,0,0.15)&lt;br /&gt;
  --dpad &amp;lt;int&amp;gt;       include &amp;lt;int&amp;gt; extra ref chars on sides of DP table (15)&lt;br /&gt;
  --gbar &amp;lt;int&amp;gt;       disallow gaps within &amp;lt;int&amp;gt; nucs of read extremes (4)&lt;br /&gt;
  --ignore-quals     treat all quality values as 30 on Phred scale (off)&lt;br /&gt;
  --nofw             do not align forward (original) version of read (off)&lt;br /&gt;
  --norc             do not align reverse-complement version of read (off)&lt;br /&gt;
  --no-1mm-upfront   do not allow 1 mismatch alignments before attempting to&lt;br /&gt;
                     scan for the optimal seeded alignments&lt;br /&gt;
  --end-to-end       entire read must align; no clipping (on)&lt;br /&gt;
   OR&lt;br /&gt;
  --local            local alignment; ends might be soft clipped (off)&lt;br /&gt;
&lt;br /&gt;
 Scoring:&lt;br /&gt;
  --ma &amp;lt;int&amp;gt;         match bonus (0 for --end-to-end, 2 for --local) &lt;br /&gt;
  --mp &amp;lt;int&amp;gt;         max penalty for mismatch; lower qual = lower penalty (6)&lt;br /&gt;
  --np &amp;lt;int&amp;gt;         penalty for non-A/C/G/Ts in read/ref (1)&lt;br /&gt;
  --rdg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  read gap open, extend penalties (5,3)&lt;br /&gt;
  --rfg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  reference gap open, extend penalties (5,3)&lt;br /&gt;
  --score-min &amp;lt;func&amp;gt; min acceptable alignment score w/r/t read length&lt;br /&gt;
                     (G,20,8 for local, L,-0.6,-0.6 for end-to-end)&lt;br /&gt;
&lt;br /&gt;
 Reporting:&lt;br /&gt;
  (default)          look for multiple alignments, report best, with MAPQ&lt;br /&gt;
   OR&lt;br /&gt;
  -k &amp;lt;int&amp;gt;           report up to &amp;lt;int&amp;gt; alns per read; MAPQ not meaningful&lt;br /&gt;
   OR&lt;br /&gt;
  -a/--all           report all alignments; very slow, MAPQ not meaningful&lt;br /&gt;
&lt;br /&gt;
 Effort:&lt;br /&gt;
  -D &amp;lt;int&amp;gt;           give up extending after &amp;lt;int&amp;gt; failed extends in a row (15)&lt;br /&gt;
  -R &amp;lt;int&amp;gt;           for reads w/ repetitive seeds, try &amp;lt;int&amp;gt; sets of seeds (2)&lt;br /&gt;
&lt;br /&gt;
 Paired-end:&lt;br /&gt;
  -I/--minins &amp;lt;int&amp;gt;  minimum fragment length (0)&lt;br /&gt;
  -X/--maxins &amp;lt;int&amp;gt;  maximum fragment length (500)&lt;br /&gt;
  --fr/--rf/--ff     -1, -2 mates align fw/rev, rev/fw, fw/fw (--fr)&lt;br /&gt;
  --no-mixed         suppress unpaired alignments for paired reads&lt;br /&gt;
  --no-discordant    suppress discordant alignments for paired reads&lt;br /&gt;
  --dovetail         concordant when mates extend past each other&lt;br /&gt;
  --no-contain       not concordant when one mate alignment contains other&lt;br /&gt;
  --no-overlap       not concordant when mates overlap at all&lt;br /&gt;
&lt;br /&gt;
 Output:&lt;br /&gt;
  -t/--time          print wall-clock time taken by search phases&lt;br /&gt;
  --un &amp;lt;path&amp;gt;        write unpaired reads that didn&#039;t align to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al &amp;lt;path&amp;gt;        write unpaired reads that aligned at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  --un-conc &amp;lt;path&amp;gt;   write pairs that didn&#039;t align concordantly to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al-conc &amp;lt;path&amp;gt;   write pairs that aligned concordantly at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
    (Note: for --un, --al, --un-conc, or --al-conc, add &#039;-gz&#039; to the option name, e.g.&lt;br /&gt;
    --un-gz &amp;lt;path&amp;gt;, to gzip compress output, or add &#039;-bz2&#039; to bzip2 compress output.)&lt;br /&gt;
  --quiet            print nothing to stderr except serious errors&lt;br /&gt;
  --met-file &amp;lt;path&amp;gt;  send metrics to file at &amp;lt;path&amp;gt; (off)&lt;br /&gt;
  --met-stderr       send metrics to stderr (off)&lt;br /&gt;
  --met &amp;lt;int&amp;gt;        report internal counters &amp;amp; metrics every &amp;lt;int&amp;gt; secs (1)&lt;br /&gt;
  --no-unal          suppress SAM records for unaligned reads&lt;br /&gt;
  --no-head          suppress header lines, i.e. lines starting with @&lt;br /&gt;
  --no-sq            suppress @SQ header lines&lt;br /&gt;
  --rg-id &amp;lt;text&amp;gt;     set read group id, reflected in @RG line and RG:Z: opt field&lt;br /&gt;
  --rg &amp;lt;text&amp;gt;        add &amp;lt;text&amp;gt; (&amp;quot;lab:value&amp;quot;) to @RG line of SAM header.&lt;br /&gt;
                     Note: @RG line only printed when --rg-id is set.&lt;br /&gt;
  --omit-sec-seq     put &#039;*&#039; in SEQ and QUAL fields for secondary alignments.&lt;br /&gt;
  --sam-no-qname-trunc Suppress standard behavior of truncating readname at first whitespace &lt;br /&gt;
                      at the expense of generating non-standard SAM.&lt;br /&gt;
  --xeq              Use &#039;=&#039;/&#039;X&#039;, instead of &#039;M,&#039; to specify matches/mismatches in SAM record.&lt;br /&gt;
  --soft-clipped-unmapped-tlen Exclude soft-clipped bases when reporting TLEN&lt;br /&gt;
&lt;br /&gt;
 Performance:&lt;br /&gt;
  -p/--threads &amp;lt;int&amp;gt; number of alignment threads to launch (1)&lt;br /&gt;
  --reorder          force SAM output order to match order of input reads&lt;br /&gt;
  --mm               use memory-mapped I/O for index; many &#039;bowtie&#039;s can share&lt;br /&gt;
&lt;br /&gt;
 Other:&lt;br /&gt;
  --qc-filter        filter out reads that are bad according to QSEQ filter&lt;br /&gt;
  --seed &amp;lt;int&amp;gt;       seed for random number generator (0)&lt;br /&gt;
  --non-deterministic seed rand. gen. arbitrarily instead of using read attributes&lt;br /&gt;
  --version          print version information and quit&lt;br /&gt;
  -h/--help          print this usage message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
	<entry>
		<id>https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13550</id>
		<title>Bowtie2-Teaching</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacrc.uga.edu/index.php?title=Bowtie2-Teaching&amp;diff=13550"/>
		<updated>2018-08-15T16:23:23Z</updated>

		<summary type="html">&lt;p&gt;Yhuang: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Teaching]][[Category:Software]][[Category:Bioinformatics]]&lt;br /&gt;
=== Category ===&lt;br /&gt;
&lt;br /&gt;
Bioinformatics&lt;br /&gt;
&lt;br /&gt;
=== Program On ===&lt;br /&gt;
&lt;br /&gt;
Teaching&lt;br /&gt;
&lt;br /&gt;
=== Version ===&lt;br /&gt;
2.3.3&lt;br /&gt;
 &lt;br /&gt;
=== Author / Distributor ===&lt;br /&gt;
 &lt;br /&gt;
[http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== Description ===&lt;br /&gt;
&amp;quot;Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads   to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s   of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes.   Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome,   its memory footprint is typically around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes.&amp;quot;&lt;br /&gt;
More details are at [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
&lt;br /&gt;
=== Running Program ===&lt;br /&gt;
&lt;br /&gt;
The last version of this application is at /usr/local/apps/eb/Bowtie2/2.3.3-foss-2016b&lt;br /&gt;
&lt;br /&gt;
To use this version, please load the module with&lt;br /&gt;
&amp;lt;pre class=&amp;quot;gscript&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.3-foss-2016b &lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Here is an example of a shell script, sub.sh, to run on the batch queue: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;gscript2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;!/bin/bash&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --job-name=j_Bowtie2&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --partition=batch&amp;lt;br&amp;gt;        &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-type=ALL&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mail-user=&amp;lt;u&amp;gt;username@uga.edu&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;  &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --ntasks=&amp;lt;u&amp;gt;1&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --mem=&amp;lt;u&amp;gt;10gb&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;    &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --time=&amp;lt;u&amp;gt;08:00:00&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --output=Bowtie2.%j.out&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;SBATCH --error=Bowtie2.%j.err&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
cd $SLURM_SUBMIT_DIR&amp;lt;br&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.3-foss-2016b&amp;lt;br&amp;gt;    &lt;br /&gt;
bowtie2 &amp;lt;u&amp;gt;[options]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;   &lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
In the real submission script, at least all the above underlined values need to be reviewed or to be replaced by the proper values.  &lt;br /&gt;
&lt;br /&gt;
Please refer to [[Running_Jobs_on_the_teaching_cluster]], [[Running_Jobs_on_the_teaching_cluster#Running_an_X-windows_application | Run X window Jobs]] and [[Running_Jobs_on_the_teaching_cluster#How_to_open_an_interactive_session | Run interactive Jobs]] for more details of running jobs at Teaching cluster.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is an example of job submission command:&lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
sbatch ./sub.sh &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre  class=&amp;quot;gcommand&amp;quot;&amp;gt;&lt;br /&gt;
ml Bowtie2/2.3.3-foss-2016b &lt;br /&gt;
bowtie2 -h&lt;br /&gt;
Bowtie 2 version 2.3.3 by Ben Langmead (langmea@cs.jhu.edu, www.cs.jhu.edu/~langmea)&lt;br /&gt;
Usage: &lt;br /&gt;
  bowtie2 [options]* -x &amp;lt;bt2-idx&amp;gt; {-1 &amp;lt;m1&amp;gt; -2 &amp;lt;m2&amp;gt; | -U &amp;lt;r&amp;gt; | --interleaved &amp;lt;i&amp;gt;} [-S &amp;lt;sam&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;bt2-idx&amp;gt;  Index filename prefix (minus trailing .X.bt2).&lt;br /&gt;
             NOTE: Bowtie 1 and Bowtie 2 indexes are not compatible.&lt;br /&gt;
  &amp;lt;m1&amp;gt;       Files with #1 mates, paired with files in &amp;lt;m2&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;m2&amp;gt;       Files with #2 mates, paired with files in &amp;lt;m1&amp;gt;.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;r&amp;gt;        Files with unpaired reads.&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;i&amp;gt;        Files with interleaved paired-end FASTQ reads&lt;br /&gt;
             Could be gzip&#039;ed (extension: .gz) or bzip2&#039;ed (extension: .bz2).&lt;br /&gt;
  &amp;lt;sam&amp;gt;      File for SAM output (default: stdout)&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; can be comma-separated lists (no whitespace) and can be&lt;br /&gt;
  specified many times.  E.g. &#039;-U file1.fq,file2.fq -U file3.fq&#039;.&lt;br /&gt;
&lt;br /&gt;
Options (defaults in parentheses):&lt;br /&gt;
&lt;br /&gt;
 Input:&lt;br /&gt;
  -q                 query input files are FASTQ .fq/.fastq (default)&lt;br /&gt;
  --tab5             query input files are TAB5 .tab5&lt;br /&gt;
  --tab6             query input files are TAB6 .tab6&lt;br /&gt;
  --qseq             query input files are in Illumina&#039;s qseq format&lt;br /&gt;
  -f                 query input files are (multi-)FASTA .fa/.mfa&lt;br /&gt;
  -r                 query input files are raw one-sequence-per-line&lt;br /&gt;
  -c                 &amp;lt;m1&amp;gt;, &amp;lt;m2&amp;gt;, &amp;lt;r&amp;gt; are sequences themselves, not files&lt;br /&gt;
  -s/--skip &amp;lt;int&amp;gt;    skip the first &amp;lt;int&amp;gt; reads/pairs in the input (none)&lt;br /&gt;
  -u/--upto &amp;lt;int&amp;gt;    stop after first &amp;lt;int&amp;gt; reads/pairs (no limit)&lt;br /&gt;
  -5/--trim5 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 5&#039;/left end of reads (0)&lt;br /&gt;
  -3/--trim3 &amp;lt;int&amp;gt;   trim &amp;lt;int&amp;gt; bases from 3&#039;/right end of reads (0)&lt;br /&gt;
  --phred33          qualities are Phred+33 (default)&lt;br /&gt;
  --phred64          qualities are Phred+64&lt;br /&gt;
  --int-quals        qualities encoded as space-delimited integers&lt;br /&gt;
&lt;br /&gt;
 Presets:                 Same as:&lt;br /&gt;
  For --end-to-end:&lt;br /&gt;
   --very-fast            -D 5 -R 1 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --fast                 -D 10 -R 2 -N 0 -L 22 -i S,0,2.50&lt;br /&gt;
   --sensitive            -D 15 -R 2 -N 0 -L 22 -i S,1,1.15 (default)&lt;br /&gt;
   --very-sensitive       -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
  For --local:&lt;br /&gt;
   --very-fast-local      -D 5 -R 1 -N 0 -L 25 -i S,1,2.00&lt;br /&gt;
   --fast-local           -D 10 -R 2 -N 0 -L 22 -i S,1,1.75&lt;br /&gt;
   --sensitive-local      -D 15 -R 2 -N 0 -L 20 -i S,1,0.75 (default)&lt;br /&gt;
   --very-sensitive-local -D 20 -R 3 -N 0 -L 20 -i S,1,0.50&lt;br /&gt;
&lt;br /&gt;
 Alignment:&lt;br /&gt;
  -N &amp;lt;int&amp;gt;           max # mismatches in seed alignment; can be 0 or 1 (0)&lt;br /&gt;
  -L &amp;lt;int&amp;gt;           length of seed substrings; must be &amp;gt;3, &amp;lt;32 (22)&lt;br /&gt;
  -i &amp;lt;func&amp;gt;          interval between seed substrings w/r/t read len (S,1,1.15)&lt;br /&gt;
  --n-ceil &amp;lt;func&amp;gt;    func for max # non-A/C/G/Ts permitted in aln (L,0,0.15)&lt;br /&gt;
  --dpad &amp;lt;int&amp;gt;       include &amp;lt;int&amp;gt; extra ref chars on sides of DP table (15)&lt;br /&gt;
  --gbar &amp;lt;int&amp;gt;       disallow gaps within &amp;lt;int&amp;gt; nucs of read extremes (4)&lt;br /&gt;
  --ignore-quals     treat all quality values as 30 on Phred scale (off)&lt;br /&gt;
  --nofw             do not align forward (original) version of read (off)&lt;br /&gt;
  --norc             do not align reverse-complement version of read (off)&lt;br /&gt;
  --no-1mm-upfront   do not allow 1 mismatch alignments before attempting to&lt;br /&gt;
                     scan for the optimal seeded alignments&lt;br /&gt;
  --end-to-end       entire read must align; no clipping (on)&lt;br /&gt;
   OR&lt;br /&gt;
  --local            local alignment; ends might be soft clipped (off)&lt;br /&gt;
&lt;br /&gt;
 Scoring:&lt;br /&gt;
  --ma &amp;lt;int&amp;gt;         match bonus (0 for --end-to-end, 2 for --local) &lt;br /&gt;
  --mp &amp;lt;int&amp;gt;         max penalty for mismatch; lower qual = lower penalty (6)&lt;br /&gt;
  --np &amp;lt;int&amp;gt;         penalty for non-A/C/G/Ts in read/ref (1)&lt;br /&gt;
  --rdg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  read gap open, extend penalties (5,3)&lt;br /&gt;
  --rfg &amp;lt;int&amp;gt;,&amp;lt;int&amp;gt;  reference gap open, extend penalties (5,3)&lt;br /&gt;
  --score-min &amp;lt;func&amp;gt; min acceptable alignment score w/r/t read length&lt;br /&gt;
                     (G,20,8 for local, L,-0.6,-0.6 for end-to-end)&lt;br /&gt;
&lt;br /&gt;
 Reporting:&lt;br /&gt;
  (default)          look for multiple alignments, report best, with MAPQ&lt;br /&gt;
   OR&lt;br /&gt;
  -k &amp;lt;int&amp;gt;           report up to &amp;lt;int&amp;gt; alns per read; MAPQ not meaningful&lt;br /&gt;
   OR&lt;br /&gt;
  -a/--all           report all alignments; very slow, MAPQ not meaningful&lt;br /&gt;
&lt;br /&gt;
 Effort:&lt;br /&gt;
  -D &amp;lt;int&amp;gt;           give up extending after &amp;lt;int&amp;gt; failed extends in a row (15)&lt;br /&gt;
  -R &amp;lt;int&amp;gt;           for reads w/ repetitive seeds, try &amp;lt;int&amp;gt; sets of seeds (2)&lt;br /&gt;
&lt;br /&gt;
 Paired-end:&lt;br /&gt;
  -I/--minins &amp;lt;int&amp;gt;  minimum fragment length (0)&lt;br /&gt;
  -X/--maxins &amp;lt;int&amp;gt;  maximum fragment length (500)&lt;br /&gt;
  --fr/--rf/--ff     -1, -2 mates align fw/rev, rev/fw, fw/fw (--fr)&lt;br /&gt;
  --no-mixed         suppress unpaired alignments for paired reads&lt;br /&gt;
  --no-discordant    suppress discordant alignments for paired reads&lt;br /&gt;
  --dovetail         concordant when mates extend past each other&lt;br /&gt;
  --no-contain       not concordant when one mate alignment contains other&lt;br /&gt;
  --no-overlap       not concordant when mates overlap at all&lt;br /&gt;
&lt;br /&gt;
 Output:&lt;br /&gt;
  -t/--time          print wall-clock time taken by search phases&lt;br /&gt;
  --un &amp;lt;path&amp;gt;           write unpaired reads that didn&#039;t align to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al &amp;lt;path&amp;gt;           write unpaired reads that aligned at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  --un-conc &amp;lt;path&amp;gt;      write pairs that didn&#039;t align concordantly to &amp;lt;path&amp;gt;&lt;br /&gt;
  --al-conc &amp;lt;path&amp;gt;      write pairs that aligned concordantly at least once to &amp;lt;path&amp;gt;&lt;br /&gt;
  (Note: for --un, --al, --un-conc, or --al-conc, add &#039;-gz&#039; to the option name, e.g.&lt;br /&gt;
  --un-gz &amp;lt;path&amp;gt;, to gzip compress output, or add &#039;-bz2&#039; to bzip2 compress output.)&lt;br /&gt;
  --quiet            print nothing to stderr except serious errors&lt;br /&gt;
  --met-file &amp;lt;path&amp;gt;  send metrics to file at &amp;lt;path&amp;gt; (off)&lt;br /&gt;
  --met-stderr       send metrics to stderr (off)&lt;br /&gt;
  --met &amp;lt;int&amp;gt;        report internal counters &amp;amp; metrics every &amp;lt;int&amp;gt; secs (1)&lt;br /&gt;
  --no-unal          suppress SAM records for unaligned reads&lt;br /&gt;
  --no-head          suppress header lines, i.e. lines starting with @&lt;br /&gt;
  --no-sq            suppress @SQ header lines&lt;br /&gt;
  --rg-id &amp;lt;text&amp;gt;     set read group id, reflected in @RG line and RG:Z: opt field&lt;br /&gt;
  --rg &amp;lt;text&amp;gt;        add &amp;lt;text&amp;gt; (&amp;quot;lab:value&amp;quot;) to @RG line of SAM header.&lt;br /&gt;
                     Note: @RG line only printed when --rg-id is set.&lt;br /&gt;
  --omit-sec-seq     put &#039;*&#039; in SEQ and QUAL fields for secondary alignments.&lt;br /&gt;
  --sam-noqname-trunc Suppress standard behavior of truncating readname at first whitespace &lt;br /&gt;
                      at the expense of generating non-standard SAM.&lt;br /&gt;
  --xeq              Use &#039;=&#039;/&#039;X&#039;, instead of &#039;M,&#039; to specify matches/mismatches in SAM record.&lt;br /&gt;
  --soft-clipped-unmapped-tlen Exclude soft-clipped bases when reporting TLEN&lt;br /&gt;
&lt;br /&gt;
 Performance:&lt;br /&gt;
  -p/--threads &amp;lt;int&amp;gt; number of alignment threads to launch (1)&lt;br /&gt;
  --reorder          force SAM output order to match order of input reads&lt;br /&gt;
  --mm               use memory-mapped I/O for index; many &#039;bowtie&#039;s can share&lt;br /&gt;
&lt;br /&gt;
 Other:&lt;br /&gt;
  --qc-filter        filter out reads that are bad according to QSEQ filter&lt;br /&gt;
  --seed &amp;lt;int&amp;gt;       seed for random number generator (0)&lt;br /&gt;
  --non-deterministic seed rand. gen. arbitrarily instead of using read attributes&lt;br /&gt;
  --version          print version information and quit&lt;br /&gt;
  -h/--help          print this usage message&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[#top|Back to Top]]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
 &lt;br /&gt;
Source code is obtained from [http://bowtie-bio.sourceforge.net/bowtie2/index.shtml Bowtie2]&lt;br /&gt;
 &lt;br /&gt;
=== System ===&lt;br /&gt;
64-bit Linux&lt;/div&gt;</summary>
		<author><name>Yhuang</name></author>
	</entry>
</feed>