changeset 98:943778e4dafa draft

planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 73d87531bc80b0a4e688001cd5f8ab1df9526c08-dirty
author yhoogstrate
date Wed, 27 May 2015 09:25:31 -0400
parents b26040bb6301
children 450c1c9a2938
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed May 27 09:18:18 2015 -0400
+++ b/tool_dependencies.xml	Wed May 27 09:25:31 2015 -0400
@@ -7,13 +7,12 @@
 	<package name="biocLite_edgeR_limma" version="latest">
 		<install version="1.0"> 
 			<actions>
-				
 				<action type="set_environment_for_install">
 					<repository changeset_revision="e509651776fa" name="package_r_3_0_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
 						<package name="R" version="3.0.3" />
 					</repository>
+					
 				</action>
-				
 				<action type="make_directory">$INSTALL_DIR</action>
 				<action type="shell_command">echo "source('http://bioconductor.org/biocLite.R')" &gt; $INSTALL_DIR/runme.R</action>
 				<action type="shell_command">echo "installme=c('edgeR','limma')" &gt;&gt; $INSTALL_DIR/runme.R</action>