annotate tool_dependencies.xml @ 0:acb56603b268 draft

planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
author yhoogstrate
date Mon, 31 Aug 2015 11:00:02 -0400
parents
children a4a4c88783ea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
1 <?xml version="1.0"?>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
2 <tool_dependency>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
3 <package name="R" version="3.0.3">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
4 <repository changeset_revision="a8438aa1207c" name="package_r_3_0_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
5 </package>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
6
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
7 <package name="biocLite_edgeR_limma" version="latest">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
8 <install version="1.0">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
9 <actions>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
10 <action type="set_environment_for_install">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
11 <repository changeset_revision="a8438aa1207c" name="package_r_3_0_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
12 <package name="R" version="3.0.3" />
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
13 </repository>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
14
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
15 </action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
16 <action type="make_directory">$INSTALL_DIR</action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
17 <action type="shell_command">echo "source('http://bioconductor.org/biocLite.R')" &gt; $INSTALL_DIR/runme.R</action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
18 <action type="shell_command">echo "installme=c('edgeR','limma')" &gt;&gt; $INSTALL_DIR/runme.R</action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
19 <action type="shell_command">echo "biocLite()" &gt;&gt; $INSTALL_DIR/runme.R</action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
20 <action type="shell_command">echo "biocLite(installme)" &gt;&gt; $INSTALL_DIR/runme.R</action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
21 <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" &gt;&gt; $INSTALL_DIR/runme.R</action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
22 <action type="shell_command">echo "quit(save='no')" &gt;&gt; $INSTALL_DIR/runme.R</action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
23 <action type="shell_command">export PATH=$PATH &amp;&amp; export R_HOME=$R_HOME &amp;&amp; export R_LIBS=$R_LIBS &amp;&amp; R CMD BATCH $INSTALL_DIR/runme.R </action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
24 </actions>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
25 </install>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
26 <readme>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
27 Installs the latest bioc packages: edgeR &amp; Limma
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
28 </readme>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
29 </package>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
30
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
31 <package name="design_matrix_creator" version="1.0.0">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
32 <install version="1.0">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
33 <actions>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
34 <action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/design_matrix_creator $INSTALL_DIR/bin/</action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
35 <action type="chmod">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
36 <file mode="755">$INSTALL_DIR/bin/design_matrix_creator</file>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
37 </action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
38 <action type="set_environment">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
39 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
40 <environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
41 </action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
42 </actions>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
43 </install>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
44 </package>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
45
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
46 <package name="edger_dge_table_to_bedgraph" version="1.0.0">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
47 <install version="1.0">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
48 <actions>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
49 <action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/edger_dge_table_to_bedgraph $INSTALL_DIR/bin/</action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
50 <action type="chmod">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
51 <file mode="755">$INSTALL_DIR/bin/edger_dge_table_to_bedgraph</file>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
52 </action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
53 <action type="set_environment">
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
54 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
55 <environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
56 </action>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
57 </actions>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
58 </install>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
59 </package>
acb56603b268 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 65724bff3df1267a185b54c1646c96a200528eae
yhoogstrate
parents:
diff changeset
60 </tool_dependency>