Mercurial > repos > pjbriggs > macs21
annotate tool_dependencies.xml @ 15:227f28b0b44c draft
Uploaded
| author | pjbriggs |
|---|---|
| date | Mon, 15 Jun 2015 08:30:02 -0400 |
| parents | 8565787129c9 |
| children | 062311890289 |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 2 | 3 <!-- Dependencies from main/test toolsheds --> |
| 4 <package name="numpy" version="1.9"> | |
| 9 | 5 <repository changeset_revision="43cb426cb05d" name="package_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 0 | 6 </package> |
| 6 | 7 <package name="R" version="3.1.2"> |
| 8 <repository changeset_revision="41f43a2064ba" name="package_r_3_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 9 </package> | |
| 2 | 10 <!-- Subset of UCSC tools --> |
|
5
9f6d5cae9181
Uploaded yet another attempt to fix tool dependencies!
pjbriggs
parents:
4
diff
changeset
|
11 <package name="ucsc_tools_for_macs21" version="1.0"> |
| 2 | 12 <install version="1.0"> |
| 13 <actions> | |
| 14 <!-- fetchChromSizes --> | |
| 15 <action type="download_binary"> | |
| 16 <url_template architecture="x86_64" os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/fetchChromSizes</url_template> | |
| 17 </action> | |
| 18 <action type="chmod"> | |
| 19 <file mode="755">$INSTALL_DIR/fetchChromSizes</file> | |
| 20 </action> | |
| 21 <!-- bedClip --> | |
| 22 <action type="download_binary"> | |
| 23 <url_template architecture="x86_64" os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bedClip</url_template> | |
| 24 </action> | |
| 25 <action type="chmod"> | |
| 26 <file mode="755">$INSTALL_DIR/bedClip</file> | |
| 27 </action> | |
| 28 <!-- bedGraphToBigWig --> | |
| 29 <action type="download_binary"> | |
| 30 <url_template architecture="x86_64" os="linux">http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/bedGraphToBigWig</url_template> | |
| 31 </action> | |
| 32 <action type="chmod"> | |
| 33 <file mode="755">$INSTALL_DIR/bedGraphToBigWig</file> | |
| 34 </action> | |
|
7
0c6b14f3fefc
Attempt to fix installation of tool dependencies for UCSC/bigwig generation, and trap for undefined genome build.
pjbriggs
parents:
6
diff
changeset
|
35 <action type="set_environment"> |
|
0c6b14f3fefc
Attempt to fix installation of tool dependencies for UCSC/bigwig generation, and trap for undefined genome build.
pjbriggs
parents:
6
diff
changeset
|
36 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> |
|
0c6b14f3fefc
Attempt to fix installation of tool dependencies for UCSC/bigwig generation, and trap for undefined genome build.
pjbriggs
parents:
6
diff
changeset
|
37 </action> |
| 2 | 38 </actions> |
| 39 </install> | |
| 0 | 40 </package> |
| 2 | 41 <!-- MACS 2.1.0 --> |
| 0 | 42 <package name="macs2" version="2.1.0.20140616"> |
| 43 <install version="1.0"> | |
| 44 <actions> | |
| 11 | 45 <action type="download_by_url">https://pypi.python.org/packages/source/M/MACS2/MACS2-2.1.0.20140616.tar.gz</action> |
| 2 | 46 <!-- Install environment for main & test toolsheds --> |
| 47 <action type="set_environment_for_install"> | |
| 9 | 48 <repository changeset_revision="43cb426cb05d" name="package_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 2 | 49 <package name="numpy" version="1.9" /> |
| 50 </repository> | |
| 51 </action> | |
| 15 | 52 <action type="set_environment_for_install"> |
| 53 <repository changeset_revision="4778b172b895" name="package_atlas_3_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 54 <package name="atlas" version="3.10.2" /> | |
| 55 </repository> | |
| 56 </action> | |
| 0 | 57 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
| 58 <action type="shell_command"> | |
| 13 | 59 echo PWD is: ; |
| 12 | 60 pwd ; |
| 13 | 61 echo PYTHONPATH is $PYTHONPATH ; |
| 14 | 62 python -c "import numpy" ; |
| 13 | 63 echo About to do the operations: ; |
| 0 | 64 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
| 65 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | |
| 66 </action> | |
| 67 <action type="set_environment"> | |
| 68 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
| 69 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 70 </action> | |
| 71 </actions> | |
| 72 </install> | |
| 73 <readme>Macs2.1 depends on having python2.7 and numpy 1.8 installed on all nodes of the work cluster</readme> | |
| 74 </package> | |
| 75 </tool_dependency> |
