Mercurial > repos > yhoogstrate > edger_with_design_matrix
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:acb56603b268 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="R" version="3.0.3"> | |
4 <repository changeset_revision="a8438aa1207c" name="package_r_3_0_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 | |
7 <package name="biocLite_edgeR_limma" version="latest"> | |
8 <install version="1.0"> | |
9 <actions> | |
10 <action type="set_environment_for_install"> | |
11 <repository changeset_revision="a8438aa1207c" name="package_r_3_0_3" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
12 <package name="R" version="3.0.3" /> | |
13 </repository> | |
14 | |
15 </action> | |
16 <action type="make_directory">$INSTALL_DIR</action> | |
17 <action type="shell_command">echo "source('http://bioconductor.org/biocLite.R')" > $INSTALL_DIR/runme.R</action> | |
18 <action type="shell_command">echo "installme=c('edgeR','limma')" >> $INSTALL_DIR/runme.R</action> | |
19 <action type="shell_command">echo "biocLite()" >> $INSTALL_DIR/runme.R</action> | |
20 <action type="shell_command">echo "biocLite(installme)" >> $INSTALL_DIR/runme.R</action> | |
21 <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" >> $INSTALL_DIR/runme.R</action> | |
22 <action type="shell_command">echo "quit(save='no')" >> $INSTALL_DIR/runme.R</action> | |
23 <action type="shell_command">export PATH=$PATH && export R_HOME=$R_HOME && export R_LIBS=$R_LIBS && R CMD BATCH $INSTALL_DIR/runme.R </action> | |
24 </actions> | |
25 </install> | |
26 <readme> | |
27 Installs the latest bioc packages: edgeR & Limma | |
28 </readme> | |
29 </package> | |
30 | |
31 <package name="design_matrix_creator" version="1.0.0"> | |
32 <install version="1.0"> | |
33 <actions> | |
34 <action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/design_matrix_creator $INSTALL_DIR/bin/</action> | |
35 <action type="chmod"> | |
36 <file mode="755">$INSTALL_DIR/bin/design_matrix_creator</file> | |
37 </action> | |
38 <action type="set_environment"> | |
39 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
40 <environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable> | |
41 </action> | |
42 </actions> | |
43 </install> | |
44 </package> | |
45 | |
46 <package name="edger_dge_table_to_bedgraph" version="1.0.0"> | |
47 <install version="1.0"> | |
48 <actions> | |
49 <action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/edger_dge_table_to_bedgraph $INSTALL_DIR/bin/</action> | |
50 <action type="chmod"> | |
51 <file mode="755">$INSTALL_DIR/bin/edger_dge_table_to_bedgraph</file> | |
52 </action> | |
53 <action type="set_environment"> | |
54 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
55 <environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable> | |
56 </action> | |
57 </actions> | |
58 </install> | |
59 </package> | |
60 </tool_dependency> |