Mercurial > repos > yhoogstrate > edger_with_design_matrix
annotate tool_dependencies.xml @ 96:aef2ea94533b 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:00:14 -0400 |
parents | 86c3aaa205b5 |
children | b26040bb6301 |
rev | line source |
---|---|
24 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
66 | 3 <package name="R" version="3.0.3"> |
91 | 4 <repository changeset_revision="e509651776fa" name="package_r_3_0_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
66 | 5 </package> |
24 | 6 |
96
aef2ea94533b
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 73d87531bc80b0a4e688001cd5f8ab1df9526c08-dirty
yhoogstrate
parents:
92
diff
changeset
|
7 <package name="package_biocLite_edgeR_limma_latest" version="latest"> |
24 | 8 <install version="1.0"> |
9 <actions> | |
96
aef2ea94533b
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 73d87531bc80b0a4e688001cd5f8ab1df9526c08-dirty
yhoogstrate
parents:
92
diff
changeset
|
10 |
24 | 11 <action type="set_environment_for_install"> |
91 | 12 <repository changeset_revision="e509651776fa" name="package_r_3_0_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
66 | 13 <package name="R" version="3.0.3" /> |
14 </repository> | |
24 | 15 </action> |
96
aef2ea94533b
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 73d87531bc80b0a4e688001cd5f8ab1df9526c08-dirty
yhoogstrate
parents:
92
diff
changeset
|
16 |
24 | 17 <action type="make_directory">$INSTALL_DIR</action> |
18 <action type="shell_command">echo "source('http://bioconductor.org/biocLite.R')" > $INSTALL_DIR/runme.R</action> | |
19 <action type="shell_command">echo "installme=c('edgeR','limma')" >> $INSTALL_DIR/runme.R</action> | |
20 <action type="shell_command">echo "biocLite()" >> $INSTALL_DIR/runme.R</action> | |
21 <action type="shell_command">echo "biocLite(installme)" >> $INSTALL_DIR/runme.R</action> | |
22 <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" >> $INSTALL_DIR/runme.R</action> | |
23 <action type="shell_command">echo "quit(save='no')" >> $INSTALL_DIR/runme.R</action> | |
24 <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> | |
25 </actions> | |
26 </install> | |
27 <readme> | |
66 | 28 Installs the latest bioc packages: edgeR & Limma |
24 | 29 </readme> |
30 </package> | |
31 | |
96
aef2ea94533b
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 73d87531bc80b0a4e688001cd5f8ab1df9526c08-dirty
yhoogstrate
parents:
92
diff
changeset
|
32 <package name="package_design_matrix_creator_1_0_0" version="1.0.0"> |
79 | 33 <install version="1.0"> |
34 <actions> | |
87 | 35 <action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/design_matrix_creator $INSTALL_DIR/bin/</action> |
79 | 36 <action type="chmod"> |
37 <file mode="755">$INSTALL_DIR/bin/design_matrix_creator</file> | |
38 </action> | |
39 <action type="set_environment"> | |
83 | 40 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
41 <environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable> | |
79 | 42 </action> |
43 </actions> | |
44 </install> | |
71 | 45 </package> |
92
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
46 |
96
aef2ea94533b
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools/raw/master/edger_with_design_matrix commit 73d87531bc80b0a4e688001cd5f8ab1df9526c08-dirty
yhoogstrate
parents:
92
diff
changeset
|
47 <package name="package_edger_dge_table_to_bedgraph_1_0_0" version="1.0.0"> |
92
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
48 <install version="1.0"> |
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
49 <actions> |
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
50 <action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/edger_dge_table_to_bedgraph $INSTALL_DIR/bin/</action> |
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
51 <action type="chmod"> |
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
52 <file mode="755">$INSTALL_DIR/bin/edger_dge_table_to_bedgraph</file> |
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
53 </action> |
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
54 <action type="set_environment"> |
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
55 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
56 <environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable> |
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
57 </action> |
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
58 </actions> |
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
59 </install> |
86c3aaa205b5
Added bedgraph exporting function for the DGE tables
yhoogstrate
parents:
91
diff
changeset
|
60 </package> |
24 | 61 </tool_dependency> |