User Tools

Site Tools


augustus-software

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
augustus-software [2017/05/23 15:02] aorthaugustus-software [2017/05/23 15:08] aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 3.2.1 +  * Version: 3.2.3 
-  * Added: February2016+  * Added: May2017
   * Link: http://bioinf.uni-greifswald.de/augustus/   * Link: http://bioinf.uni-greifswald.de/augustus/
  
Line 15: Line 15:
  
 Load augustus Load augustus
-<code>$ module load augustus/3.2.1</code>+<code>$ module load augustus/3.2.3</code>
  
 ===== Installation ====== ===== Installation ======
Line 21: Line 21:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget http://bioinf.uni-greifswald.de/augustus/binaries/augustus-3.2.1.tar.gz +$ wget http://bioinf.uni-greifswald.de/augustus/binaries/augustus-3.2.3.tar.gz 
-$ tar -xvf augustus-3.2.1.tar.gz +$ tar xf augustus-3.2.3.tar.gz 
-$ cd augustus-3.2.1 +$ cd augustus-3.2.3 
-$ sed -i 's/^#ZIPINPUT/ZIPINPUT/g' common.mk +$ sed -i 's/#ZIPINPUT = true/ZIPINPUT = true/' common.mk 
-cd src +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/export/apps/bamtools/2.4.0/lib LDFLAGS="$LDFLAGS -L/export/apps/bamtools/2.4.0/lib" CFLAGS="$CFLAGS -I/export/apps/bamtools/2.4.0/include" 
-make +sed -i 's#/usr/include/bamtools#/export/apps/bamtools/2.4.0/include#' auxprogs/bam2hints/Makefile 
-cd ../ +sed -i 's#/usr/include/bamtools#/export/apps/bamtools/2.4.0/include#' auxprogs/filterBam/src/Makefile 
-$ sudo mkdir -p /export/apps/augustus/3.2.1/ +$ sudo mkdir /export/apps/augustus/3.2.3 
-$ sudo cp -r . /export/apps/augustus/3.2.1/+$ sudo chown aorth /export/apps/augustus/3.2.3 
 +$ make INSTALLDIR=/export/apps/augustus/3.2.3 install 
 +$ sudo chown -R root:root /export/apps/augustus/3.2.3
 </code> </code>
  
 +Augustus requires bamtools, but for some reason it doesn't compile out of the box with the copy it comes with, so I told it to use the one already on our system.
augustus-software.txt · Last modified: 2018/01/07 15:40 by aorth