# HG changeset patch # User bgruening # Date 1372674273 14400 # Node ID 912bdcdc5949e50f163b0b2b935015118f6aa09b Uploaded diff -r 000000000000 -r 912bdcdc5949 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jul 01 06:24:33 2013 -0400 @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + $INSTALL_DIR/deseq2/ + + export PATH=$PATH:$R_HOME/bin && + export R_LIBS=$INSTALL_DIR/deseq2/ && + Rscript -e "source('http://bioconductor.org/biocLite.R'); biocLite('DESeq2')" + + + $INSTALL_DIR/deseq2/ + + + + + Differential gene expression analysis based on the negative binomial distribution. + http://www.bioconductor.org/packages/2.12/bioc/html/DESeq2.html + Ubuntu has a bug with libgfortran. To fix that create a symlink like: sudo ln -s /usr/lib/x86_64-linux-gnu/libgfortran.so.3 /usr/lib/x86_64-linux-gnu/libgfortran.so + + +