User Tools

Site Tools


tophat-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tophat-software [2014/10/30 17:05] joguyatophat-software [2015/07/23 09:38] (current) joguya
Line 1: Line 1:
 ====== TopHat ====== ====== TopHat ======
-  * TopHat is a fast splice junction mapper for RNA-Seq reads. It aligns RNA-Seq reads to mammalian-sized genomes using the ultra high-throughput short read aligner Bowtie, and then analyzes the mapping results to identify splice junctions between exons. +TopHat is a fast splice junction mapper for RNA-Seq reads. It aligns RNA-Seq reads to mammalian-sized genomes using the ultra high-throughput short read aligner Bowtie, and then analyzes the mapping results to identify splice junctions between exons.
-  * Link: http://ccb.jhu.edu/software/tophat/+
  
-===== v2.0.11 ===== +  * Version: 2.1.0 
-  * Version2.0.11+  * AddedJuly, 2015
   * Link: http://ccb.jhu.edu/software/tophat/index.shtml   * Link: http://ccb.jhu.edu/software/tophat/index.shtml
  
-==== Usage ==== +=== Usage === 
-  * show available versions<code>module avail tophat2+  * Show all available versions of tophat<code>module avail tophat</code> 
 +  * Load tophat module: <code>module load tophat2/2.1.0</code>
  
----------------------------------------------------------------------------------------------- /etc/modulefiles/ilri ---------------------------------------------------------------------------------------------- +=== Installation === 
-tophat2/2.0.11 tophat2/2.0.13 tophat2/2.0.3  tophat2/2.0.8b+  *Tophat2 is already compiled, just download the tarball & copy content to /export/apps<code> 
 +wget http://ccb.jhu.edu/software/tophat/downloads/tophat-2.1.0.Linux_x86_64.tar.gz 
 +tar -xvf tophat-2.1.0.Linux_x86_64.tar.gz 
 +cd tophat-2.1.0.Linux_x86_64/ 
 +sudo mkdir /export/apps/tophat2/2.1.0 
 +sudo cp -r /export/apps/tophat2/2.1.0/
 </code> </code>
-  * load v2.0.13:<code>$ module load tophat2/2.0.11</code> 
-  * show help info:<code>$ tophat2 --help</code> 
- 
-===== v2.0.13 ===== 
-  * Version: 2.0.13 
-  * Added: October, 2014 
-  * Link: http://ccb.jhu.edu/software/tophat/index.shtml 
-  * Changelog: 
-     * removed SAMtools as an external dependency in order to avoid incompatibility issues with recent and future changes of SAMtools and its code library (an older, stable SAMtools version is now packaged with TopHat) 
-     * fixed a few code compatibility issues when compiling on OSX 10.9 
- 
-==== Usage ==== 
-  * show available versions: <code>$ module avail tophat2 
- 
----------------------------------------------------------------------------------------------- /etc/modulefiles/ilri ---------------------------------------------------------------------------------------------- 
-tophat2/2.0.11 tophat2/2.0.13 tophat2/2.0.3  tophat2/2.0.8b 
-</code> 
-  * load v2.0.13:<code>$ module load tophat2/2.0.13</code> 
-  * show help info:<code>$ tophat2 --help</code> 
- 
-==== Installation ==== 
-> **NOTE** 
-> Older versions of tophat2 required SAMtools to be loaded/present, unlike this new version which comes with its own SAMtools inorder to avoid incompatibility issues. 
- 
-  * <code>wget http://ccb.jhu.edu/software/tophat/downloads/tophat-2.0.13.Linux_x86_64.tar.gz 
-tar -xvf tophat-2.0.13.Linux_x86_64.tar.gz 
-sudo mkdir /export/apps/tophat2/2.0.13 
-cp -rv tophat-2.0.13.Linux_x86_64/* /export/apps/tophat2/2.0.1</code> 
-  * create module file:<code>#%Module1.0 
-##################################################################### 
-## 
-## tophat Modulefile 
-## by James Oguya, <j.oguya@cgiar.org> 
-## October, 2014 
-## 
- 
-set appname         tophat2 
-set version         2.0.13 
-set prefix          /export/apps/${appname}/${version} 
-set exec_prefix     ${prefix} 
-set url "http://tophat.cbcb.umd.edu" 
-set msg "TopHat2 is a fast splice junction mapper for RNA-Seq reads. It aligns RNA-Seq reads to mammalian-sized genomes using the ultra high-throughput short read aligner Bowtie, and then analyzes the mapping results to identify splice junctions between exons.\nTophat2 Official Site: $url\n" 
- 
-proc ModulesHelp { } { 
-    puts stderr "$msg" 
-} 
- 
-module-whatis   "$msg" 
- 
-conflict tophat tophat2 
- 
-prepend-path    PATH        ${exec_prefix} 
- 
-# tophat v2.0.13 removed SAMtools as an external dependency in order to avoid incompatibility issues with recent and future changes of SAMtools and its code library (an older, stable SAMtools version is now packaged with TopHat)</code> 
- 
-  * deploy using ansible<code>ansible-playbook compute.yml --limit=compute --tags=modules -K</code> 
- 
- 
tophat-software.txt · Last modified: 2015/07/23 09:38 by joguya