Mercurial > repos > bgruening > upload_testing
comparison tool_dependencies.xml @ 39:c6f1a059bc7d
Uploaded
| author | bgruening |
|---|---|
| date | Fri, 02 Aug 2013 12:18:55 -0400 |
| parents | 1a78aa9ea234 |
| children | c3793b7dee24 |
comparison
equal
deleted
inserted
replaced
| 38:1a78aa9ea234 | 39:c6f1a059bc7d |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="R_3_0_1" version="3.0.1"> | 3 <package name="samtools" version="0.1.18"> |
| 4 <repository changeset_revision="564b46e4fda7" name="precommit_test" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="5f7ec5048224" name="package_samtools_0_1_18" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu" /> |
| 5 </package> | |
| 6 <package name="numpy" version="1.7.1"> | |
| 7 <repository changeset_revision="40db34c904df" name="package_numpy_1_7" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 8 </package> | |
| 9 <package name="matplotlib" version="1.2.1"> | |
| 10 <repository changeset_revision="dd81b71dff1b" name="package_matplotlib_1_2" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 11 </package> | |
| 12 <package name="scipy" version="0.12.0"> | |
| 13 <repository changeset_revision="cd2e7872a8eb" name="package_scipy_0_12" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | 14 </package> |
| 6 | 15 |
| 7 | 16 |
| 8 <package name="deseq2" version="1.0.17"> | 17 <package name="ucsc_tools" version="0.1"> |
| 9 <install version="1.0"> | 18 <install version="1.0"> |
| 10 <actions> | 19 <actions> |
| 11 <action type="download_file">http://bioconductor.org/packages/release/bioc/src/contrib/DESeq2_1.0.17.tar.gz</action> | 20 <action type="download_binary"> |
| 21 <url_template architecture="x86_64" os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bedGraphToBigWig</url_template> | |
| 22 <url_template architecture="i686" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bedGraphToBigWig</url_template> | |
| 23 <url_template architecture="i386" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bedGraphToBigWig</url_template> | |
| 24 <url_template architecture="x86_64" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bedGraphToBigWig</url_template> | |
| 25 </action> | |
| 26 <action type="chmod"> | |
| 27 <file mode="755">$INSTALL_DIR/bedGraphToBigWig</file> | |
| 28 </action> | |
| 29 <action type="download_binary"> | |
| 30 <url_template architecture="x86_64" os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bigWigInfo</url_template> | |
| 31 <url_template architecture="i686" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigInfo</url_template> | |
| 32 <url_template architecture="i386" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.i386/bigWigInfo</url_template> | |
| 33 <url_template architecture="x86_64" os="darwin">http://hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/bigWigInfo</url_template> | |
| 34 </action> | |
| 35 <action type="chmod"> | |
| 36 <file mode="755">$INSTALL_DIR/bigWigInfo</file> | |
| 37 </action> | |
| 38 <action type="set_environment"> | |
| 39 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> | |
| 40 </action> | |
| 41 </actions> | |
| 42 </install> | |
| 43 <readme>The tools downloaded by this dependency definition are free for academic use. TODO: UCSC tools are only available with their latest version. That is not good for reproducibility.</readme> | |
| 44 </package> | |
| 12 | 45 |
| 13 <action type="set_environment_for_install"> | 46 |
| 14 <repository changeset_revision="564b46e4fda7" name="precommit_test" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu"> | 47 <package name="deepTools" version="1.5.1_98e5d8a61431ea8605c0643d991a1a5d8999b4dc"> |
| 15 <package name="R_3_0_1" version="3.0.1" /> | 48 <install version="1.0"> |
| 16 </repository> | 49 <actions> |
| 50 | |
| 51 <action type="shell_command">git clone --recursive https://github.com/fidelram/deepTools.git</action> | |
| 52 <action type="shell_command">git reset --hard 98e5d8a61431ea8605c0643d991a1a5d8999b4dc</action> | |
| 53 <action type="shell_command"> | |
| 54 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
| 55 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | |
| 17 </action> | 56 </action> |
| 18 | 57 |
| 19 <action type="make_directory">$INSTALL_DIR/deseq2/</action> | 58 <action type="set_environment"> |
| 20 <action type="shell_command"> | 59 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 21 Rscript -e "source('http://bioconductor.org/biocLite.R'); install.packages('DESeq2', lib='$INSTALL_DIR/deseq2/', repos='http://cran.us.r-project.org')" | 60 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
| 22 </action> | 61 </action> |
| 23 <action type="set_environment"> | 62 </actions> |
| 24 <environment_variable action="append_to" name="R_LIBS">$INSTALL_DIR/deseq2/</environment_variable> | 63 </install> |
| 25 </action> | 64 <readme>Installation of deepTools from Fidel Ramirez.</readme> |
| 26 </actions> | 65 </package> |
| 27 </install> | |
| 28 <readme>DESeq2</readme> | |
| 29 </package> | |
| 30 </tool_dependency> | 66 </tool_dependency> |
