<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.uabgrid.uab.edu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rkumar%40uab.edu</id>
	<title>Cheaha - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.uabgrid.uab.edu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rkumar%40uab.edu"/>
	<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/wiki/Special:Contributions/Rkumar@uab.edu"/>
	<updated>2026-04-20T05:05:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4781</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4781"/>
		<updated>2014-05-30T19:47:57Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;big&amp;gt;Note: This is an outdated version. The latest version of QIIME is available here https://docs.uabgrid.uab.edu/wiki/QIIME_1.8&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation notes for Cheaha cluster ===&lt;br /&gt;
QIIME is already installed on Cheaha cluster. If you just want to use QIIME, go to the next section &amp;quot;Using QIIME&amp;quot;. This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu]. Here we want to install qiime at location /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
&lt;br /&gt;
* login to the cheaha cluster and make sure no external module is loaded (for avoiding any possible conflicts)&lt;br /&gt;
* Downloading the QIIME &lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
:wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the configuration file qiime_1.5.0.conf located at app-deploy-qiime-1.5.0/etc&lt;br /&gt;
:&amp;lt;code&amp;gt; cd app-deploy-qiime-1.5.0/etc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit the portion of configuration file qiime_1.5.0.conf to reflect these changes&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: INFO&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: no&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
&lt;br /&gt;
 [python]&lt;br /&gt;
 version: 2.7.1&lt;br /&gt;
 build-type: autoconf&lt;br /&gt;
 release-file-name: Python-2.7.1.tgz&lt;br /&gt;
 release-location: ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/Python-2.7.1.tgz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 set-environment-variables-deploypath: LD_LIBRARY_PATH=lib&lt;br /&gt;
&lt;br /&gt;
 [qiime]&lt;br /&gt;
 version: 1.5.0&lt;br /&gt;
 build-type: python-distutils&lt;br /&gt;
 release-file-name: Qiime-1.5.0.tar.gz&lt;br /&gt;
 release-location: http://sourceforge.net/projects/qiime/files/releases/Qiime-1.5.0.tar.gz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 copy-source-to-final-deploy: yes&lt;br /&gt;
 deps: pycogent, matplotlib&lt;br /&gt;
 set-environment-variables-deploypath: QIIME=./,PYTHONPATH=lib/&lt;br /&gt;
 set-environment-variables-value: QIIME_CONFIG_FP=/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/.qiime_config_default&lt;br /&gt;
 python-install-options: --install-scripts=bin/ --install-purelib=lib/ --install-data=lib/&lt;br /&gt;
&lt;br /&gt;
* QIIME installation steps&lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0/&lt;br /&gt;
:module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
:python app-deploy.py /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5 -f etc/qiime_1.5.0.conf&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* At end of the installation you will see a log of modules installed like this&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, cdbtools, rtax, cytoscape, chimeraslayer, drisee, gg_otus, infernal,     vienna, mothur, python, fasttree, pplacer, blast, parsinsert, r, muscle, rdpclassifier, cdhit, uclust, numpy, SQLAlchemy, tornado, ipython, setuptools, mpi4py, biom-format, pycogent, matplotlib, MySQL-python, sphinx, pynast, pprospector, qiime&lt;br /&gt;
 Packages skipped (assumed successful): &lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq &lt;br /&gt;
 &lt;br /&gt;
 Directories of failed applications must be removed manually or --force-remove-failed-dirs must be specified:&lt;br /&gt;
 /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/pyzmq-2.1.9-release&lt;br /&gt;
&lt;br /&gt;
* Note: For some reason the file '''.qiime_config_default''' was created in my home directory which I later moved to location /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/&lt;br /&gt;
&lt;br /&gt;
* Everything seems working!!!&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.5 ===&lt;br /&gt;
&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.7 ===&lt;br /&gt;
* Login to the cheaha cluster.&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.7/QIIME-1.7/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.8 ===&lt;br /&gt;
The details provided here https://docs.uabgrid.uab.edu/wiki/QIIME_1.8&lt;br /&gt;
&lt;br /&gt;
=== QIIME Links ===&lt;br /&gt;
 QIIME&lt;br /&gt;
 http://qiime.org/&lt;br /&gt;
 http://qiime.org/index.html&lt;br /&gt;
 http://qiime.org/documentation_index.html&lt;br /&gt;
 &lt;br /&gt;
 Tutorials&lt;br /&gt;
 http://qiime.org/tutorials/tutorial.html&lt;br /&gt;
 http://qiime.org/tutorials/index.html&lt;br /&gt;
 http://qiime.org/tutorials/processing_illumina_data.html&lt;br /&gt;
 &lt;br /&gt;
 Scripts&lt;br /&gt;
 http://qiime.org/scripts/index.html&lt;br /&gt;
 &lt;br /&gt;
 Virtual Box&lt;br /&gt;
 http://qiime.org/install/virtual_box.html&lt;br /&gt;
 http://qiime.org/install/index.html&lt;br /&gt;
&lt;br /&gt;
 Mothur&lt;br /&gt;
 http://www.mothur.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For any questions you can reach me at rkumar@uab.edu&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4780</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4780"/>
		<updated>2014-05-30T19:39:50Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation notes for Cheaha cluster ===&lt;br /&gt;
QIIME is already installed on Cheaha cluster. If you just want to use QIIME, go to the next section &amp;quot;Using QIIME&amp;quot;. This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu]. Here we want to install qiime at location /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
&lt;br /&gt;
* login to the cheaha cluster and make sure no external module is loaded (for avoiding any possible conflicts)&lt;br /&gt;
* Downloading the QIIME &lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
:wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the configuration file qiime_1.5.0.conf located at app-deploy-qiime-1.5.0/etc&lt;br /&gt;
:&amp;lt;code&amp;gt; cd app-deploy-qiime-1.5.0/etc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit the portion of configuration file qiime_1.5.0.conf to reflect these changes&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: INFO&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: no&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
&lt;br /&gt;
 [python]&lt;br /&gt;
 version: 2.7.1&lt;br /&gt;
 build-type: autoconf&lt;br /&gt;
 release-file-name: Python-2.7.1.tgz&lt;br /&gt;
 release-location: ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/Python-2.7.1.tgz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 set-environment-variables-deploypath: LD_LIBRARY_PATH=lib&lt;br /&gt;
&lt;br /&gt;
 [qiime]&lt;br /&gt;
 version: 1.5.0&lt;br /&gt;
 build-type: python-distutils&lt;br /&gt;
 release-file-name: Qiime-1.5.0.tar.gz&lt;br /&gt;
 release-location: http://sourceforge.net/projects/qiime/files/releases/Qiime-1.5.0.tar.gz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 copy-source-to-final-deploy: yes&lt;br /&gt;
 deps: pycogent, matplotlib&lt;br /&gt;
 set-environment-variables-deploypath: QIIME=./,PYTHONPATH=lib/&lt;br /&gt;
 set-environment-variables-value: QIIME_CONFIG_FP=/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/.qiime_config_default&lt;br /&gt;
 python-install-options: --install-scripts=bin/ --install-purelib=lib/ --install-data=lib/&lt;br /&gt;
&lt;br /&gt;
* QIIME installation steps&lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0/&lt;br /&gt;
:module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
:python app-deploy.py /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5 -f etc/qiime_1.5.0.conf&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* At end of the installation you will see a log of modules installed like this&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, cdbtools, rtax, cytoscape, chimeraslayer, drisee, gg_otus, infernal,     vienna, mothur, python, fasttree, pplacer, blast, parsinsert, r, muscle, rdpclassifier, cdhit, uclust, numpy, SQLAlchemy, tornado, ipython, setuptools, mpi4py, biom-format, pycogent, matplotlib, MySQL-python, sphinx, pynast, pprospector, qiime&lt;br /&gt;
 Packages skipped (assumed successful): &lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq &lt;br /&gt;
 &lt;br /&gt;
 Directories of failed applications must be removed manually or --force-remove-failed-dirs must be specified:&lt;br /&gt;
 /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/pyzmq-2.1.9-release&lt;br /&gt;
&lt;br /&gt;
* Note: For some reason the file '''.qiime_config_default''' was created in my home directory which I later moved to location /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/&lt;br /&gt;
&lt;br /&gt;
* Everything seems working!!!&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.5 ===&lt;br /&gt;
&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.7 ===&lt;br /&gt;
* Login to the cheaha cluster.&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.7/QIIME-1.7/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.8 ===&lt;br /&gt;
The details provided here https://docs.uabgrid.uab.edu/wiki/QIIME_1.8&lt;br /&gt;
&lt;br /&gt;
=== QIIME Links ===&lt;br /&gt;
 QIIME&lt;br /&gt;
 http://qiime.org/&lt;br /&gt;
 http://qiime.org/index.html&lt;br /&gt;
 http://qiime.org/documentation_index.html&lt;br /&gt;
 &lt;br /&gt;
 Tutorials&lt;br /&gt;
 http://qiime.org/tutorials/tutorial.html&lt;br /&gt;
 http://qiime.org/tutorials/index.html&lt;br /&gt;
 http://qiime.org/tutorials/processing_illumina_data.html&lt;br /&gt;
 &lt;br /&gt;
 Scripts&lt;br /&gt;
 http://qiime.org/scripts/index.html&lt;br /&gt;
 &lt;br /&gt;
 Virtual Box&lt;br /&gt;
 http://qiime.org/install/virtual_box.html&lt;br /&gt;
 http://qiime.org/install/index.html&lt;br /&gt;
&lt;br /&gt;
 Mothur&lt;br /&gt;
 http://www.mothur.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For any questions you can reach me at rkumar@uab.edu&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4779</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4779"/>
		<updated>2014-05-30T19:36:29Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation notes for Cheaha cluster ===&lt;br /&gt;
QIIME is already installed on Cheaha cluster. If you just want to use QIIME, go to the next section &amp;quot;Using QIIME&amp;quot;. This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu]. Here we want to install qiime at location /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
&lt;br /&gt;
* login to the cheaha cluster and make sure no external module is loaded (for avoiding any possible conflicts)&lt;br /&gt;
* Downloading the QIIME &lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
:wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the configuration file qiime_1.5.0.conf located at app-deploy-qiime-1.5.0/etc&lt;br /&gt;
:&amp;lt;code&amp;gt; cd app-deploy-qiime-1.5.0/etc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit the portion of configuration file qiime_1.5.0.conf to reflect these changes&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: INFO&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: no&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
&lt;br /&gt;
 [python]&lt;br /&gt;
 version: 2.7.1&lt;br /&gt;
 build-type: autoconf&lt;br /&gt;
 release-file-name: Python-2.7.1.tgz&lt;br /&gt;
 release-location: ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/Python-2.7.1.tgz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 set-environment-variables-deploypath: LD_LIBRARY_PATH=lib&lt;br /&gt;
&lt;br /&gt;
 [qiime]&lt;br /&gt;
 version: 1.5.0&lt;br /&gt;
 build-type: python-distutils&lt;br /&gt;
 release-file-name: Qiime-1.5.0.tar.gz&lt;br /&gt;
 release-location: http://sourceforge.net/projects/qiime/files/releases/Qiime-1.5.0.tar.gz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 copy-source-to-final-deploy: yes&lt;br /&gt;
 deps: pycogent, matplotlib&lt;br /&gt;
 set-environment-variables-deploypath: QIIME=./,PYTHONPATH=lib/&lt;br /&gt;
 set-environment-variables-value: QIIME_CONFIG_FP=/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/.qiime_config_default&lt;br /&gt;
 python-install-options: --install-scripts=bin/ --install-purelib=lib/ --install-data=lib/&lt;br /&gt;
&lt;br /&gt;
* QIIME installation steps&lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0/&lt;br /&gt;
:module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
:python app-deploy.py /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5 -f etc/qiime_1.5.0.conf&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* At end of the installation you will see a log of modules installed like this&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, cdbtools, rtax, cytoscape, chimeraslayer, drisee, gg_otus, infernal,     vienna, mothur, python, fasttree, pplacer, blast, parsinsert, r, muscle, rdpclassifier, cdhit, uclust, numpy, SQLAlchemy, tornado, ipython, setuptools, mpi4py, biom-format, pycogent, matplotlib, MySQL-python, sphinx, pynast, pprospector, qiime&lt;br /&gt;
 Packages skipped (assumed successful): &lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq &lt;br /&gt;
 &lt;br /&gt;
 Directories of failed applications must be removed manually or --force-remove-failed-dirs must be specified:&lt;br /&gt;
 /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/pyzmq-2.1.9-release&lt;br /&gt;
&lt;br /&gt;
* Note: For some reason the file '''.qiime_config_default''' was created in my home directory which I later moved to location /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/&lt;br /&gt;
&lt;br /&gt;
* Everything seems working!!!&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.5 ===&lt;br /&gt;
&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.7 ===&lt;br /&gt;
* Login to the cheaha cluster.&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.7/QIIME-1.7/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.8 ===&lt;br /&gt;
The details are here https://docs.uabgrid.uab.edu/wiki/QIIME_1.8&lt;br /&gt;
&lt;br /&gt;
=== QIIME Links ===&lt;br /&gt;
 QIIME&lt;br /&gt;
 http://qiime.org/&lt;br /&gt;
 http://qiime.org/index.html&lt;br /&gt;
 http://qiime.org/documentation_index.html&lt;br /&gt;
 &lt;br /&gt;
 Tutorials&lt;br /&gt;
 http://qiime.org/tutorials/tutorial.html&lt;br /&gt;
 http://qiime.org/tutorials/index.html&lt;br /&gt;
 http://qiime.org/tutorials/processing_illumina_data.html&lt;br /&gt;
 &lt;br /&gt;
 Scripts&lt;br /&gt;
 http://qiime.org/scripts/index.html&lt;br /&gt;
 &lt;br /&gt;
 Virtual Box&lt;br /&gt;
 http://qiime.org/install/virtual_box.html&lt;br /&gt;
 http://qiime.org/install/index.html&lt;br /&gt;
&lt;br /&gt;
 Mothur&lt;br /&gt;
 http://www.mothur.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For any questions you can reach me at rkumar@uab.edu&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.8&amp;diff=4778</id>
		<title>QIIME 1.8</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.8&amp;diff=4778"/>
		<updated>2014-05-30T19:35:02Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: Created page with &amp;quot; == QIIME 1.8 ==  === General Introduction === [http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open sou...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.8 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.8 ===&lt;br /&gt;
* Login to the cheaha cluster.&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME/QIIME-files-1.8/QIIME-1.8/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installation notes&lt;br /&gt;
 Make following changes first&lt;br /&gt;
 module load python/python-2.7&lt;br /&gt;
 module load mpich/mpich2-gnu&lt;br /&gt;
 module load haskell/ghc&lt;br /&gt;
 unset DISPLAY&lt;br /&gt;
 &lt;br /&gt;
 Download installation script and files&lt;br /&gt;
 git clone git://github.com/qiime/qiime-deploy.git&lt;br /&gt;
 git clone git://github.com/qiime/qiime-deploy-conf.git&lt;br /&gt;
&lt;br /&gt;
Edit the folling lines in qiime-deploy-conf/qiime-1.8.0/qiime.conf so that It looks like&lt;br /&gt;
&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: DEBUG&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: yes&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
 &lt;br /&gt;
 [python]&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 &lt;br /&gt;
 [ea-utils]&lt;br /&gt;
 release-location: https://dl.dropboxusercontent.com/u/428435/ea-utils.1.1.2-537.tar.gz&lt;br /&gt;
&lt;br /&gt;
the ea-utils program is modified and downloaded from  dropbox location. Modification includes change at line 4 (&amp;quot;CC=g++44&amp;quot;) in Makefile. Rest all code is same.&lt;br /&gt;
:run the installation&lt;br /&gt;
:python qiime-deploy/qiime-deploy.py QIIME-1.8/ -f qiime-deploy-conf/qiime-1.8.0/qiime.conf --force-remove-failed-dirs 2&amp;gt; install_log 1&amp;gt;&amp;amp;2&lt;br /&gt;
&lt;br /&gt;
Results&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, blat, sourcetracker, rtax, cytoscape, chimeraslayer, python, drisee, gg_otus, infernal, vienna, ea-utils, mothur, fasttree, bwa, pplacer, blast, parsinsert, muscle, rdpclassifier, SeqPrep, r, cdhit, uclust, ape, r-color-brewer, numpy, SQLAlchemy, klar, tornado, ipython, qcli, pysqlite, gdata, vegan, random-forest, gtools, setuptools, optparse, mpi4py, pycogent, matplotlib, pynast, pprospector, MySQL-python, tax2tree, qiime, pyqi, sphinx, emperor, biom-format, qiime-galaxy, galaxy, cdbtools&lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq&lt;br /&gt;
&lt;br /&gt;
***&lt;br /&gt;
&lt;br /&gt;
=== QIIME Links ===&lt;br /&gt;
&lt;br /&gt;
 Previous QIIME installations&lt;br /&gt;
 https://docs.uabgrid.uab.edu/wiki/QIIME_1.5&lt;br /&gt;
 &lt;br /&gt;
 QIIME&lt;br /&gt;
 http://qiime.org/&lt;br /&gt;
 http://qiime.org/index.html&lt;br /&gt;
 http://qiime.org/documentation_index.html&lt;br /&gt;
 &lt;br /&gt;
 Tutorials&lt;br /&gt;
 http://qiime.org/tutorials/tutorial.html&lt;br /&gt;
 http://qiime.org/tutorials/index.html&lt;br /&gt;
 http://qiime.org/tutorials/processing_illumina_data.html&lt;br /&gt;
 &lt;br /&gt;
 Scripts&lt;br /&gt;
 http://qiime.org/scripts/index.html&lt;br /&gt;
 &lt;br /&gt;
 Virtual Box&lt;br /&gt;
 http://qiime.org/install/virtual_box.html&lt;br /&gt;
 http://qiime.org/install/index.html&lt;br /&gt;
&lt;br /&gt;
 Mothur&lt;br /&gt;
 http://www.mothur.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For any questions email: rkumar@uab.edu&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4777</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4777"/>
		<updated>2014-05-30T16:06:48Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: /* Using QIIME 1.8 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation notes for Cheaha cluster ===&lt;br /&gt;
QIIME is already installed on Cheaha cluster. If you just want to use QIIME, go to the next section &amp;quot;Using QIIME&amp;quot;. This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu]. Here we want to install qiime at location /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
&lt;br /&gt;
* login to the cheaha cluster and make sure no external module is loaded (for avoiding any possible conflicts)&lt;br /&gt;
* Downloading the QIIME &lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
:wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the configuration file qiime_1.5.0.conf located at app-deploy-qiime-1.5.0/etc&lt;br /&gt;
:&amp;lt;code&amp;gt; cd app-deploy-qiime-1.5.0/etc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit the portion of configuration file qiime_1.5.0.conf to reflect these changes&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: INFO&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: no&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
&lt;br /&gt;
 [python]&lt;br /&gt;
 version: 2.7.1&lt;br /&gt;
 build-type: autoconf&lt;br /&gt;
 release-file-name: Python-2.7.1.tgz&lt;br /&gt;
 release-location: ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/Python-2.7.1.tgz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 set-environment-variables-deploypath: LD_LIBRARY_PATH=lib&lt;br /&gt;
&lt;br /&gt;
 [qiime]&lt;br /&gt;
 version: 1.5.0&lt;br /&gt;
 build-type: python-distutils&lt;br /&gt;
 release-file-name: Qiime-1.5.0.tar.gz&lt;br /&gt;
 release-location: http://sourceforge.net/projects/qiime/files/releases/Qiime-1.5.0.tar.gz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 copy-source-to-final-deploy: yes&lt;br /&gt;
 deps: pycogent, matplotlib&lt;br /&gt;
 set-environment-variables-deploypath: QIIME=./,PYTHONPATH=lib/&lt;br /&gt;
 set-environment-variables-value: QIIME_CONFIG_FP=/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/.qiime_config_default&lt;br /&gt;
 python-install-options: --install-scripts=bin/ --install-purelib=lib/ --install-data=lib/&lt;br /&gt;
&lt;br /&gt;
* QIIME installation steps&lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0/&lt;br /&gt;
:module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
:python app-deploy.py /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5 -f etc/qiime_1.5.0.conf&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* At end of the installation you will see a log of modules installed like this&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, cdbtools, rtax, cytoscape, chimeraslayer, drisee, gg_otus, infernal,     vienna, mothur, python, fasttree, pplacer, blast, parsinsert, r, muscle, rdpclassifier, cdhit, uclust, numpy, SQLAlchemy, tornado, ipython, setuptools, mpi4py, biom-format, pycogent, matplotlib, MySQL-python, sphinx, pynast, pprospector, qiime&lt;br /&gt;
 Packages skipped (assumed successful): &lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq &lt;br /&gt;
 &lt;br /&gt;
 Directories of failed applications must be removed manually or --force-remove-failed-dirs must be specified:&lt;br /&gt;
 /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/pyzmq-2.1.9-release&lt;br /&gt;
&lt;br /&gt;
* Note: For some reason the file '''.qiime_config_default''' was created in my home directory which I later moved to location /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/&lt;br /&gt;
&lt;br /&gt;
* Everything seems working!!!&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.5 ===&lt;br /&gt;
&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.7 ===&lt;br /&gt;
* Login to the cheaha cluster.&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.7/QIIME-1.7/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.8 ===&lt;br /&gt;
* Login to the cheaha cluster.&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME/QIIME-files-1.8/QIIME-1.8/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Installation notes&lt;br /&gt;
Make following changes first&lt;br /&gt;
:module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
&lt;br /&gt;
Download installation script and files&lt;br /&gt;
:git clone git://github.com/qiime/qiime-deploy.git&lt;br /&gt;
:git clone git://github.com/qiime/qiime-deploy-conf.git&lt;br /&gt;
:Edit the folling lines in qiime-deploy-conf/qiime-1.8.0/qiime.conf so that It looks like&lt;br /&gt;
&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: DEBUG&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: yes&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
 &lt;br /&gt;
 [python]&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 &lt;br /&gt;
 [ea-utils]&lt;br /&gt;
 release-location: https://dl.dropboxusercontent.com/u/428435/ea-utils.1.1.2-537.tar.gz&lt;br /&gt;
&lt;br /&gt;
the ea-utils program is modified and downloaded from  dropbox location. Modification includes change at line 4 (&amp;quot;CC=g++44&amp;quot;) in Makefile. Rest all code is same.&lt;br /&gt;
:run the installation&lt;br /&gt;
:python qiime-deploy/qiime-deploy.py QIIME-1.8/ -f qiime-deploy-conf/qiime-1.8.0/qiime.conf --force-remove-failed-dirs 2&amp;gt; install_log 1&amp;gt;&amp;amp;2&lt;br /&gt;
&lt;br /&gt;
Results&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, blat, sourcetracker, rtax, cytoscape, chimeraslayer, python, drisee, gg_otus, infernal, vienna, ea-utils, mothur, fasttree, bwa, pplacer, blast, parsinsert, muscle, rdpclassifier, SeqPrep, r, cdhit, uclust, ape, r-color-brewer, numpy, SQLAlchemy, klar, tornado, ipython, qcli, pysqlite, gdata, vegan, random-forest, gtools, setuptools, optparse, mpi4py, pycogent, matplotlib, pynast, pprospector, MySQL-python, tax2tree, qiime, pyqi, sphinx, emperor, biom-format, qiime-galaxy, galaxy, cdbtools&lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq&lt;br /&gt;
&lt;br /&gt;
***&lt;br /&gt;
&lt;br /&gt;
=== QIIME Links ===&lt;br /&gt;
 QIIME&lt;br /&gt;
 http://qiime.org/&lt;br /&gt;
 http://qiime.org/index.html&lt;br /&gt;
 http://qiime.org/documentation_index.html&lt;br /&gt;
 &lt;br /&gt;
 Tutorials&lt;br /&gt;
 http://qiime.org/tutorials/tutorial.html&lt;br /&gt;
 http://qiime.org/tutorials/index.html&lt;br /&gt;
 http://qiime.org/tutorials/processing_illumina_data.html&lt;br /&gt;
 &lt;br /&gt;
 Scripts&lt;br /&gt;
 http://qiime.org/scripts/index.html&lt;br /&gt;
 &lt;br /&gt;
 Virtual Box&lt;br /&gt;
 http://qiime.org/install/virtual_box.html&lt;br /&gt;
 http://qiime.org/install/index.html&lt;br /&gt;
&lt;br /&gt;
 Mothur&lt;br /&gt;
 http://www.mothur.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For any questions you can reach me at rkumar@uab.edu&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4776</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4776"/>
		<updated>2014-05-30T16:01:34Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: /* Using QIIME 1.8 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation notes for Cheaha cluster ===&lt;br /&gt;
QIIME is already installed on Cheaha cluster. If you just want to use QIIME, go to the next section &amp;quot;Using QIIME&amp;quot;. This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu]. Here we want to install qiime at location /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
&lt;br /&gt;
* login to the cheaha cluster and make sure no external module is loaded (for avoiding any possible conflicts)&lt;br /&gt;
* Downloading the QIIME &lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
:wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the configuration file qiime_1.5.0.conf located at app-deploy-qiime-1.5.0/etc&lt;br /&gt;
:&amp;lt;code&amp;gt; cd app-deploy-qiime-1.5.0/etc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit the portion of configuration file qiime_1.5.0.conf to reflect these changes&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: INFO&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: no&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
&lt;br /&gt;
 [python]&lt;br /&gt;
 version: 2.7.1&lt;br /&gt;
 build-type: autoconf&lt;br /&gt;
 release-file-name: Python-2.7.1.tgz&lt;br /&gt;
 release-location: ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/Python-2.7.1.tgz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 set-environment-variables-deploypath: LD_LIBRARY_PATH=lib&lt;br /&gt;
&lt;br /&gt;
 [qiime]&lt;br /&gt;
 version: 1.5.0&lt;br /&gt;
 build-type: python-distutils&lt;br /&gt;
 release-file-name: Qiime-1.5.0.tar.gz&lt;br /&gt;
 release-location: http://sourceforge.net/projects/qiime/files/releases/Qiime-1.5.0.tar.gz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 copy-source-to-final-deploy: yes&lt;br /&gt;
 deps: pycogent, matplotlib&lt;br /&gt;
 set-environment-variables-deploypath: QIIME=./,PYTHONPATH=lib/&lt;br /&gt;
 set-environment-variables-value: QIIME_CONFIG_FP=/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/.qiime_config_default&lt;br /&gt;
 python-install-options: --install-scripts=bin/ --install-purelib=lib/ --install-data=lib/&lt;br /&gt;
&lt;br /&gt;
* QIIME installation steps&lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0/&lt;br /&gt;
:module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
:python app-deploy.py /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5 -f etc/qiime_1.5.0.conf&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* At end of the installation you will see a log of modules installed like this&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, cdbtools, rtax, cytoscape, chimeraslayer, drisee, gg_otus, infernal,     vienna, mothur, python, fasttree, pplacer, blast, parsinsert, r, muscle, rdpclassifier, cdhit, uclust, numpy, SQLAlchemy, tornado, ipython, setuptools, mpi4py, biom-format, pycogent, matplotlib, MySQL-python, sphinx, pynast, pprospector, qiime&lt;br /&gt;
 Packages skipped (assumed successful): &lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq &lt;br /&gt;
 &lt;br /&gt;
 Directories of failed applications must be removed manually or --force-remove-failed-dirs must be specified:&lt;br /&gt;
 /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/pyzmq-2.1.9-release&lt;br /&gt;
&lt;br /&gt;
* Note: For some reason the file '''.qiime_config_default''' was created in my home directory which I later moved to location /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/&lt;br /&gt;
&lt;br /&gt;
* Everything seems working!!!&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.5 ===&lt;br /&gt;
&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.7 ===&lt;br /&gt;
* Login to the cheaha cluster.&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.7/QIIME-1.7/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.8 ===&lt;br /&gt;
* Login to the cheaha cluster.&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME/QIIME-files-1.8/QIIME-1.8/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Installation notes&lt;br /&gt;
Make following changes first&lt;br /&gt;
:module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
&lt;br /&gt;
Download installation script and files&lt;br /&gt;
git clone git://github.com/qiime/qiime-deploy.git&lt;br /&gt;
git clone git://github.com/qiime/qiime-deploy-conf.git&lt;br /&gt;
Edit the folling lines in qiime-deploy-conf/qiime-1.8.0/qiime.conf so that It looks like&lt;br /&gt;
----------------&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: DEBUG&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: yes&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
 &lt;br /&gt;
 [python]&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 &lt;br /&gt;
 [ea-utils]&lt;br /&gt;
 release-location: https://dl.dropboxusercontent.com/u/428435/ea-utils.1.1.2-537.tar.gz&lt;br /&gt;
---------------------&lt;br /&gt;
the ea-utils program is modified and downloaded from  dropbox location. Modification includes change at line 4 (&amp;quot;CC=g++44&amp;quot;) in Makefile. Rest all code is same.&lt;br /&gt;
&lt;br /&gt;
=== QIIME Links ===&lt;br /&gt;
 QIIME&lt;br /&gt;
 http://qiime.org/&lt;br /&gt;
 http://qiime.org/index.html&lt;br /&gt;
 http://qiime.org/documentation_index.html&lt;br /&gt;
 &lt;br /&gt;
 Tutorials&lt;br /&gt;
 http://qiime.org/tutorials/tutorial.html&lt;br /&gt;
 http://qiime.org/tutorials/index.html&lt;br /&gt;
 http://qiime.org/tutorials/processing_illumina_data.html&lt;br /&gt;
 &lt;br /&gt;
 Scripts&lt;br /&gt;
 http://qiime.org/scripts/index.html&lt;br /&gt;
 &lt;br /&gt;
 Virtual Box&lt;br /&gt;
 http://qiime.org/install/virtual_box.html&lt;br /&gt;
 http://qiime.org/install/index.html&lt;br /&gt;
&lt;br /&gt;
 Mothur&lt;br /&gt;
 http://www.mothur.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For any questions you can reach me at rkumar@uab.edu&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4775</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4775"/>
		<updated>2014-05-30T15:37:29Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation notes for Cheaha cluster ===&lt;br /&gt;
QIIME is already installed on Cheaha cluster. If you just want to use QIIME, go to the next section &amp;quot;Using QIIME&amp;quot;. This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu]. Here we want to install qiime at location /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
&lt;br /&gt;
* login to the cheaha cluster and make sure no external module is loaded (for avoiding any possible conflicts)&lt;br /&gt;
* Downloading the QIIME &lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
:wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the configuration file qiime_1.5.0.conf located at app-deploy-qiime-1.5.0/etc&lt;br /&gt;
:&amp;lt;code&amp;gt; cd app-deploy-qiime-1.5.0/etc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit the portion of configuration file qiime_1.5.0.conf to reflect these changes&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: INFO&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: no&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
&lt;br /&gt;
 [python]&lt;br /&gt;
 version: 2.7.1&lt;br /&gt;
 build-type: autoconf&lt;br /&gt;
 release-file-name: Python-2.7.1.tgz&lt;br /&gt;
 release-location: ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/Python-2.7.1.tgz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 set-environment-variables-deploypath: LD_LIBRARY_PATH=lib&lt;br /&gt;
&lt;br /&gt;
 [qiime]&lt;br /&gt;
 version: 1.5.0&lt;br /&gt;
 build-type: python-distutils&lt;br /&gt;
 release-file-name: Qiime-1.5.0.tar.gz&lt;br /&gt;
 release-location: http://sourceforge.net/projects/qiime/files/releases/Qiime-1.5.0.tar.gz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 copy-source-to-final-deploy: yes&lt;br /&gt;
 deps: pycogent, matplotlib&lt;br /&gt;
 set-environment-variables-deploypath: QIIME=./,PYTHONPATH=lib/&lt;br /&gt;
 set-environment-variables-value: QIIME_CONFIG_FP=/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/.qiime_config_default&lt;br /&gt;
 python-install-options: --install-scripts=bin/ --install-purelib=lib/ --install-data=lib/&lt;br /&gt;
&lt;br /&gt;
* QIIME installation steps&lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0/&lt;br /&gt;
:module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
:python app-deploy.py /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5 -f etc/qiime_1.5.0.conf&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* At end of the installation you will see a log of modules installed like this&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, cdbtools, rtax, cytoscape, chimeraslayer, drisee, gg_otus, infernal,     vienna, mothur, python, fasttree, pplacer, blast, parsinsert, r, muscle, rdpclassifier, cdhit, uclust, numpy, SQLAlchemy, tornado, ipython, setuptools, mpi4py, biom-format, pycogent, matplotlib, MySQL-python, sphinx, pynast, pprospector, qiime&lt;br /&gt;
 Packages skipped (assumed successful): &lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq &lt;br /&gt;
 &lt;br /&gt;
 Directories of failed applications must be removed manually or --force-remove-failed-dirs must be specified:&lt;br /&gt;
 /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/pyzmq-2.1.9-release&lt;br /&gt;
&lt;br /&gt;
* Note: For some reason the file '''.qiime_config_default''' was created in my home directory which I later moved to location /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/&lt;br /&gt;
&lt;br /&gt;
* Everything seems working!!!&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.5 ===&lt;br /&gt;
&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.7 ===&lt;br /&gt;
* Login to the cheaha cluster.&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.7/QIIME-1.7/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.8 ===&lt;br /&gt;
* Login to the cheaha cluster.&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME/QIIME-files-1.8/QIIME-1.8/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== QIIME Links ===&lt;br /&gt;
 QIIME&lt;br /&gt;
 http://qiime.org/&lt;br /&gt;
 http://qiime.org/index.html&lt;br /&gt;
 http://qiime.org/documentation_index.html&lt;br /&gt;
 &lt;br /&gt;
 Tutorials&lt;br /&gt;
 http://qiime.org/tutorials/tutorial.html&lt;br /&gt;
 http://qiime.org/tutorials/index.html&lt;br /&gt;
 http://qiime.org/tutorials/processing_illumina_data.html&lt;br /&gt;
 &lt;br /&gt;
 Scripts&lt;br /&gt;
 http://qiime.org/scripts/index.html&lt;br /&gt;
 &lt;br /&gt;
 Virtual Box&lt;br /&gt;
 http://qiime.org/install/virtual_box.html&lt;br /&gt;
 http://qiime.org/install/index.html&lt;br /&gt;
&lt;br /&gt;
 Mothur&lt;br /&gt;
 http://www.mothur.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For any questions you can reach me at rkumar@uab.edu&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4655</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4655"/>
		<updated>2013-09-11T02:10:48Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation notes for Cheaha cluster ===&lt;br /&gt;
QIIME is already installed on Cheaha cluster. If you just want to use QIIME, go to the next section &amp;quot;Using QIIME&amp;quot;. This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu]. Here we want to install qiime at location /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
&lt;br /&gt;
* login to the cheaha cluster and make sure no external module is loaded (for avoiding any possible conflicts)&lt;br /&gt;
* Downloading the QIIME &lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
:wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the configuration file qiime_1.5.0.conf located at app-deploy-qiime-1.5.0/etc&lt;br /&gt;
:&amp;lt;code&amp;gt; cd app-deploy-qiime-1.5.0/etc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit the portion of configuration file qiime_1.5.0.conf to reflect these changes&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: INFO&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: no&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
&lt;br /&gt;
 [python]&lt;br /&gt;
 version: 2.7.1&lt;br /&gt;
 build-type: autoconf&lt;br /&gt;
 release-file-name: Python-2.7.1.tgz&lt;br /&gt;
 release-location: ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/Python-2.7.1.tgz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 set-environment-variables-deploypath: LD_LIBRARY_PATH=lib&lt;br /&gt;
&lt;br /&gt;
 [qiime]&lt;br /&gt;
 version: 1.5.0&lt;br /&gt;
 build-type: python-distutils&lt;br /&gt;
 release-file-name: Qiime-1.5.0.tar.gz&lt;br /&gt;
 release-location: http://sourceforge.net/projects/qiime/files/releases/Qiime-1.5.0.tar.gz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 copy-source-to-final-deploy: yes&lt;br /&gt;
 deps: pycogent, matplotlib&lt;br /&gt;
 set-environment-variables-deploypath: QIIME=./,PYTHONPATH=lib/&lt;br /&gt;
 set-environment-variables-value: QIIME_CONFIG_FP=/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/.qiime_config_default&lt;br /&gt;
 python-install-options: --install-scripts=bin/ --install-purelib=lib/ --install-data=lib/&lt;br /&gt;
&lt;br /&gt;
* QIIME installation steps&lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0/&lt;br /&gt;
:module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
:python app-deploy.py /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5 -f etc/qiime_1.5.0.conf&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* At end of the installation you will see a log of modules installed like this&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, cdbtools, rtax, cytoscape, chimeraslayer, drisee, gg_otus, infernal,     vienna, mothur, python, fasttree, pplacer, blast, parsinsert, r, muscle, rdpclassifier, cdhit, uclust, numpy, SQLAlchemy, tornado, ipython, setuptools, mpi4py, biom-format, pycogent, matplotlib, MySQL-python, sphinx, pynast, pprospector, qiime&lt;br /&gt;
 Packages skipped (assumed successful): &lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq &lt;br /&gt;
 &lt;br /&gt;
 Directories of failed applications must be removed manually or --force-remove-failed-dirs must be specified:&lt;br /&gt;
 /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/pyzmq-2.1.9-release&lt;br /&gt;
&lt;br /&gt;
* Note: For some reason the file '''.qiime_config_default''' was created in my home directory which I later moved to location /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/&lt;br /&gt;
&lt;br /&gt;
* Everything seems working!!!&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.5 ===&lt;br /&gt;
&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME 1.7 ===&lt;br /&gt;
* Login to the cheaha cluster.&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.7/QIIME-1.7/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== QIIME Links ===&lt;br /&gt;
 QIIME&lt;br /&gt;
 http://qiime.org/&lt;br /&gt;
 http://qiime.org/index.html&lt;br /&gt;
 http://qiime.org/documentation_index.html&lt;br /&gt;
 &lt;br /&gt;
 Tutorials&lt;br /&gt;
 http://qiime.org/tutorials/tutorial.html&lt;br /&gt;
 http://qiime.org/tutorials/index.html&lt;br /&gt;
 http://qiime.org/tutorials/processing_illumina_data.html&lt;br /&gt;
 &lt;br /&gt;
 Scripts&lt;br /&gt;
 http://qiime.org/scripts/index.html&lt;br /&gt;
 &lt;br /&gt;
 Virtual Box&lt;br /&gt;
 http://qiime.org/install/virtual_box.html&lt;br /&gt;
 http://qiime.org/install/index.html&lt;br /&gt;
&lt;br /&gt;
 Mothur&lt;br /&gt;
 http://www.mothur.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For any questions you can reach me at rkumar@uab.edu&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=NgsCctsBuildVelvet&amp;diff=4563</id>
		<title>NgsCctsBuildVelvet</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=NgsCctsBuildVelvet&amp;diff=4563"/>
		<updated>2013-07-09T19:51:58Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;NOTE: it is possible to build Velvet to support &amp;gt; 1 threads: http://www.dolphing.com/re-velvet-users-velvet-1-1-01-multithreading-17&lt;br /&gt;
* add OPENMP=1 to Makefile (or 'OPENMP=1' argument to make)&lt;br /&gt;
* update galaxy/tools/sr_assembly/velvet*_wrapper.py to set OMP_NUM_THREADS=''N-1'' &amp;amp; OMP_THREAD_LIMIT=''N-1''&lt;br /&gt;
* update galaxy/universe_wsgi.ini.sanitized to add -pe smp ''N''&lt;br /&gt;
&lt;br /&gt;
Current build:&lt;br /&gt;
&lt;br /&gt;
 TARGET_VER=velvet_1.2.08&lt;br /&gt;
 wget http://www.ebi.ac.uk/~zerbino/velvet/${TARGET_VER}.tgz&lt;br /&gt;
 tar xzvf ${TARGET_VER}.tgz&lt;br /&gt;
 rm ${TARGET_VER}.tgz&lt;br /&gt;
 cd ${TARGET_VER}&lt;br /&gt;
&lt;br /&gt;
Edit Makefile to change max k mer available or supply the values at the build time as commandline arguments.&lt;br /&gt;
&lt;br /&gt;
 vi Makefile&lt;br /&gt;
 /MAXKMER&lt;br /&gt;
 $bcw57&lt;br /&gt;
 LONGSEQUENCES=true&lt;br /&gt;
 :wq&lt;br /&gt;
&lt;br /&gt;
Build&lt;br /&gt;
&lt;br /&gt;
 make&lt;br /&gt;
 or&lt;br /&gt;
 make 'OPENMP=1' 'CATEGORIES=3' 'MAXKMERLENGTH=50'  (using commandline arguments)&lt;br /&gt;
&lt;br /&gt;
done&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=R-packages&amp;diff=4358</id>
		<title>R-packages</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=R-packages&amp;diff=4358"/>
		<updated>2013-01-14T19:17:12Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: Created page with &amp;quot; == R-packages - A central location for external R packages. ==  The path for dicrectory is  ''''''/share/apps/ngs-ccts/R_packages/''''''  Example for installing a package nam...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== R-packages - A central location for external R packages. ==&lt;br /&gt;
&lt;br /&gt;
The path for dicrectory is &lt;br /&gt;
''''''/share/apps/ngs-ccts/R_packages/''''''&lt;br /&gt;
&lt;br /&gt;
Example for installing a package named &amp;quot;HMP&amp;quot;&lt;br /&gt;
 module load R/R-2.15.0   # load an appropriate R module&lt;br /&gt;
 export R_LIBS=/share/apps/ngs-ccts/R_packages/    #export a environment variable which have the path for R library&lt;br /&gt;
 R    #launch R&lt;br /&gt;
 install.packages(&amp;quot;HMP&amp;quot;)   #to install library HMP&lt;br /&gt;
 library(&amp;quot;HMP&amp;quot;)            #to load library HMP&lt;br /&gt;
&lt;br /&gt;
Example for using a library HMP (if already installed)&lt;br /&gt;
 module load R/R-2.15.0   # load an appropriate R module&lt;br /&gt;
 export R_LIBS=/share/apps/ngs-ccts/R_packages/    #export a environment variable which have the path for R library&lt;br /&gt;
 Inside R&lt;br /&gt;
 library(&amp;quot;HMP&amp;quot;)            #to load library HMP&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=NgsCcts&amp;diff=4357</id>
		<title>NgsCcts</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=NgsCcts&amp;diff=4357"/>
		<updated>2013-01-14T19:08:13Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Shared CCTS NGS apps =&lt;br /&gt;
&lt;br /&gt;
This page documents apps installed by the CCTS BMI group in cheaha:/share/apps/ngs-ccts&lt;br /&gt;
&lt;br /&gt;
Links to latest versions of each package are in /share/apps/ngs-ccts/latest.&lt;br /&gt;
&lt;br /&gt;
See also [[PublicDatasetsNgs]] for genomes, indices and databases &lt;br /&gt;
&lt;br /&gt;
== Microbiome == &lt;br /&gt;
* [[QIIME 1.5]]&lt;br /&gt;
&lt;br /&gt;
== R-packages == &lt;br /&gt;
* [[R-packages]]&lt;br /&gt;
&lt;br /&gt;
== Alignment Visualization ==&lt;br /&gt;
* [http://www.broadinstitute.org/software/igv/download IGV]&lt;br /&gt;
** [http://www.broadinstitute.org/igv/projects/downloads/igvtools_2.1.7.zip IGV 2.1.23]&lt;br /&gt;
* [http://www.broadinstitute.org/software/igv/download igvtools] &lt;br /&gt;
** [http://www.broadinstitute.org/igv/projects/downloads/igvtools_2.1.7.zip IGVtools 2.1.7]&lt;br /&gt;
&lt;br /&gt;
== Short Read Aligners ==&lt;br /&gt;
* [ tophat]&lt;br /&gt;
** tophat-2.0.6 [http://tophat.cbcb.umd.edu/downloads/tophat-2.0.6.Linux_x86_64.tar.gz (binary)]&lt;br /&gt;
* [http://bowtie-bio.sourceforge.net bowtie]&lt;br /&gt;
** bowtie-0.12.7 (linked from Galaxy)&lt;br /&gt;
** bowtie-0.12.8 [http://downloads.sourceforge.net/project/bowtie-bio/bowtie/0.12.8/bowtie-0.12.8-linux-x86_64.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fbowtie-bio%2Ffiles%2Fbowtie%2F0.12.8%2F (binary)]&lt;br /&gt;
* [http://bowtie-bio.sourceforge.net/bowtie2 bowtie2]&lt;br /&gt;
** bowtie2-2.0.0-beta7 [http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/2.0.0-beta7/bowtie2-2.0.0-beta7-linux-x86_64.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fbowtie-bio%2Ffiles%2Fbowtie2%2F2.0.0-beta7%2F&amp;amp;ts=1349813862&amp;amp;use_mirror=superb-dca3 (download binary)]&lt;br /&gt;
* bwa &lt;br /&gt;
** bwa-0.6.2 [http://downloads.sourceforge.net/project/bio-bwa/bwa-0.6.2.tar.bz2?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fbio-bwa%2Ffiles%2F&amp;amp;ts=1349814953&amp;amp;use_mirror=iweb (download src)] [[NgsCctsBuildBwa]]&lt;br /&gt;
&lt;br /&gt;
== Short Read (denovo) Assemblers ==&lt;br /&gt;
* [http://www.ebi.ac.uk/~zerbino/velvet velvet ]&lt;br /&gt;
** velvet_1.2.08 ([http://www.ebi.ac.uk/~zerbino/velvet/velvet_1.2.08.tgz download src])([[NgsCctsBuildVelvet]])&lt;br /&gt;
*** MAXKMERLENGTH = 57&lt;br /&gt;
*** LONGSEQUENCES&lt;br /&gt;
=== in process ===&lt;br /&gt;
* [http://www.bcgsc.ca/platform/bioinfo/software/abyss ABySS] '''NOT DONE'''&lt;br /&gt;
** abyss_1.3.4 ([http://www.bcgsc.ca/downloads/abyss/abyss-1.3.4.tar.gz download src])([[NgsCctsBuildAbyss]])&lt;br /&gt;
*** maxk=100&lt;br /&gt;
* [http://www.broadinstitute.org/scientific-community/science/projects/viral-genomics/viral-genomics-analysis-software?package=VICUNA VICUNA] from Broad Institute - Viral genome denovo assembler '''NOT DONE'''&lt;br /&gt;
** VICUNA_v1.2 [http://www.broadinstitute.org/software/viral/vicuna/vicuna.zip]&lt;br /&gt;
** V-FAT [http://www.broadinstitute.org/software/viral/vfat/vfat.zip]&lt;br /&gt;
** V-Phaser &amp;amp; V-Profiler [http://www.broadinstitute.org/software/viral/v_phaser/v_phaser.zip]&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4252</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4252"/>
		<updated>2012-09-11T17:24:25Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation notes for Cheaha cluster ===&lt;br /&gt;
QIIME is already installed on Cheaha cluster. If you just want to use QIIME, go to the next section &amp;quot;Using QIIME&amp;quot;. This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu]. Here we want to install qiime at location /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
&lt;br /&gt;
* login to the cheaha cluster and make sure no external module is loaded (for avoiding any possible conflicts)&lt;br /&gt;
* Downloading the QIIME &lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
:wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the configuration file qiime_1.5.0.conf located at app-deploy-qiime-1.5.0/etc&lt;br /&gt;
:&amp;lt;code&amp;gt; cd app-deploy-qiime-1.5.0/etc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit the portion of configuration file qiime_1.5.0.conf to reflect these changes&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: INFO&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: no&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
&lt;br /&gt;
 [python]&lt;br /&gt;
 version: 2.7.1&lt;br /&gt;
 build-type: autoconf&lt;br /&gt;
 release-file-name: Python-2.7.1.tgz&lt;br /&gt;
 release-location: ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/Python-2.7.1.tgz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 set-environment-variables-deploypath: LD_LIBRARY_PATH=lib&lt;br /&gt;
&lt;br /&gt;
 [qiime]&lt;br /&gt;
 version: 1.5.0&lt;br /&gt;
 build-type: python-distutils&lt;br /&gt;
 release-file-name: Qiime-1.5.0.tar.gz&lt;br /&gt;
 release-location: http://sourceforge.net/projects/qiime/files/releases/Qiime-1.5.0.tar.gz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 copy-source-to-final-deploy: yes&lt;br /&gt;
 deps: pycogent, matplotlib&lt;br /&gt;
 set-environment-variables-deploypath: QIIME=./,PYTHONPATH=lib/&lt;br /&gt;
 set-environment-variables-value: QIIME_CONFIG_FP=/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/.qiime_config_default&lt;br /&gt;
 python-install-options: --install-scripts=bin/ --install-purelib=lib/ --install-data=lib/&lt;br /&gt;
&lt;br /&gt;
* QIIME installation steps&lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0/&lt;br /&gt;
:module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
:python app-deploy.py /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5 -f etc/qiime_1.5.0.conf&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* At end of the installation you will see a log of modules installed like this&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, cdbtools, rtax, cytoscape, chimeraslayer, drisee, gg_otus, infernal,     vienna, mothur, python, fasttree, pplacer, blast, parsinsert, r, muscle, rdpclassifier, cdhit, uclust, numpy, SQLAlchemy, tornado, ipython, setuptools, mpi4py, biom-format, pycogent, matplotlib, MySQL-python, sphinx, pynast, pprospector, qiime&lt;br /&gt;
 Packages skipped (assumed successful): &lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq &lt;br /&gt;
 &lt;br /&gt;
 Directories of failed applications must be removed manually or --force-remove-failed-dirs must be specified:&lt;br /&gt;
 /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/pyzmq-2.1.9-release&lt;br /&gt;
&lt;br /&gt;
* Note: For some reason the file '''.qiime_config_default''' was created in my home directory which I later moved to location /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/&lt;br /&gt;
&lt;br /&gt;
* Everything seems working!!!&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME ===&lt;br /&gt;
&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* For any questions you can reach me at rkumar@uab.edu&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4251</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4251"/>
		<updated>2012-09-10T16:08:00Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation notes for Cheaha cluster ===&lt;br /&gt;
QIIME is already installed on Cheaha cluster. If you just want to use QIIME, go to the next section &amp;quot;Using QIIME&amp;quot;. This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu]. Here we want to install qiime at location /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
&lt;br /&gt;
* login to the head node on cheaha cluster and make sure no external module is loaded (for avoiding any possible conflicts)&lt;br /&gt;
* Downloading the QIIME &lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
:wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the configuration file qiime_1.5.0.conf located at app-deploy-qiime-1.5.0/etc&lt;br /&gt;
:&amp;lt;code&amp;gt; cd app-deploy-qiime-1.5.0/etc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit the portion of configuration file qiime_1.5.0.conf to reflect these changes&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: INFO&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: no&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
&lt;br /&gt;
 [python]&lt;br /&gt;
 version: 2.7.1&lt;br /&gt;
 build-type: autoconf&lt;br /&gt;
 release-file-name: Python-2.7.1.tgz&lt;br /&gt;
 release-location: ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/Python-2.7.1.tgz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 set-environment-variables-deploypath: LD_LIBRARY_PATH=lib&lt;br /&gt;
&lt;br /&gt;
 [qiime]&lt;br /&gt;
 version: 1.5.0&lt;br /&gt;
 build-type: python-distutils&lt;br /&gt;
 release-file-name: Qiime-1.5.0.tar.gz&lt;br /&gt;
 release-location: http://sourceforge.net/projects/qiime/files/releases/Qiime-1.5.0.tar.gz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 copy-source-to-final-deploy: yes&lt;br /&gt;
 deps: pycogent, matplotlib&lt;br /&gt;
 set-environment-variables-deploypath: QIIME=./,PYTHONPATH=lib/&lt;br /&gt;
 set-environment-variables-value: QIIME_CONFIG_FP=/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/.qiime_config_default&lt;br /&gt;
 python-install-options: --install-scripts=bin/ --install-purelib=lib/ --install-data=lib/&lt;br /&gt;
&lt;br /&gt;
* QIIME installation steps&lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0/&lt;br /&gt;
:module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
:python app-deploy.py /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5 -f etc/qiime_1.5.0.conf&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* At end of the installation you will see a log of modules installed like this&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, cdbtools, rtax, cytoscape, chimeraslayer, drisee, gg_otus, infernal,     vienna, mothur, python, fasttree, pplacer, blast, parsinsert, r, muscle, rdpclassifier, cdhit, uclust, numpy, SQLAlchemy, tornado, ipython, setuptools, mpi4py, biom-format, pycogent, matplotlib, MySQL-python, sphinx, pynast, pprospector, qiime&lt;br /&gt;
 Packages skipped (assumed successful): &lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq &lt;br /&gt;
 &lt;br /&gt;
 Directories of failed applications must be removed manually or --force-remove-failed-dirs must be specified:&lt;br /&gt;
 /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/pyzmq-2.1.9-release&lt;br /&gt;
&lt;br /&gt;
* Note: For some reason the file '''.qiime_config_default''' was created in my home directory which I later moved to location /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/&lt;br /&gt;
&lt;br /&gt;
* Everything seems working!!!&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME ===&lt;br /&gt;
&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* For any questions you can reach me at rkumar@uab.edu&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4250</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4250"/>
		<updated>2012-09-10T15:58:03Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: /* QIIME 1.5 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation steps for Cheaha cluster ===&lt;br /&gt;
This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu]. Here we want to install qiime at location /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
&lt;br /&gt;
* login to the head node on cheaha cluster and make sure no external module is loaded (for avoiding any possible conflicts)&lt;br /&gt;
* Downloading the QIIME &lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
:wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the configuration file qiime_1.5.0.conf located at app-deploy-qiime-1.5.0/etc&lt;br /&gt;
:&amp;lt;code&amp;gt; cd app-deploy-qiime-1.5.0/etc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit the portion of configuration file qiime_1.5.0.conf to reflect these changes&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: INFO&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: no&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
&lt;br /&gt;
 [python]&lt;br /&gt;
 version: 2.7.1&lt;br /&gt;
 build-type: autoconf&lt;br /&gt;
 release-file-name: Python-2.7.1.tgz&lt;br /&gt;
 release-location: ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/Python-2.7.1.tgz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 set-environment-variables-deploypath: LD_LIBRARY_PATH=lib&lt;br /&gt;
&lt;br /&gt;
 [qiime]&lt;br /&gt;
 version: 1.5.0&lt;br /&gt;
 build-type: python-distutils&lt;br /&gt;
 release-file-name: Qiime-1.5.0.tar.gz&lt;br /&gt;
 release-location: http://sourceforge.net/projects/qiime/files/releases/Qiime-1.5.0.tar.gz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 copy-source-to-final-deploy: yes&lt;br /&gt;
 deps: pycogent, matplotlib&lt;br /&gt;
 set-environment-variables-deploypath: QIIME=./,PYTHONPATH=lib/&lt;br /&gt;
 set-environment-variables-value: QIIME_CONFIG_FP=/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/.qiime_config_default&lt;br /&gt;
 python-install-options: --install-scripts=bin/ --install-purelib=lib/ --install-data=lib/&lt;br /&gt;
&lt;br /&gt;
* QIIME installation steps&lt;br /&gt;
:&amp;lt;code&amp;gt;module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
:python app-deploy.py $UABGRID_SCRATCH/qiime_software_1.5.1/ -f etc/qiime_1.5.0.conf&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* At end of the installation you will see a log of modules installed like this&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, cdbtools, rtax, cytoscape, chimeraslayer, drisee, gg_otus, infernal,     vienna, mothur, python, fasttree, pplacer, blast, parsinsert, r, muscle, rdpclassifier, cdhit, uclust, numpy, SQLAlchemy, tornado, ipython, setuptools, mpi4py, biom-format, pycogent, matplotlib, MySQL-python, sphinx, pynast, pprospector, qiime&lt;br /&gt;
 Packages skipped (assumed successful): &lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq &lt;br /&gt;
 &lt;br /&gt;
 Directories of failed applications must be removed manually or --force-remove-failed-dirs must be specified:&lt;br /&gt;
 /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/pyzmq-2.1.9-release&lt;br /&gt;
&lt;br /&gt;
* Note: For some reason the file '''.qiime_config_default''' was created in my home directory which I later moved to location /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/&lt;br /&gt;
&lt;br /&gt;
* Everything seems working!!!&lt;br /&gt;
&lt;br /&gt;
=== Using QIIME ===&lt;br /&gt;
&lt;br /&gt;
* Please run the following command to configure your environment variables for QIIME usage. You can also add this command in your bash profile (for regular qiime users).&lt;br /&gt;
:&amp;lt;code&amp;gt;source /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/activate.sh&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
* QIIME is ready for usage. You can check the qiime configurations using following command&lt;br /&gt;
:&amp;lt;code&amp;gt;print_qiime_config.py&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4249</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4249"/>
		<updated>2012-09-10T15:51:28Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: /* Installation steps for Cheaha cluster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation steps for Cheaha cluster ===&lt;br /&gt;
This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu]. Here we want to install qiime at location /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
&lt;br /&gt;
* login to the head node on cheaha cluster and make sure no external module is loaded (for avoiding any possible conflicts)&lt;br /&gt;
* Downloading the QIIME &lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
:wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the configuration file qiime_1.5.0.conf located at app-deploy-qiime-1.5.0/etc&lt;br /&gt;
:&amp;lt;code&amp;gt; cd app-deploy-qiime-1.5.0/etc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Edit the portion of configuration file qiime_1.5.0.conf to reflect these changes&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: INFO&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: no&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
&lt;br /&gt;
 [python]&lt;br /&gt;
 version: 2.7.1&lt;br /&gt;
 build-type: autoconf&lt;br /&gt;
 release-file-name: Python-2.7.1.tgz&lt;br /&gt;
 release-location: ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/Python-2.7.1.tgz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 set-environment-variables-deploypath: LD_LIBRARY_PATH=lib&lt;br /&gt;
&lt;br /&gt;
 [qiime]&lt;br /&gt;
 version: 1.5.0&lt;br /&gt;
 build-type: python-distutils&lt;br /&gt;
 release-file-name: Qiime-1.5.0.tar.gz&lt;br /&gt;
 release-location: http://sourceforge.net/projects/qiime/files/releases/Qiime-1.5.0.tar.gz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 copy-source-to-final-deploy: yes&lt;br /&gt;
 deps: pycogent, matplotlib&lt;br /&gt;
 set-environment-variables-deploypath: QIIME=./,PYTHONPATH=lib/&lt;br /&gt;
 set-environment-variables-value: QIIME_CONFIG_FP=/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/.qiime_config_default&lt;br /&gt;
 python-install-options: --install-scripts=bin/ --install-purelib=lib/ --install-data=lib/&lt;br /&gt;
&lt;br /&gt;
* QIIME installation steps&lt;br /&gt;
:&amp;lt;code&amp;gt;module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
:python app-deploy.py $UABGRID_SCRATCH/qiime_software_1.5.1/ -f etc/qiime_1.5.0.conf&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* At end of the installation you will see a log of modules installed like this&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, cdbtools, rtax, cytoscape, chimeraslayer, drisee, gg_otus, infernal,     vienna, mothur, python, fasttree, pplacer, blast, parsinsert, r, muscle, rdpclassifier, cdhit, uclust, numpy, SQLAlchemy, tornado, ipython, setuptools, mpi4py, biom-format, pycogent, matplotlib, MySQL-python, sphinx, pynast, pprospector, qiime&lt;br /&gt;
 Packages skipped (assumed successful): &lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq &lt;br /&gt;
 &lt;br /&gt;
 Directories of failed applications must be removed manually or --force-remove-failed-dirs must be specified:&lt;br /&gt;
 /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/pyzmq-2.1.9-release&lt;br /&gt;
&lt;br /&gt;
* Note: For some reason the file '''.qiime_config_default''' was created in my home directory which I later moved to location /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/&lt;br /&gt;
&lt;br /&gt;
* Everything seems working!!!&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4248</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4248"/>
		<updated>2012-09-10T15:44:46Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: /* Installation steps for Cheaha cluster */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation steps for Cheaha cluster ===&lt;br /&gt;
This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu]. Here we want to install qiime at location /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
&lt;br /&gt;
* login to the head node on cheaha cluster and make sure no external module is loaded (for avoiding any possible conflicts)&lt;br /&gt;
* Downloading the QIIME &lt;br /&gt;
:&amp;lt;code&amp;gt;cd /share/apps/ngs-ccts/QIIME-files-1.5&lt;br /&gt;
:wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Open the configuration file qiime_1.5.0.conf located at app-deploy-qiime-1.5.0/etc&lt;br /&gt;
:&amp;lt;code&amp;gt; cd app-deploy-qiime-1.5.0/etc&lt;br /&gt;
&lt;br /&gt;
* Edit the portion of configuration file qiime_1.5.0.conf to reflect these changes&lt;br /&gt;
 [global]&lt;br /&gt;
 log-level: INFO&lt;br /&gt;
 max-deploy-threads: 1&lt;br /&gt;
 append-environment-to-bashrc: no&lt;br /&gt;
 append-environment-to-bashprofile: no&lt;br /&gt;
&lt;br /&gt;
 [python]&lt;br /&gt;
 version: 2.7.1&lt;br /&gt;
 build-type: autoconf&lt;br /&gt;
 release-file-name: Python-2.7.1.tgz&lt;br /&gt;
 release-location: ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/Python-2.7.1.tgz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 #autoconf-make-options: -j4&lt;br /&gt;
 #autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2 --enable-unicode=ucs4&lt;br /&gt;
 autoconf-configure-options: --enable-shared --with-zlib=/usr/include --enable-unicode=ucs2&lt;br /&gt;
 set-environment-variables-deploypath: LD_LIBRARY_PATH=lib&lt;br /&gt;
&lt;br /&gt;
 [qiime]&lt;br /&gt;
 version: 1.5.0&lt;br /&gt;
 build-type: python-distutils&lt;br /&gt;
 release-file-name: Qiime-1.5.0.tar.gz&lt;br /&gt;
 release-location: http://sourceforge.net/projects/qiime/files/releases/Qiime-1.5.0.tar.gz&lt;br /&gt;
 relative-directory-add-to-path: bin&lt;br /&gt;
 copy-source-to-final-deploy: yes&lt;br /&gt;
 deps: pycogent, matplotlib&lt;br /&gt;
 set-environment-variables-deploypath: QIIME=./,PYTHONPATH=lib/&lt;br /&gt;
 set-environment-variables-value: QIIME_CONFIG_FP=/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/.qiime_config_default&lt;br /&gt;
 python-install-options: --install-scripts=bin/ --install-purelib=lib/ --install-data=lib/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* QIIME installation steps&lt;br /&gt;
:&amp;lt;code&amp;gt;module load python/python-2.7&lt;br /&gt;
:module load mpich/mpich2-gnu&lt;br /&gt;
:module load haskell/ghc&lt;br /&gt;
:unset DISPLAY&lt;br /&gt;
:python app-deploy.py $UABGRID_SCRATCH/qiime_software_1.5.1/ -f etc/qiime_1.5.0.conf&lt;br /&gt;
:&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* At end of the installation you will see a log of modules installed like this&lt;br /&gt;
 DEPLOYMENT SUMMARY&lt;br /&gt;
 Packages deployed successfully:&lt;br /&gt;
 data-lanemask, data-core, clearcut, raxml, ampliconnoise, cdbtools, rtax, cytoscape, chimeraslayer, drisee, gg_otus, infernal,     vienna, mothur, python, fasttree, pplacer, blast, parsinsert, r, muscle, rdpclassifier, cdhit, uclust, numpy, SQLAlchemy, tornado, ipython, setuptools, mpi4py, biom-format, pycogent, matplotlib, MySQL-python, sphinx, pynast, pprospector, qiime&lt;br /&gt;
 Packages skipped (assumed successful): &lt;br /&gt;
 &lt;br /&gt;
 Packages failed to deploy:&lt;br /&gt;
 pyzmq &lt;br /&gt;
 &lt;br /&gt;
 Directories of failed applications must be removed manually or --force-remove-failed-dirs must be specified:&lt;br /&gt;
 /share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/pyzmq-2.1.9-release&lt;br /&gt;
&lt;br /&gt;
* Note: for some reason a file .&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4247</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4247"/>
		<updated>2012-09-10T15:07:31Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: /* QIIME 1.5 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation steps for Cheaha cluster ===&lt;br /&gt;
This installation is based on [http://qiime.org/install/ubuntu_install.html QIIME installation script for Ubuntu].&lt;br /&gt;
&lt;br /&gt;
# Make sure no external module is loaded (for avoiding any conflicts)&lt;br /&gt;
# Downloading the QIIME &lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;wget ftp://thebeast.colorado.edu/pub/QIIME-v1.5.0-dependencies/app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
tar zxvf app-deploy-qiime-1.5.0.tgz&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
# Editing the configuration file&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4246</id>
		<title>QIIME 1.5</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=QIIME_1.5&amp;diff=4246"/>
		<updated>2012-09-10T14:30:13Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: Created page with &amp;quot; == QIIME 1.5 ==  === General Introduction === [http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open sou...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== QIIME 1.5 ==&lt;br /&gt;
&lt;br /&gt;
=== General Introduction ===&lt;br /&gt;
[http://www.qiime.org/ QIIME] (pronounced &amp;quot;chime&amp;quot;) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open source software package for comparison and analysis of microbial communities, primarily based on high-throughput amplicon sequencing data (such as SSU rRNA) generated on a variety of platforms, but also supporting analysis of other types of data (such as shotgun metagenomic data). QIIME takes users from their raw sequencing output through initial analyses such as OTU picking, taxonomic assignment, and construction of phylogenetic trees from representative sequences of OTUs, and through downstream statistical analysis, visualization, and production of publication-quality graphics. QIIME has been applied to single studies based on billions of sequences from thousands of samples. &lt;br /&gt;
&lt;br /&gt;
QIIME 1.5 installation files (edited for installation on Cheaha cluster) are located at '''/share/apps/ngs-ccts/QIIME-files-1.5/app-deploy-qiime-1.5.0''' &amp;lt;br/&amp;gt;&lt;br /&gt;
QIIME 1.5 program is located at '''/share/apps/ngs-ccts/QIIME-files-1.5/qiime_software_1.5/''' &amp;lt;br/&amp;gt;&lt;br /&gt;
[http://qiime.org/tutorials/tutorial.html QIIME Tutorial]&lt;br /&gt;
&lt;br /&gt;
=== Installation steps for Cheaha cluster ===&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=NgsCcts&amp;diff=4245</id>
		<title>NgsCcts</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=NgsCcts&amp;diff=4245"/>
		<updated>2012-09-10T14:24:22Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Shared CCTS NGS apps =&lt;br /&gt;
&lt;br /&gt;
This page documents apps installed by the CCTS BMI group in cheaha:/share/apps/ngs-ccts&lt;br /&gt;
&lt;br /&gt;
* [[QIIME 1.5]]&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3531</id>
		<title>Intermine</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3531"/>
		<updated>2012-01-07T22:54:42Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: /* Installation notes for Intermine on Ubuntu 64bit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Motivation ==&lt;br /&gt;
&lt;br /&gt;
CCTS/BMI group plans to  establish an Intermine server at UAB in order to support genomics (and other -omic) reseach. The tool provides a way to link datasets with disparate datatypes together in a single warehouse. We particularly expect it to be useful for the analysis of gene sets: storage, collaboration/sharing and researcher self-service. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Web Resources for Intermine == &lt;br /&gt;
&lt;br /&gt;
* Home page http://www.intermine.org/&lt;br /&gt;
&lt;br /&gt;
* About Intermine  http://intermine.org/wiki/InterMine&lt;br /&gt;
&lt;br /&gt;
* Intermine Overview http://intermine.org/wiki/InterMineOverview&lt;br /&gt;
&lt;br /&gt;
* Prerequisite and downloading      http://intermine.org/wiki/GettingStarted   http://intermine.org/wiki/Prerequisites&lt;br /&gt;
					&lt;br /&gt;
* Hardware requirements    http://intermine.org/wiki/Hardware&lt;br /&gt;
&lt;br /&gt;
* QuickStart http://intermine.org/wiki/QuickStart&lt;br /&gt;
&lt;br /&gt;
* TroubleShooting  http://intermine.org/wiki/TroubleshootingTips&lt;br /&gt;
&lt;br /&gt;
* Download/Get intermine  http://intermine.org/wiki/SVNCheckout&lt;br /&gt;
&lt;br /&gt;
* Intermine use cases   http://intermine.org/wiki/InterMineUseCases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Examples of databases using Intermine ==&lt;br /&gt;
&lt;br /&gt;
* RatMine: http://ratmine.mcw.edu/&lt;br /&gt;
* modENCODE: http://www.modencode.org/&lt;br /&gt;
* Flymine: http://www.flymine.org/&lt;br /&gt;
* Yeastmine : http://yeastmine.yeastgenome.org/yeastmine/begin.do&lt;br /&gt;
* Targetmine : http://targetmine.nibio.go.jp/&lt;br /&gt;
* Metabolicmine : http://www.metabolicmine.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation notes for Intermine on Ubuntu 64bit==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step A: Install all prerequistite tools required for Intermine installation&lt;br /&gt;
&lt;br /&gt;
The basic notes for Installation are present on the Intermine website at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
&lt;br /&gt;
'''Additional install notes''' . This Installation is done on a Virtual box (running on win 7 64bits).&lt;br /&gt;
 &lt;br /&gt;
1. Install subversion    &lt;br /&gt;
   sudo apt-get install subversion&lt;br /&gt;
&lt;br /&gt;
2. Install sunjava6jdk&lt;br /&gt;
   sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ lucid partner&amp;quot; (added a source repository)&lt;br /&gt;
   Or add following to the /etc/apt/osurcelist&lt;br /&gt;
   deb http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   deb-src http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   Commands to run - 	&lt;br /&gt;
   sudo apt-get update&lt;br /&gt;
   sudo apt-get install sun-java6-jdk&lt;br /&gt;
		&lt;br /&gt;
3. Install ant&lt;br /&gt;
   a. Download ant from http://www.reverse.net/pub/apache//ant/binaries/apache-ant-1.8.2-bin.tar.gz or http://ant.apache.org/&lt;br /&gt;
   b. export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.26&lt;br /&gt;
   c. export ANT_HOME=/home/ranjit/ant    (ant is in my home directory)&lt;br /&gt;
   d. export PATH=${PATH}:${ANT_HOME}/bin&lt;br /&gt;
   These variable can be included in a batch script which automatically runs after system login. &lt;br /&gt;
		&lt;br /&gt;
4. Install Tomcat  &lt;br /&gt;
   Download tomcat, unzip it and place it at a location you know.&lt;br /&gt;
   Just start/stop the server as (ant is in my home directory)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/startup.sh (to start the server)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/shutdown.sh  (to stop it)		&lt;br /&gt;
   Add a manager for tomcat by editing file  $CATALINA_HOME/conf/tomcat-users.xml   ($CATALINA_HOME is the installation directory)&lt;br /&gt;
   &amp;lt;tomcat-users&amp;gt;&lt;br /&gt;
   &amp;lt;!-- you can add more users or roles if needed --&amp;gt;&lt;br /&gt;
   &amp;lt;role rolename=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;user username=&amp;quot;manager&amp;quot; password=&amp;quot;manager&amp;quot; roles=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/tomcat-users&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   Add java memmory requirements&lt;br /&gt;
   To avoid java.lang.OutOfMemory errors, specify the JVM heap size in $TOMCAT_HOME/bin/tomcat.sh. You can specify '-Xmx256m -Xms128m' as part of TOMCAT_OPTS. OR&lt;br /&gt;
   Edit the file $TOMCAT_HOME/bin/startup.sh and insert the following line, substituting for the desired value, eg. Bash Shell:  export CATALINA_OPTS=”-Xms(min heap)m -Xmx(max heap)m”&lt;br /&gt;
   If you get the error message: java.lang.OutOfMemoryError: PermGen space you need to add the argument -XX:MaxPermSize=128m to CATALINA_OPTS, in addition to any argument you use to set the heap size.&lt;br /&gt;
		&lt;br /&gt;
5. Install postgresql 8.4&lt;br /&gt;
   sudo apt-get install postgresql-8.4&lt;br /&gt;
   Make following changes in file as suggested in postgre installation section of intermine page at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
   sudo vim /etc/postgresql/8.4/main/postgresql.conf&lt;br /&gt;
   Create/Identify a userid and password. (help https://help.ubuntu.com/8.04/serverguide/C/postgresql.html)&lt;br /&gt;
   Edit sudo vim /etc/postgresql/8.4/main/pg_hba.conf   to use &amp;quot;md5&amp;quot; MD5 authentication&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 restart         (restart the server)&lt;br /&gt;
&lt;br /&gt;
   Install Bioseg into postgres&lt;br /&gt;
   sudo apt-get install postgresql-contrib-8.4&lt;br /&gt;
   sudo apt-get install postgresql-server-dev-8.4&lt;br /&gt;
   Download bioseg from http://www.bioinformatics.org/bioseg/wiki/   &lt;br /&gt;
   Unzip and Install it as&lt;br /&gt;
   make USE_PGXS=t clean&lt;br /&gt;
   make USE_PGXS=t&lt;br /&gt;
   make USE_PGXS=t install&lt;br /&gt;
		&lt;br /&gt;
   When a database is created it can be added to it by&lt;br /&gt;
   psql (database) &amp;lt;bioseg.sql&lt;br /&gt;
   psql (database) &amp;lt;btree_gist.sql&lt;br /&gt;
   To start/stop/restart postgressql do..&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 start    (replace start with stop/restart)&lt;br /&gt;
&lt;br /&gt;
6.Install Junit&lt;br /&gt;
   Download from http://www.junit.org/&lt;br /&gt;
   Copy to the ant lib directory, (may be apache-ant-1.6.5/lib/)&lt;br /&gt;
   Add to the java classpath with this command, replacing X.X with the version number.&lt;br /&gt;
   like&lt;br /&gt;
   export CLASSPATH=/home/ranjit/ant/lib/junit4.10/junit-4.10.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step B: Download and Install Intermine&lt;br /&gt;
   svn co svn://subversion.flymine.org/branches/intermine_0_98&lt;br /&gt;
   Thats all :)&lt;br /&gt;
&lt;br /&gt;
Step C: Creating a example database using Malaria called Malariamine.&lt;br /&gt;
   Please follow the steps given at http://intermine.org/wiki/GettingStarted&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3530</id>
		<title>Intermine</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3530"/>
		<updated>2012-01-07T22:53:37Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Motivation ==&lt;br /&gt;
&lt;br /&gt;
CCTS/BMI group plans to  establish an Intermine server at UAB in order to support genomics (and other -omic) reseach. The tool provides a way to link datasets with disparate datatypes together in a single warehouse. We particularly expect it to be useful for the analysis of gene sets: storage, collaboration/sharing and researcher self-service. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Web Resources for Intermine == &lt;br /&gt;
&lt;br /&gt;
* Home page http://www.intermine.org/&lt;br /&gt;
&lt;br /&gt;
* About Intermine  http://intermine.org/wiki/InterMine&lt;br /&gt;
&lt;br /&gt;
* Intermine Overview http://intermine.org/wiki/InterMineOverview&lt;br /&gt;
&lt;br /&gt;
* Prerequisite and downloading      http://intermine.org/wiki/GettingStarted   http://intermine.org/wiki/Prerequisites&lt;br /&gt;
					&lt;br /&gt;
* Hardware requirements    http://intermine.org/wiki/Hardware&lt;br /&gt;
&lt;br /&gt;
* QuickStart http://intermine.org/wiki/QuickStart&lt;br /&gt;
&lt;br /&gt;
* TroubleShooting  http://intermine.org/wiki/TroubleshootingTips&lt;br /&gt;
&lt;br /&gt;
* Download/Get intermine  http://intermine.org/wiki/SVNCheckout&lt;br /&gt;
&lt;br /&gt;
* Intermine use cases   http://intermine.org/wiki/InterMineUseCases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Examples of databases using Intermine ==&lt;br /&gt;
&lt;br /&gt;
* RatMine: http://ratmine.mcw.edu/&lt;br /&gt;
* modENCODE: http://www.modencode.org/&lt;br /&gt;
* Flymine: http://www.flymine.org/&lt;br /&gt;
* Yeastmine : http://yeastmine.yeastgenome.org/yeastmine/begin.do&lt;br /&gt;
* Targetmine : http://targetmine.nibio.go.jp/&lt;br /&gt;
* Metabolicmine : http://www.metabolicmine.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation notes for Intermine on Ubuntu 64bit==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step A: Install all prerequistite tools required for Intermine installation&lt;br /&gt;
&lt;br /&gt;
The basic notes for Installation are present on the Intermine website at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
&lt;br /&gt;
'''Additional install notes''' . This Installation is done on a Virtual box (running on win 7 64bits).&lt;br /&gt;
 &lt;br /&gt;
1. Install subversion    &lt;br /&gt;
   sudo apt-get install subversion&lt;br /&gt;
&lt;br /&gt;
2. Install sunjava6jdk&lt;br /&gt;
   sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ lucid partner&amp;quot; (added a source repository)&lt;br /&gt;
   Or add following to the /etc/apt/osurcelist&lt;br /&gt;
   deb http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   deb-src http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   Commands to run - 	&lt;br /&gt;
   sudo apt-get update&lt;br /&gt;
   sudo apt-get install sun-java6-jdk&lt;br /&gt;
		&lt;br /&gt;
3. Install ant&lt;br /&gt;
   a. Download ant from http://www.reverse.net/pub/apache//ant/binaries/apache-ant-1.8.2-bin.tar.gz or http://ant.apache.org/&lt;br /&gt;
   b. export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.26&lt;br /&gt;
   c. export ANT_HOME=/home/ranjit/ant    (ant is in my home directory)&lt;br /&gt;
   d. export PATH=${PATH}:${ANT_HOME}/bin&lt;br /&gt;
   These variable can be included in a batch script which automatically runs after system login. &lt;br /&gt;
		&lt;br /&gt;
4. Install Tomcat  &lt;br /&gt;
   Download tomcat, unzip it and place it at a location you know.&lt;br /&gt;
   Just start/stop the server as (ant is in my home directory)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/startup.sh (to start the server)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/shutdown.sh  (to stop it)		&lt;br /&gt;
   Add a manager for tomcat by editing file  $CATALINA_HOME/conf/tomcat-users.xml   ($CATALINA_HOME is the installation directory)&lt;br /&gt;
   &amp;lt;tomcat-users&amp;gt;&lt;br /&gt;
   &amp;lt;!-- you can add more users or roles if needed --&amp;gt;&lt;br /&gt;
   &amp;lt;role rolename=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;user username=&amp;quot;manager&amp;quot; password=&amp;quot;manager&amp;quot; roles=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/tomcat-users&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   Add java memmory requirements&lt;br /&gt;
   To avoid java.lang.OutOfMemory errors, specify the JVM heap size in $TOMCAT_HOME/bin/tomcat.sh. You can specify '-Xmx256m -Xms128m' as part of TOMCAT_OPTS. OR&lt;br /&gt;
   Edit the file $TOMCAT_HOME/bin/startup.sh and insert the following line, substituting for the desired value, eg. Bash Shell:  export CATALINA_OPTS=”-Xms(min heap)m -Xmx(max heap)m”&lt;br /&gt;
   If you get the error message: java.lang.OutOfMemoryError: PermGen space you need to add the argument -XX:MaxPermSize=128m to CATALINA_OPTS, in addition to any argument you use to set the heap size.&lt;br /&gt;
		&lt;br /&gt;
5. Install postgresql 8.4&lt;br /&gt;
   sudo apt-get install postgresql-8.4&lt;br /&gt;
   Make following changes in file as suggested in postgre installation section of intermine page at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
   sudo vim /etc/postgresql/8.4/main/postgresql.conf&lt;br /&gt;
   Create/Identify a userid and password. (help https://help.ubuntu.com/8.04/serverguide/C/postgresql.html)&lt;br /&gt;
   Edit sudo vim /etc/postgresql/8.4/main/pg_hba.conf   to use &amp;quot;md5&amp;quot; MD5 authentication&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 restart         (restart the server)&lt;br /&gt;
&lt;br /&gt;
   Install Bioseg into postgres&lt;br /&gt;
   sudo apt-get install postgresql-contrib-8.4&lt;br /&gt;
   sudo apt-get install postgresql-server-dev-8.4&lt;br /&gt;
   Download bioseg from http://www.bioinformatics.org/bioseg/wiki/   &lt;br /&gt;
   Unzip and Install it as&lt;br /&gt;
   make USE_PGXS=t clean&lt;br /&gt;
   make USE_PGXS=t&lt;br /&gt;
   make USE_PGXS=t install&lt;br /&gt;
		&lt;br /&gt;
   When a database is created it can be added to it by&lt;br /&gt;
   psql (database) &amp;lt;bioseg.sql&lt;br /&gt;
   psql (database) &amp;lt;btree_gist.sql&lt;br /&gt;
   To start/stop/restart postgressql do..&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 start    (replace start with stop/restart)&lt;br /&gt;
&lt;br /&gt;
6.Install Junit&lt;br /&gt;
   Download from http://www.junit.org/&lt;br /&gt;
   Copy to the ant lib directory, (may be apache-ant-1.6.5/lib/)&lt;br /&gt;
   Add to the java classpath with this command, replacing X.X with the version number.&lt;br /&gt;
   like&lt;br /&gt;
   export CLASSPATH=/home/ranjit/ant/lib/junit4.10/junit-4.10.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step B: Download and Install Intermine&lt;br /&gt;
   svn co svn://subversion.flymine.org/branches/intermine_0_98&lt;br /&gt;
   Thats all :)&lt;br /&gt;
&lt;br /&gt;
Step C: Creating a example database using MAlaria called Malariamine.&lt;br /&gt;
   Please follow the steps given at http://intermine.org/wiki/GettingStarted&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3529</id>
		<title>Intermine</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3529"/>
		<updated>2012-01-07T22:48:02Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Motivation ==&lt;br /&gt;
&lt;br /&gt;
CCTS/BMI group plans to  establish an Intermine server at UAB in order to support genomics (and other -omic) reseach. The tool provides a way to link datasets with disparate datatypes together in a single warehouse. We particularly expect it to be useful for the analysis of gene sets: storage, collaboration/sharing and researcher self-service. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Web Resources for Intermine == &lt;br /&gt;
&lt;br /&gt;
* Home page http://www.intermine.org/&lt;br /&gt;
&lt;br /&gt;
* About Intermine  http://intermine.org/wiki/InterMine&lt;br /&gt;
&lt;br /&gt;
* Intermine Overview http://intermine.org/wiki/InterMineOverview&lt;br /&gt;
&lt;br /&gt;
* Prerequisite and downloading      http://intermine.org/wiki/GettingStarted   http://intermine.org/wiki/Prerequisites&lt;br /&gt;
					&lt;br /&gt;
* Hardware requirements    http://intermine.org/wiki/Hardware&lt;br /&gt;
&lt;br /&gt;
* QuickStart http://intermine.org/wiki/QuickStart&lt;br /&gt;
&lt;br /&gt;
* TroubleShooting  http://intermine.org/wiki/TroubleshootingTips&lt;br /&gt;
&lt;br /&gt;
* Download/Get intermine  http://intermine.org/wiki/SVNCheckout&lt;br /&gt;
&lt;br /&gt;
* Intermine use cases   http://intermine.org/wiki/InterMineUseCases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Examples of databases using Intermine ==&lt;br /&gt;
&lt;br /&gt;
* RatMine: http://ratmine.mcw.edu/&lt;br /&gt;
* modENCODE: http://www.modencode.org/&lt;br /&gt;
* Flymine: http://www.flymine.org/&lt;br /&gt;
* Yeastmine : http://yeastmine.yeastgenome.org/yeastmine/begin.do&lt;br /&gt;
* Targetmine : http://targetmine.nibio.go.jp/&lt;br /&gt;
* Metabolicmine : http://www.metabolicmine.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation notes for Intermine on Ubuntu 64bit==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step A: Install all prerequistite tools required for Intermine installation&lt;br /&gt;
&lt;br /&gt;
The basic notes for Installation are present on the Intermine website at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
&lt;br /&gt;
'''Additional install notes''' . This Installation is done on a Virtual box (running on win 7 64bits).&lt;br /&gt;
 &lt;br /&gt;
1. Install subversion    &lt;br /&gt;
   sudo apt-get install subversion&lt;br /&gt;
&lt;br /&gt;
2. Install sunjava6jdk&lt;br /&gt;
   sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ lucid partner&amp;quot; (added a source repository)&lt;br /&gt;
   Or add following to the /etc/apt/osurcelist&lt;br /&gt;
   deb http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   deb-src http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   Commands to run - 	&lt;br /&gt;
   sudo apt-get update&lt;br /&gt;
   sudo apt-get install sun-java6-jdk&lt;br /&gt;
		&lt;br /&gt;
3. Install ant&lt;br /&gt;
   a. Download ant from http://www.reverse.net/pub/apache//ant/binaries/apache-ant-1.8.2-bin.tar.gz or http://ant.apache.org/&lt;br /&gt;
   b. export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.26&lt;br /&gt;
   c. export ANT_HOME=/home/ranjit/ant    (ant is in my home directory)&lt;br /&gt;
   d. export PATH=${PATH}:${ANT_HOME}/bin&lt;br /&gt;
   These variable can be included in a batch script which automatically runs after system login. &lt;br /&gt;
		&lt;br /&gt;
4. Install Tomcat  &lt;br /&gt;
   Download tomcat, unzip it and place it at a location you know.&lt;br /&gt;
   Just start/stop the server as (ant is in my home directory)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/startup.sh (to start the server)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/shutdown.sh  (to stop it)		&lt;br /&gt;
   Add a manager for tomcat by editing file  $CATALINA_HOME/conf/tomcat-users.xml   ($CATALINA_HOME is the installation directory)&lt;br /&gt;
   &amp;lt;tomcat-users&amp;gt;&lt;br /&gt;
   &amp;lt;!-- you can add more users or roles if needed --&amp;gt;&lt;br /&gt;
   &amp;lt;role rolename=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;user username=&amp;quot;manager&amp;quot; password=&amp;quot;manager&amp;quot; roles=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/tomcat-users&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   Add java memmory requirements&lt;br /&gt;
   To avoid java.lang.OutOfMemory errors, specify the JVM heap size in $TOMCAT_HOME/bin/tomcat.sh. You can specify '-Xmx256m -Xms128m' as part of TOMCAT_OPTS. OR&lt;br /&gt;
   Edit the file $TOMCAT_HOME/bin/startup.sh and insert the following line, substituting for the desired value, eg. Bash Shell:  export CATALINA_OPTS=”-Xms(min heap)m -Xmx(max heap)m”&lt;br /&gt;
   If you get the error message: java.lang.OutOfMemoryError: PermGen space you need to add the argument -XX:MaxPermSize=128m to CATALINA_OPTS, in addition to any argument you use to set the heap size.&lt;br /&gt;
		&lt;br /&gt;
5. Install postgresql 8.4&lt;br /&gt;
   sudo apt-get install postgresql-8.4&lt;br /&gt;
   Make following changes in file as suggested in postgre installation section of intermine page at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
   sudo vim /etc/postgresql/8.4/main/postgresql.conf&lt;br /&gt;
   Create/Identify a userid and password. (help https://help.ubuntu.com/8.04/serverguide/C/postgresql.html)&lt;br /&gt;
   Edit sudo vim /etc/postgresql/8.4/main/pg_hba.conf   to use &amp;quot;md5&amp;quot; MD5 authentication&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 restart         (restart the server)&lt;br /&gt;
&lt;br /&gt;
   Install Bioseg into postgres&lt;br /&gt;
   sudo apt-get install postgresql-contrib-8.4&lt;br /&gt;
   sudo apt-get install postgresql-server-dev-8.4&lt;br /&gt;
   Download bioseg from http://www.bioinformatics.org/bioseg/wiki/   &lt;br /&gt;
   Unzip and Install it as&lt;br /&gt;
   make USE_PGXS=t clean&lt;br /&gt;
   make USE_PGXS=t&lt;br /&gt;
   make USE_PGXS=t install&lt;br /&gt;
		&lt;br /&gt;
   When a database is created it can be added to it by&lt;br /&gt;
   psql (database) &amp;lt;bioseg.sql&lt;br /&gt;
   psql (database) &amp;lt;btree_gist.sql&lt;br /&gt;
   To start/stop/restart postgressql do..&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 start    (replace start with stop/restart)&lt;br /&gt;
&lt;br /&gt;
6.Install Junit&lt;br /&gt;
   Download from http://www.junit.org/&lt;br /&gt;
   Copy to the ant lib directory, (may be apache-ant-1.6.5/lib/)&lt;br /&gt;
   Add to the java classpath with this command, replacing X.X with the version number.&lt;br /&gt;
   like&lt;br /&gt;
   export CLASSPATH=/home/ranjit/ant/lib/junit4.10/junit-4.10.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3528</id>
		<title>Intermine</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3528"/>
		<updated>2012-01-07T22:47:37Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: /* Examples of Inermine databases (active) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Motivation ==&lt;br /&gt;
&lt;br /&gt;
CCTS/BMI group plans to  establish an Intermine server at UAB in order to support genomics (and other -omic) reseach. The tool provides a way to link datasets with disparate datatypes together in a single warehouse. We particularly expect it to be useful for the analysis of gene sets: storage, collaboration/sharing and researcher self-service. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Web Resources for Intermine == &lt;br /&gt;
&lt;br /&gt;
* Home page http://www.intermine.org/&lt;br /&gt;
&lt;br /&gt;
* About Intermine  http://intermine.org/wiki/InterMine&lt;br /&gt;
&lt;br /&gt;
* Intermine Overview http://intermine.org/wiki/InterMineOverview&lt;br /&gt;
&lt;br /&gt;
* Prerequisite and downloading      http://intermine.org/wiki/GettingStarted   http://intermine.org/wiki/Prerequisites&lt;br /&gt;
					&lt;br /&gt;
* Hardware requirements    http://intermine.org/wiki/Hardware&lt;br /&gt;
&lt;br /&gt;
* QuickStart http://intermine.org/wiki/QuickStart&lt;br /&gt;
&lt;br /&gt;
* TroubleShooting  http://intermine.org/wiki/TroubleshootingTips&lt;br /&gt;
&lt;br /&gt;
* Download/Get intermine  http://intermine.org/wiki/SVNCheckout&lt;br /&gt;
&lt;br /&gt;
* Intermine use cases   http://intermine.org/wiki/InterMineUseCases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Examples of databases using Intermine ==&lt;br /&gt;
&lt;br /&gt;
* RatMine: http://ratmine.mcw.edu/&lt;br /&gt;
* modENCODE: http://www.modencode.org/&lt;br /&gt;
* Flymine: http://www.flymine.org/&lt;br /&gt;
* Yeastmine : http://yeastmine.yeastgenome.org/yeastmine/begin.do&lt;br /&gt;
* Targetmine : http://targetmine.nibio.go.jp/&lt;br /&gt;
* Metabolicmine : http://www.metabolicmine.org/&lt;br /&gt;
&lt;br /&gt;
== Installation notes for Intermine on Ubuntu 64bit==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step A: Install all prerequistite tools required for Intermine installation&lt;br /&gt;
&lt;br /&gt;
The basic notes for Installation are present on the Intermine website at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
&lt;br /&gt;
'''Additional install notes''' . This Installation is done on a Virtual box (running on win 7 64bits).&lt;br /&gt;
 &lt;br /&gt;
1. Install subversion    &lt;br /&gt;
   sudo apt-get install subversion&lt;br /&gt;
&lt;br /&gt;
2. Install sunjava6jdk&lt;br /&gt;
   sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ lucid partner&amp;quot; (added a source repository)&lt;br /&gt;
   Or add following to the /etc/apt/osurcelist&lt;br /&gt;
   deb http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   deb-src http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   Commands to run - 	&lt;br /&gt;
   sudo apt-get update&lt;br /&gt;
   sudo apt-get install sun-java6-jdk&lt;br /&gt;
		&lt;br /&gt;
3. Install ant&lt;br /&gt;
   a. Download ant from http://www.reverse.net/pub/apache//ant/binaries/apache-ant-1.8.2-bin.tar.gz or http://ant.apache.org/&lt;br /&gt;
   b. export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.26&lt;br /&gt;
   c. export ANT_HOME=/home/ranjit/ant    (ant is in my home directory)&lt;br /&gt;
   d. export PATH=${PATH}:${ANT_HOME}/bin&lt;br /&gt;
   These variable can be included in a batch script which automatically runs after system login. &lt;br /&gt;
		&lt;br /&gt;
4. Install Tomcat  &lt;br /&gt;
   Download tomcat, unzip it and place it at a location you know.&lt;br /&gt;
   Just start/stop the server as (ant is in my home directory)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/startup.sh (to start the server)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/shutdown.sh  (to stop it)		&lt;br /&gt;
   Add a manager for tomcat by editing file  $CATALINA_HOME/conf/tomcat-users.xml   ($CATALINA_HOME is the installation directory)&lt;br /&gt;
   &amp;lt;tomcat-users&amp;gt;&lt;br /&gt;
   &amp;lt;!-- you can add more users or roles if needed --&amp;gt;&lt;br /&gt;
   &amp;lt;role rolename=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;user username=&amp;quot;manager&amp;quot; password=&amp;quot;manager&amp;quot; roles=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/tomcat-users&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   Add java memmory requirements&lt;br /&gt;
   To avoid java.lang.OutOfMemory errors, specify the JVM heap size in $TOMCAT_HOME/bin/tomcat.sh. You can specify '-Xmx256m -Xms128m' as part of TOMCAT_OPTS. OR&lt;br /&gt;
   Edit the file $TOMCAT_HOME/bin/startup.sh and insert the following line, substituting for the desired value, eg. Bash Shell:  export CATALINA_OPTS=”-Xms(min heap)m -Xmx(max heap)m”&lt;br /&gt;
   If you get the error message: java.lang.OutOfMemoryError: PermGen space you need to add the argument -XX:MaxPermSize=128m to CATALINA_OPTS, in addition to any argument you use to set the heap size.&lt;br /&gt;
		&lt;br /&gt;
5. Install postgresql 8.4&lt;br /&gt;
   sudo apt-get install postgresql-8.4&lt;br /&gt;
   Make following changes in file as suggested in postgre installation section of intermine page at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
   sudo vim /etc/postgresql/8.4/main/postgresql.conf&lt;br /&gt;
   Create/Identify a userid and password. (help https://help.ubuntu.com/8.04/serverguide/C/postgresql.html)&lt;br /&gt;
   Edit sudo vim /etc/postgresql/8.4/main/pg_hba.conf   to use &amp;quot;md5&amp;quot; MD5 authentication&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 restart         (restart the server)&lt;br /&gt;
&lt;br /&gt;
   Install Bioseg into postgres&lt;br /&gt;
   sudo apt-get install postgresql-contrib-8.4&lt;br /&gt;
   sudo apt-get install postgresql-server-dev-8.4&lt;br /&gt;
   Download bioseg from http://www.bioinformatics.org/bioseg/wiki/   &lt;br /&gt;
   Unzip and Install it as&lt;br /&gt;
   make USE_PGXS=t clean&lt;br /&gt;
   make USE_PGXS=t&lt;br /&gt;
   make USE_PGXS=t install&lt;br /&gt;
		&lt;br /&gt;
   When a database is created it can be added to it by&lt;br /&gt;
   psql (database) &amp;lt;bioseg.sql&lt;br /&gt;
   psql (database) &amp;lt;btree_gist.sql&lt;br /&gt;
   To start/stop/restart postgressql do..&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 start    (replace start with stop/restart)&lt;br /&gt;
&lt;br /&gt;
6.Install Junit&lt;br /&gt;
   Download from http://www.junit.org/&lt;br /&gt;
   Copy to the ant lib directory, (may be apache-ant-1.6.5/lib/)&lt;br /&gt;
   Add to the java classpath with this command, replacing X.X with the version number.&lt;br /&gt;
   like&lt;br /&gt;
   export CLASSPATH=/home/ranjit/ant/lib/junit4.10/junit-4.10.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3527</id>
		<title>Intermine</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3527"/>
		<updated>2012-01-07T22:47:00Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: /* Web Resources for Intermine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Motivation ==&lt;br /&gt;
&lt;br /&gt;
CCTS/BMI group plans to  establish an Intermine server at UAB in order to support genomics (and other -omic) reseach. The tool provides a way to link datasets with disparate datatypes together in a single warehouse. We particularly expect it to be useful for the analysis of gene sets: storage, collaboration/sharing and researcher self-service. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Web Resources for Intermine == &lt;br /&gt;
&lt;br /&gt;
* Home page http://www.intermine.org/&lt;br /&gt;
&lt;br /&gt;
* About Intermine  http://intermine.org/wiki/InterMine&lt;br /&gt;
&lt;br /&gt;
* Intermine Overview http://intermine.org/wiki/InterMineOverview&lt;br /&gt;
&lt;br /&gt;
* Prerequisite and downloading      http://intermine.org/wiki/GettingStarted   http://intermine.org/wiki/Prerequisites&lt;br /&gt;
					&lt;br /&gt;
* Hardware requirements    http://intermine.org/wiki/Hardware&lt;br /&gt;
&lt;br /&gt;
* QuickStart http://intermine.org/wiki/QuickStart&lt;br /&gt;
&lt;br /&gt;
* TroubleShooting  http://intermine.org/wiki/TroubleshootingTips&lt;br /&gt;
&lt;br /&gt;
* Download/Get intermine  http://intermine.org/wiki/SVNCheckout&lt;br /&gt;
&lt;br /&gt;
* Intermine use cases   http://intermine.org/wiki/InterMineUseCases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Examples of Inermine databases (active)==&lt;br /&gt;
&lt;br /&gt;
* RatMine: http://ratmine.mcw.edu/&lt;br /&gt;
* modENCODE: http://www.modencode.org/&lt;br /&gt;
* Flymine: http://www.flymine.org/&lt;br /&gt;
* Yeastmine : http://yeastmine.yeastgenome.org/yeastmine/begin.do&lt;br /&gt;
* Targetmine : http://targetmine.nibio.go.jp/&lt;br /&gt;
* Metabolicmine : http://www.metabolicmine.org/&lt;br /&gt;
&lt;br /&gt;
== Installation notes for Intermine on Ubuntu 64bit==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step A: Install all prerequistite tools required for Intermine installation&lt;br /&gt;
&lt;br /&gt;
The basic notes for Installation are present on the Intermine website at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
&lt;br /&gt;
'''Additional install notes''' . This Installation is done on a Virtual box (running on win 7 64bits).&lt;br /&gt;
 &lt;br /&gt;
1. Install subversion    &lt;br /&gt;
   sudo apt-get install subversion&lt;br /&gt;
&lt;br /&gt;
2. Install sunjava6jdk&lt;br /&gt;
   sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ lucid partner&amp;quot; (added a source repository)&lt;br /&gt;
   Or add following to the /etc/apt/osurcelist&lt;br /&gt;
   deb http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   deb-src http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   Commands to run - 	&lt;br /&gt;
   sudo apt-get update&lt;br /&gt;
   sudo apt-get install sun-java6-jdk&lt;br /&gt;
		&lt;br /&gt;
3. Install ant&lt;br /&gt;
   a. Download ant from http://www.reverse.net/pub/apache//ant/binaries/apache-ant-1.8.2-bin.tar.gz or http://ant.apache.org/&lt;br /&gt;
   b. export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.26&lt;br /&gt;
   c. export ANT_HOME=/home/ranjit/ant    (ant is in my home directory)&lt;br /&gt;
   d. export PATH=${PATH}:${ANT_HOME}/bin&lt;br /&gt;
   These variable can be included in a batch script which automatically runs after system login. &lt;br /&gt;
		&lt;br /&gt;
4. Install Tomcat  &lt;br /&gt;
   Download tomcat, unzip it and place it at a location you know.&lt;br /&gt;
   Just start/stop the server as (ant is in my home directory)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/startup.sh (to start the server)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/shutdown.sh  (to stop it)		&lt;br /&gt;
   Add a manager for tomcat by editing file  $CATALINA_HOME/conf/tomcat-users.xml   ($CATALINA_HOME is the installation directory)&lt;br /&gt;
   &amp;lt;tomcat-users&amp;gt;&lt;br /&gt;
   &amp;lt;!-- you can add more users or roles if needed --&amp;gt;&lt;br /&gt;
   &amp;lt;role rolename=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;user username=&amp;quot;manager&amp;quot; password=&amp;quot;manager&amp;quot; roles=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/tomcat-users&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   Add java memmory requirements&lt;br /&gt;
   To avoid java.lang.OutOfMemory errors, specify the JVM heap size in $TOMCAT_HOME/bin/tomcat.sh. You can specify '-Xmx256m -Xms128m' as part of TOMCAT_OPTS. OR&lt;br /&gt;
   Edit the file $TOMCAT_HOME/bin/startup.sh and insert the following line, substituting for the desired value, eg. Bash Shell:  export CATALINA_OPTS=”-Xms(min heap)m -Xmx(max heap)m”&lt;br /&gt;
   If you get the error message: java.lang.OutOfMemoryError: PermGen space you need to add the argument -XX:MaxPermSize=128m to CATALINA_OPTS, in addition to any argument you use to set the heap size.&lt;br /&gt;
		&lt;br /&gt;
5. Install postgresql 8.4&lt;br /&gt;
   sudo apt-get install postgresql-8.4&lt;br /&gt;
   Make following changes in file as suggested in postgre installation section of intermine page at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
   sudo vim /etc/postgresql/8.4/main/postgresql.conf&lt;br /&gt;
   Create/Identify a userid and password. (help https://help.ubuntu.com/8.04/serverguide/C/postgresql.html)&lt;br /&gt;
   Edit sudo vim /etc/postgresql/8.4/main/pg_hba.conf   to use &amp;quot;md5&amp;quot; MD5 authentication&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 restart         (restart the server)&lt;br /&gt;
&lt;br /&gt;
   Install Bioseg into postgres&lt;br /&gt;
   sudo apt-get install postgresql-contrib-8.4&lt;br /&gt;
   sudo apt-get install postgresql-server-dev-8.4&lt;br /&gt;
   Download bioseg from http://www.bioinformatics.org/bioseg/wiki/   &lt;br /&gt;
   Unzip and Install it as&lt;br /&gt;
   make USE_PGXS=t clean&lt;br /&gt;
   make USE_PGXS=t&lt;br /&gt;
   make USE_PGXS=t install&lt;br /&gt;
		&lt;br /&gt;
   When a database is created it can be added to it by&lt;br /&gt;
   psql (database) &amp;lt;bioseg.sql&lt;br /&gt;
   psql (database) &amp;lt;btree_gist.sql&lt;br /&gt;
   To start/stop/restart postgressql do..&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 start    (replace start with stop/restart)&lt;br /&gt;
&lt;br /&gt;
6.Install Junit&lt;br /&gt;
   Download from http://www.junit.org/&lt;br /&gt;
   Copy to the ant lib directory, (may be apache-ant-1.6.5/lib/)&lt;br /&gt;
   Add to the java classpath with this command, replacing X.X with the version number.&lt;br /&gt;
   like&lt;br /&gt;
   export CLASSPATH=/home/ranjit/ant/lib/junit4.10/junit-4.10.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3526</id>
		<title>Intermine</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3526"/>
		<updated>2012-01-07T22:45:06Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Motivation ==&lt;br /&gt;
&lt;br /&gt;
CCTS/BMI group plans to  establish an Intermine server at UAB in order to support genomics (and other -omic) reseach. The tool provides a way to link datasets with disparate datatypes together in a single warehouse. We particularly expect it to be useful for the analysis of gene sets: storage, collaboration/sharing and researcher self-service. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Web Resources for Intermine == &lt;br /&gt;
&lt;br /&gt;
* Home page http://www.intermine.org/&lt;br /&gt;
&lt;br /&gt;
* About Intermine  http://intermine.org/wiki/InterMine&lt;br /&gt;
&lt;br /&gt;
* Intermine Overview http://intermine.org/wiki/InterMineOverview&lt;br /&gt;
&lt;br /&gt;
* Prerequisite and downloading      http://intermine.org/wiki/GettingStarted   http://intermine.org/wiki/Prerequisites&lt;br /&gt;
					&lt;br /&gt;
* Hardware requirements    http://intermine.org/wiki/Hardware&lt;br /&gt;
&lt;br /&gt;
* QuickStart http://intermine.org/wiki/QuickStart&lt;br /&gt;
&lt;br /&gt;
* TroubleShooting  http://intermine.org/wiki/TroubleshootingTips&lt;br /&gt;
&lt;br /&gt;
* Download/Get intermine  http://intermine.org/wiki/SVNCheckout&lt;br /&gt;
&lt;br /&gt;
* Intermine use cases   http://intermine.org/wiki/InterMineUseCases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Examples of Inermine databases (active)&lt;br /&gt;
* RatMine: http://ratmine.mcw.edu/&lt;br /&gt;
* modENCODE: http://www.modencode.org/&lt;br /&gt;
* Flymine: http://www.flymine.org/&lt;br /&gt;
* Yeastmine : http://yeastmine.yeastgenome.org/yeastmine/begin.do&lt;br /&gt;
* Targetmine : http://targetmine.nibio.go.jp/&lt;br /&gt;
* Metabolicmine : www.metabolicmine.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation notes for Intermine on Ubuntu 64bit==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step A: Install all prerequistite tools required for Intermine installation&lt;br /&gt;
&lt;br /&gt;
The basic notes for Installation are present on the Intermine website at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
&lt;br /&gt;
'''Additional install notes''' . This Installation is done on a Virtual box (running on win 7 64bits).&lt;br /&gt;
 &lt;br /&gt;
1. Install subversion    &lt;br /&gt;
   sudo apt-get install subversion&lt;br /&gt;
&lt;br /&gt;
2. Install sunjava6jdk&lt;br /&gt;
   sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ lucid partner&amp;quot; (added a source repository)&lt;br /&gt;
   Or add following to the /etc/apt/osurcelist&lt;br /&gt;
   deb http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   deb-src http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   Commands to run - 	&lt;br /&gt;
   sudo apt-get update&lt;br /&gt;
   sudo apt-get install sun-java6-jdk&lt;br /&gt;
		&lt;br /&gt;
3. Install ant&lt;br /&gt;
   a. Download ant from http://www.reverse.net/pub/apache//ant/binaries/apache-ant-1.8.2-bin.tar.gz or http://ant.apache.org/&lt;br /&gt;
   b. export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.26&lt;br /&gt;
   c. export ANT_HOME=/home/ranjit/ant    (ant is in my home directory)&lt;br /&gt;
   d. export PATH=${PATH}:${ANT_HOME}/bin&lt;br /&gt;
   These variable can be included in a batch script which automatically runs after system login. &lt;br /&gt;
		&lt;br /&gt;
4. Install Tomcat  &lt;br /&gt;
   Download tomcat, unzip it and place it at a location you know.&lt;br /&gt;
   Just start/stop the server as (ant is in my home directory)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/startup.sh (to start the server)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/shutdown.sh  (to stop it)		&lt;br /&gt;
   Add a manager for tomcat by editing file  $CATALINA_HOME/conf/tomcat-users.xml   ($CATALINA_HOME is the installation directory)&lt;br /&gt;
   &amp;lt;tomcat-users&amp;gt;&lt;br /&gt;
   &amp;lt;!-- you can add more users or roles if needed --&amp;gt;&lt;br /&gt;
   &amp;lt;role rolename=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;user username=&amp;quot;manager&amp;quot; password=&amp;quot;manager&amp;quot; roles=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/tomcat-users&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   Add java memmory requirements&lt;br /&gt;
   To avoid java.lang.OutOfMemory errors, specify the JVM heap size in $TOMCAT_HOME/bin/tomcat.sh. You can specify '-Xmx256m -Xms128m' as part of TOMCAT_OPTS. OR&lt;br /&gt;
   Edit the file $TOMCAT_HOME/bin/startup.sh and insert the following line, substituting for the desired value, eg. Bash Shell:  export CATALINA_OPTS=”-Xms(min heap)m -Xmx(max heap)m”&lt;br /&gt;
   If you get the error message: java.lang.OutOfMemoryError: PermGen space you need to add the argument -XX:MaxPermSize=128m to CATALINA_OPTS, in addition to any argument you use to set the heap size.&lt;br /&gt;
		&lt;br /&gt;
5. Install postgresql 8.4&lt;br /&gt;
   sudo apt-get install postgresql-8.4&lt;br /&gt;
   Make following changes in file as suggested in postgre installation section of intermine page at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
   sudo vim /etc/postgresql/8.4/main/postgresql.conf&lt;br /&gt;
   Create/Identify a userid and password. (help https://help.ubuntu.com/8.04/serverguide/C/postgresql.html)&lt;br /&gt;
   Edit sudo vim /etc/postgresql/8.4/main/pg_hba.conf   to use &amp;quot;md5&amp;quot; MD5 authentication&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 restart         (restart the server)&lt;br /&gt;
&lt;br /&gt;
   Install Bioseg into postgres&lt;br /&gt;
   sudo apt-get install postgresql-contrib-8.4&lt;br /&gt;
   sudo apt-get install postgresql-server-dev-8.4&lt;br /&gt;
   Download bioseg from http://www.bioinformatics.org/bioseg/wiki/   &lt;br /&gt;
   Unzip and Install it as&lt;br /&gt;
   make USE_PGXS=t clean&lt;br /&gt;
   make USE_PGXS=t&lt;br /&gt;
   make USE_PGXS=t install&lt;br /&gt;
		&lt;br /&gt;
   When a database is created it can be added to it by&lt;br /&gt;
   psql (database) &amp;lt;bioseg.sql&lt;br /&gt;
   psql (database) &amp;lt;btree_gist.sql&lt;br /&gt;
   To start/stop/restart postgressql do..&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 start    (replace start with stop/restart)&lt;br /&gt;
&lt;br /&gt;
6.Install Junit&lt;br /&gt;
   Download from http://www.junit.org/&lt;br /&gt;
   Copy to the ant lib directory, (may be apache-ant-1.6.5/lib/)&lt;br /&gt;
   Add to the java classpath with this command, replacing X.X with the version number.&lt;br /&gt;
   like&lt;br /&gt;
   export CLASSPATH=/home/ranjit/ant/lib/junit4.10/junit-4.10.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3525</id>
		<title>Intermine</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3525"/>
		<updated>2012-01-07T22:42:14Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Motivation ==&lt;br /&gt;
&lt;br /&gt;
CCTS/BMI group plans to  establish an Intermine server at UAB in order to support genomics (and other -omic) reseach. The tool provides a way to link datasets with disparate datatypes together in a single warehouse. We particularly expect it to be useful for the analysis of gene sets: storage, collaboration/sharing and researcher self-service. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Web Resources (Links) == &lt;br /&gt;
&lt;br /&gt;
* http://intermine.org/wiki/Hardware&lt;br /&gt;
* http://intermine.org/wiki/Prerequisites&lt;br /&gt;
* http://intermine.org/wiki/GettingStarted&lt;br /&gt;
&lt;br /&gt;
Main website www.intermine.org/&lt;br /&gt;
&lt;br /&gt;
About Intermine  http://intermine.org/wiki/InterMine&lt;br /&gt;
&lt;br /&gt;
Intermine Overview http://intermine.org/wiki/InterMineOverview&lt;br /&gt;
&lt;br /&gt;
Prerequisite and downloading      http://intermine.org/wiki/GettingStarted&lt;br /&gt;
         			  http://intermine.org/wiki/Prerequisites&lt;br /&gt;
					&lt;br /&gt;
Hardware requirements    http://intermine.org/wiki/Hardware&lt;br /&gt;
&lt;br /&gt;
QuickStart http://intermine.org/wiki/QuickStart&lt;br /&gt;
&lt;br /&gt;
TroubleShooting  http://intermine.org/wiki/TroubleshootingTips&lt;br /&gt;
&lt;br /&gt;
Download/Get intermine  http://intermine.org/wiki/SVNCheckout&lt;br /&gt;
&lt;br /&gt;
Intermine use cases   http://intermine.org/wiki/InterMineUseCases&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Examples of Inermine databases (active)&lt;br /&gt;
RatMine: http://ratmine.mcw.edu/&lt;br /&gt;
modENCODE: http://www.modencode.org/&lt;br /&gt;
Flymine: http://www.flymine.org/&lt;br /&gt;
Yeastmine : http://yeastmine.yeastgenome.org/yeastmine/begin.do&lt;br /&gt;
Targetmine : http://targetmine.nibio.go.jp/&lt;br /&gt;
Metabolicmine : www.metabolicmine.org/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation notes for Intermine on Ubuntu 64bit==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step A: Install all prerequistite tools required for Intermine installation&lt;br /&gt;
&lt;br /&gt;
The basic notes for Installation are present on the Intermine website at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
&lt;br /&gt;
'''Additional install notes''' . This Installation is done on a Virtual box (running on win 7 64bits).&lt;br /&gt;
 &lt;br /&gt;
1. Install subversion    &lt;br /&gt;
   sudo apt-get install subversion&lt;br /&gt;
&lt;br /&gt;
2. Install sunjava6jdk&lt;br /&gt;
   sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ lucid partner&amp;quot; (added a source repository)&lt;br /&gt;
   Or add following to the /etc/apt/osurcelist&lt;br /&gt;
   deb http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   deb-src http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   Commands to run - 	&lt;br /&gt;
   sudo apt-get update&lt;br /&gt;
   sudo apt-get install sun-java6-jdk&lt;br /&gt;
		&lt;br /&gt;
3. Install ant&lt;br /&gt;
   a. Download ant from http://www.reverse.net/pub/apache//ant/binaries/apache-ant-1.8.2-bin.tar.gz or http://ant.apache.org/&lt;br /&gt;
   b. export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.26&lt;br /&gt;
   c. export ANT_HOME=/home/ranjit/ant    (ant is in my home directory)&lt;br /&gt;
   d. export PATH=${PATH}:${ANT_HOME}/bin&lt;br /&gt;
   These variable can be included in a batch script which automatically runs after system login. &lt;br /&gt;
		&lt;br /&gt;
4. Install Tomcat  &lt;br /&gt;
   Download tomcat, unzip it and place it at a location you know.&lt;br /&gt;
   Just start/stop the server as (ant is in my home directory)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/startup.sh (to start the server)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/shutdown.sh  (to stop it)		&lt;br /&gt;
   Add a manager for tomcat by editing file  $CATALINA_HOME/conf/tomcat-users.xml   ($CATALINA_HOME is the installation directory)&lt;br /&gt;
   &amp;lt;tomcat-users&amp;gt;&lt;br /&gt;
   &amp;lt;!-- you can add more users or roles if needed --&amp;gt;&lt;br /&gt;
   &amp;lt;role rolename=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;user username=&amp;quot;manager&amp;quot; password=&amp;quot;manager&amp;quot; roles=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/tomcat-users&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   Add java memmory requirements&lt;br /&gt;
   To avoid java.lang.OutOfMemory errors, specify the JVM heap size in $TOMCAT_HOME/bin/tomcat.sh. You can specify '-Xmx256m -Xms128m' as part of TOMCAT_OPTS. OR&lt;br /&gt;
   Edit the file $TOMCAT_HOME/bin/startup.sh and insert the following line, substituting for the desired value, eg. Bash Shell:  export CATALINA_OPTS=”-Xms(min heap)m -Xmx(max heap)m”&lt;br /&gt;
   If you get the error message: java.lang.OutOfMemoryError: PermGen space you need to add the argument -XX:MaxPermSize=128m to CATALINA_OPTS, in addition to any argument you use to set the heap size.&lt;br /&gt;
		&lt;br /&gt;
5. Install postgresql 8.4&lt;br /&gt;
   sudo apt-get install postgresql-8.4&lt;br /&gt;
   Make following changes in file as suggested in postgre installation section of intermine page at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
   sudo vim /etc/postgresql/8.4/main/postgresql.conf&lt;br /&gt;
   Create/Identify a userid and password. (help https://help.ubuntu.com/8.04/serverguide/C/postgresql.html)&lt;br /&gt;
   Edit sudo vim /etc/postgresql/8.4/main/pg_hba.conf   to use &amp;quot;md5&amp;quot; MD5 authentication&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 restart         (restart the server)&lt;br /&gt;
&lt;br /&gt;
   Install Bioseg into postgres&lt;br /&gt;
   sudo apt-get install postgresql-contrib-8.4&lt;br /&gt;
   sudo apt-get install postgresql-server-dev-8.4&lt;br /&gt;
   Download bioseg from http://www.bioinformatics.org/bioseg/wiki/   &lt;br /&gt;
   Unzip and Install it as&lt;br /&gt;
   make USE_PGXS=t clean&lt;br /&gt;
   make USE_PGXS=t&lt;br /&gt;
   make USE_PGXS=t install&lt;br /&gt;
		&lt;br /&gt;
   When a database is created it can be added to it by&lt;br /&gt;
   psql (database) &amp;lt;bioseg.sql&lt;br /&gt;
   psql (database) &amp;lt;btree_gist.sql&lt;br /&gt;
   To start/stop/restart postgressql do..&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 start    (replace start with stop/restart)&lt;br /&gt;
&lt;br /&gt;
6.Install Junit&lt;br /&gt;
   Download from http://www.junit.org/&lt;br /&gt;
   Copy to the ant lib directory, (may be apache-ant-1.6.5/lib/)&lt;br /&gt;
   Add to the java classpath with this command, replacing X.X with the version number.&lt;br /&gt;
   like&lt;br /&gt;
   export CLASSPATH=/home/ranjit/ant/lib/junit4.10/junit-4.10.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
	<entry>
		<id>https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3524</id>
		<title>Intermine</title>
		<link rel="alternate" type="text/html" href="https://docs.uabgrid.uab.edu/w/index.php?title=Intermine&amp;diff=3524"/>
		<updated>2012-01-07T22:38:31Z</updated>

		<summary type="html">&lt;p&gt;Rkumar@uab.edu: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Motivation ==&lt;br /&gt;
&lt;br /&gt;
CCTS/BMI group plans to  establish an Intermine server at UAB in order to support genomics (and other -omic) reseach. The tool provides a way to link datasets with disparate datatypes together in a single warehouse. We particularly expect it to be useful for the analysis of gene sets: storage, collaboration/sharing and researcher self-service. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Web Resources (Links) == &lt;br /&gt;
&lt;br /&gt;
* http://intermine.org/wiki/Hardware&lt;br /&gt;
* http://intermine.org/wiki/Prerequisites&lt;br /&gt;
* http://intermine.org/wiki/GettingStarted&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installation notes for Intermine on Ubuntu 64bit==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step A: Install all prerequistite tools required for Intermine installation&lt;br /&gt;
&lt;br /&gt;
The basic notes for Installation are present on the Intermine website at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
&lt;br /&gt;
'''Additional install notes''' . This Installation is done on a Virtual box (running on win 7 64bits).&lt;br /&gt;
 &lt;br /&gt;
1. Install subversion    &lt;br /&gt;
   sudo apt-get install subversion&lt;br /&gt;
&lt;br /&gt;
2. Install sunjava6jdk&lt;br /&gt;
   sudo add-apt-repository &amp;quot;deb http://archive.canonical.com/ lucid partner&amp;quot; (added a source repository)&lt;br /&gt;
   Or add following to the /etc/apt/osurcelist&lt;br /&gt;
   deb http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   deb-src http://archive.canonical.com/ubuntu lucid partner&lt;br /&gt;
   Commands to run - 	&lt;br /&gt;
   sudo apt-get update&lt;br /&gt;
   sudo apt-get install sun-java6-jdk&lt;br /&gt;
		&lt;br /&gt;
3. Install ant&lt;br /&gt;
   a. Download ant from http://www.reverse.net/pub/apache//ant/binaries/apache-ant-1.8.2-bin.tar.gz or http://ant.apache.org/&lt;br /&gt;
   b. export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.26&lt;br /&gt;
   c. export ANT_HOME=/home/ranjit/ant    (ant is in my home directory)&lt;br /&gt;
   d. export PATH=${PATH}:${ANT_HOME}/bin&lt;br /&gt;
   These variable can be included in a batch script which automatically runs after system login. &lt;br /&gt;
		&lt;br /&gt;
4. Install Tomcat  &lt;br /&gt;
   Download tomcat, unzip it and place it at a location you know.&lt;br /&gt;
   Just start/stop the server as (ant is in my home directory)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/startup.sh (to start the server)&lt;br /&gt;
   /home/ranjit/apache-tomcat-6.0.33/bin/shutdown.sh  (to stop it)		&lt;br /&gt;
   Add a manager for tomcat by editing file  $CATALINA_HOME/conf/tomcat-users.xml   ($CATALINA_HOME is the installation directory)&lt;br /&gt;
   &amp;lt;tomcat-users&amp;gt;&lt;br /&gt;
   &amp;lt;!-- you can add more users or roles if needed --&amp;gt;&lt;br /&gt;
   &amp;lt;role rolename=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;user username=&amp;quot;manager&amp;quot; password=&amp;quot;manager&amp;quot; roles=&amp;quot;manager&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/tomcat-users&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   Add java memmory requirements&lt;br /&gt;
   To avoid java.lang.OutOfMemory errors, specify the JVM heap size in $TOMCAT_HOME/bin/tomcat.sh. You can specify '-Xmx256m -Xms128m' as part of TOMCAT_OPTS. OR&lt;br /&gt;
   Edit the file $TOMCAT_HOME/bin/startup.sh and insert the following line, substituting for the desired value, eg. Bash Shell:  export CATALINA_OPTS=”-Xms(min heap)m -Xmx(max heap)m”&lt;br /&gt;
   If you get the error message: java.lang.OutOfMemoryError: PermGen space you need to add the argument -XX:MaxPermSize=128m to CATALINA_OPTS, in addition to any argument you use to set the heap size.&lt;br /&gt;
		&lt;br /&gt;
5. Install postgresql 8.4&lt;br /&gt;
   sudo apt-get install postgresql-8.4&lt;br /&gt;
   Make following changes in file as suggested in postgre installation section of intermine page at http://intermine.org/wiki/Prerequisites&lt;br /&gt;
   sudo vim /etc/postgresql/8.4/main/postgresql.conf&lt;br /&gt;
   Create/Identify a userid and password. (help https://help.ubuntu.com/8.04/serverguide/C/postgresql.html)&lt;br /&gt;
   Edit sudo vim /etc/postgresql/8.4/main/pg_hba.conf   to use &amp;quot;md5&amp;quot; MD5 authentication&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 restart         (restart the server)&lt;br /&gt;
&lt;br /&gt;
   Install Bioseg into postgres&lt;br /&gt;
   sudo apt-get install postgresql-contrib-8.4&lt;br /&gt;
   sudo apt-get install postgresql-server-dev-8.4&lt;br /&gt;
   Download bioseg from http://www.bioinformatics.org/bioseg/wiki/   &lt;br /&gt;
   Unzip and Install it as&lt;br /&gt;
   make USE_PGXS=t clean&lt;br /&gt;
   make USE_PGXS=t&lt;br /&gt;
   make USE_PGXS=t install&lt;br /&gt;
		&lt;br /&gt;
   When a database is created it can be added to it by&lt;br /&gt;
   psql (database) &amp;lt;bioseg.sql&lt;br /&gt;
   psql (database) &amp;lt;btree_gist.sql&lt;br /&gt;
   To start/stop/restart postgressql do..&lt;br /&gt;
   sudo /etc/init.d/postgresql-8.4 start    (replace start with stop/restart)&lt;br /&gt;
&lt;br /&gt;
6.Install Junit&lt;br /&gt;
   Download from http://www.junit.org/&lt;br /&gt;
   Copy to the ant lib directory, (may be apache-ant-1.6.5/lib/)&lt;br /&gt;
   Add to the java classpath with this command, replacing X.X with the version number.&lt;br /&gt;
   like&lt;br /&gt;
   export CLASSPATH=/home/ranjit/ant/lib/junit4.10/junit-4.10.jar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Rkumar@uab.edu</name></author>
	</entry>
</feed>