# HG changeset patch # User lparsons # Date 1406062330 14400 # Node ID ff21a055413bdc4413795f87c3ed2374d24675a4 # Parent 8fbd165f883554e7752cbf0e49df3fb585b17b43 Create lib directories during install, added README.txt diff -r 8fbd165f8835 -r ff21a055413b README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Tue Jul 22 16:52:10 2014 -0400 @@ -0,0 +1,24 @@ +== RSeQC Galaxy Wrapper == + +This is a Galaxy wrapper for the RSeQC RNA-Seq QC package. + +** Installation ** + +Installation from a tool shed provides the necessary tool dependencies, R, numpy, and RSeQC. + +Otherwise, make sure that R and the RSeQC scripts are in the path and run under the Galaxy environment. +Move the xml files to a subdirectory of your tools directory and add lines in tool_conf.xml to point to them. +Restart the Galaxy server. + +Requires Python 2.7 + +** Attribution ** + +The RSeQC package and associated documentation can be found at: http://rseqc.sourceforge.net/ + +The galaxy wrapper code was written by + Nilesh Kavthekar, School of Engineering and Applied Sciences, University of Pennsylvania, Class of 2016 +Modified by + Lance Parsons, Lewis-Sigler Institute for Integrative Genomics, Princeton University, + Björn Grüning, University of Freiburg, bjoern.gruening@gmail.com +The development of the wrapper code is housed on BitBucket at: https://bitbucket.org/lance_parsons/rseqc_galaxy_wrapper diff -r 8fbd165f8835 -r ff21a055413b tool_dependencies.xml --- a/tool_dependencies.xml Mon Nov 04 16:19:36 2013 -0500 +++ b/tool_dependencies.xml Tue Jul 22 16:52:10 2014 -0400 @@ -4,11 +4,13 @@ - + + $INSTALL_DIR/lib/python + $INSTALL_DIR/lib64/python http://sourceforge.net/projects/rseqc/files/RSeQC-2.3.7.tar.gz export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin