User Tools

Site Tools


software:genome_assembly:cufflinks:2.0.0

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
software:genome_assembly:cufflinks:2.0.0 [2012/06/13 08:16] – [Configure, compile and install] aorthsoftware:genome_assembly:cufflinks:2.0.0 [2012/06/13 08:19] (current) aorth
Line 19: Line 19:
 make -j4 make -j4
 sudo make install</code> sudo make install</code>
 +
 ===== Prepare module file ===== ===== Prepare module file =====
 Allow users to load support for cufflinks using the module system: Allow users to load support for cufflinks using the module system:
 <code>mkdir /export/apps/modules/modulefiles/cufflinks</code> <code>mkdir /export/apps/modules/modulefiles/cufflinks</code>
  
-Create the module file, ///export/apps/modules/modulefiles/cufflinks/1.0.3//:+Create the module file, ///export/apps/modules/modulefiles/cufflinks/2.0.0//:
 <file>#%Module1.0 <file>#%Module1.0
 ##################################################################### #####################################################################
Line 30: Line 31:
 ## by Alan Orth, a.orth@cgiar.org ## by Alan Orth, a.orth@cgiar.org
 ## ##
-set version   1.0.3+set version   2.0.0
 set prefix    /export/apps/cufflinks/${version} set prefix    /export/apps/cufflinks/${version}
 set exec_prefix   ${prefix} set exec_prefix   ${prefix}
Line 54: Line 55:
  
 ==== Test module file ==== ==== Test module file ====
-<code>module load cufflinks</code>+<code>module load cufflinks/2.0.0</code>
software/genome_assembly/cufflinks/2.0.0.1339575376.txt.gz · Last modified: 2012/06/13 08:16 by aorth