User Tools

Site Tools


software:alignment:tophat:2.0.3

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
Last revisionBoth sides next revision
software:alignment:tophat:2.0.3 [2012/06/13 08:37] aorthsoftware:alignment:tophat:2.0.3 [2012/06/13 08:40] – [Test module file] aorth
Line 16: Line 16:
  
 Create the module file, ///export/apps/modules/modulefiles/tophat/2.0.3//: Create the module file, ///export/apps/modules/modulefiles/tophat/2.0.3//:
-<file>#%Module1.0+<file> 
 +#%Module1.0
 ##################################################################### #####################################################################
 ## ##
-## cufflinks Modulefile +## tophat Modulefile 
-## by Alan Orth, a.orth@cgiar.org+## by Alan Orth, <a.orth@cgiar.org
 +## June 13, 2012
 ## ##
-set version   2.0.3 +set version   2.0.3A 
-set prefix    /export/apps/cufflinks/${version} +set appname   tophat 
-set exec_prefix   ${prefix} +set prefix    /export/apps/${appname}/${version} 
-set url "http://cufflinks.cbcb.umd.edu/+set exec_prefix   ${prefix}/bin 
-set msg "This module adds cufflinks v$version to various paths\n\ncufflinks Official Site: $url\n"+set datarootdir   ${prefix}/share 
 +set url "http://tophat.cbcb.umd.edu" 
 +set msg "This module adds tophat v$version to various paths\n\ntophat Official Site: $url\n"
  
 proc ModulesHelp { } {  proc ModulesHelp { } { 
Line 34: Line 38:
 module-whatis   "$msg" module-whatis   "$msg"
  
-conflict      cufflinks+conflict tophat
  
-prepend-path  PATH    ${exec_prefix}/bin +prepend-path  PATH    ${exec_prefix} 
-# cufflinks 1.0.3 was compiled against boost 1.47.0, make sure if can find boost! +prepend-path  MANPATH   ${datarootdir}/man
-prepend-path  LD_LIBRARY_PATH /export/apps/boost/1.47.0/lib+
  
-cufflinks depends on samtools, load the samtools module as well+tophat depends on samtools, load the samtools module as well
 if { ![is-loaded samtools] } {  if { ![is-loaded samtools] } { 
     module load samtools     module load samtools
 +}
 +
 +# tophat depends on bowtie, load the bowtie module as well
 +if { ![is-loaded bowtie] } { 
 +    module load bowtie
 }</file> }</file>
  
 ==== Test module file ==== ==== Test module file ====
-<code>module load cufflinks/2.0.0</code>+<code>module load tophat/2.0.3</code>
software/alignment/tophat/2.0.3.txt · Last modified: 2012/06/13 08:41 by aorth