Repository 'rnbeads'
hg clone https://toolshed.g2.bx.psu.edu/repos/pavlo-lutsik/rnbeads

Changeset 4:24ac7f1e60f6 (2013-04-17)
Previous changeset 3:c21f50b45559 (2013-04-17) Next changeset 5:609d1a687bff (2013-04-17)
Commit message:
Uploaded dependencies
modified:
rnbeads_galaxy_wrapper.sh
tool_dependencies.xml
b
diff -r c21f50b45559 -r 24ac7f1e60f6 rnbeads_galaxy_wrapper.sh
--- a/rnbeads_galaxy_wrapper.sh Wed Apr 17 07:56:00 2013 -0400
+++ b/rnbeads_galaxy_wrapper.sh Wed Apr 17 08:08:07 2013 -0400
b
@@ -1,4 +1,4 @@
 #!/bin/bash
 
-#Rscript  --slave $(dirname $(readlink -f $0))/RnBeadsGalaxy.R $*
-Rscript  --slave \$R_SCRIPTS_PATH/RnBeadsGalaxy.R $*
\ No newline at end of file
+Rscript --slave $(dirname $(readlink -f $0))/RnBeadsGalaxy.R $*
+#Rscript --slave \$R_SCRIPTS_PATH/RnBeadsGalaxy.R $*
\ No newline at end of file
b
diff -r c21f50b45559 -r 24ac7f1e60f6 tool_dependencies.xml
--- a/tool_dependencies.xml Wed Apr 17 07:56:00 2013 -0400
+++ b/tool_dependencies.xml Wed Apr 17 08:08:07 2013 -0400
b
@@ -12,7 +12,7 @@
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 </action>
-                <action type="shell_command">R --no-save &lt;&lt;&lt; "source('http://rnbeads.mpi-inf.mpg.de')"</action>
+                <action type="shell_command">R --no-save &lt;&lt;&lt; "install.packages("getopt"); source('http://rnbeads.mpi-inf.mpg.de')"</action>
             </actions>
         </install>
         <readme>