|
35
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
36
|
3 <package name="R_3_0_1" version="3.0.1">
|
|
|
4 <repository changeset_revision="4e9dce1105cd" name="precommit_test" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
|
|
5 </package>
|
|
|
6
|
|
|
7
|
|
|
8
|
|
|
9 <package name="deseq2" version="1.0.17">
|
|
35
|
10 <install version="1.0">
|
|
|
11 <actions>
|
|
36
|
12 <action type="download_file">http://bioconductor.org/packages/release/bioc/src/contrib/DESeq2_1.0.17.tar.gz</action>
|
|
|
13
|
|
|
14 <action type="set_environment_for_install">
|
|
|
15 <repository changeset_revision="4e9dce1105cd" name="precommit_test" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
|
16 <package name="R_3_0_1" version="3.0.1" />
|
|
|
17 </repository>
|
|
|
18 </action>
|
|
|
19
|
|
|
20 <action type="make_directory">$INSTALL_DIR/deseq2/</action>
|
|
|
21 <action type="shell_command">
|
|
|
22 Rscript -e "source('http://bioconductor.org/biocLite.R'); install.packages('DESeq2', lib='$INSTALL_DIR/deseq2/', repos='http://cran.us.r-project.org')"
|
|
|
23 </action>
|
|
35
|
24 <action type="set_environment">
|
|
36
|
25 <environment_variable action="append_to" name="R_LIBS">$INSTALL_DIR/deseq2/</environment_variable>
|
|
35
|
26 </action>
|
|
|
27 </actions>
|
|
|
28 </install>
|
|
36
|
29 <readme>DESeq2</readme>
|
|
35
|
30 </package>
|
|
|
31 </tool_dependency>
|