annotate tool_dependencies.xml @ 7:88853ce35531 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_macs2_2_1_0 commit c5b99dd9482d52035bbfec5ac717f60ef968e989-dirty
author iuc
date Sat, 10 Oct 2015 08:25:28 -0400
parents ff467e6b2a11
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
1 <?xml version="1.0"?>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
2 <tool_dependency>
1
fd298b5decac Uploaded
iuc
parents: 0
diff changeset
3 <package name="numpy" version="1.7.1">
6
ff467e6b2a11 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_macs2_2_1_0 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
iuc
parents: 5
diff changeset
4 <repository changeset_revision="5c489d2d630b" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
0
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
5 </package>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
6 <package name="scipy" version="0.12.0">
7
88853ce35531 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_macs2_2_1_0 commit c5b99dd9482d52035bbfec5ac717f60ef968e989-dirty
iuc
parents: 6
diff changeset
7 <repository changeset_revision="63808602082c" name="package_scipy_0_12" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
0
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
8 </package>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
9 <!-- 2.1.0.20140616 -->
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
10 <package name="macs2" version="2.1.0">
1
fd298b5decac Uploaded
iuc
parents: 0
diff changeset
11 <install version="1.0">
fd298b5decac Uploaded
iuc
parents: 0
diff changeset
12 <actions>
fd298b5decac Uploaded
iuc
parents: 0
diff changeset
13 <action type="download_by_url">https://pypi.python.org/packages/source/M/MACS2/MACS2-2.1.0.20140616.tar.gz</action>
fd298b5decac Uploaded
iuc
parents: 0
diff changeset
14
0
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
15 <action type="set_environment_for_install">
6
ff467e6b2a11 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_macs2_2_1_0 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
iuc
parents: 5
diff changeset
16 <repository changeset_revision="5c489d2d630b" name="package_numpy_1_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
1
fd298b5decac Uploaded
iuc
parents: 0
diff changeset
17 <package name="numpy" version="1.7.1" />
0
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
18 </repository>
7
88853ce35531 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_macs2_2_1_0 commit c5b99dd9482d52035bbfec5ac717f60ef968e989-dirty
iuc
parents: 6
diff changeset
19 <repository changeset_revision="63808602082c" name="package_scipy_0_12" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
1
fd298b5decac Uploaded
iuc
parents: 0
diff changeset
20 <package name="scipy" version="0.12.0" />
0
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
21 </repository>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
22 </action>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
23 <action type="make_directory">$INSTALL_DIR/lib/python</action>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
24 <!-- exporting the CFLAGS and CPPFLAGS are due to http://stackoverflow.com/questions/22313407/clang-error-unknown-argument-mno-fused-madd-python-package-installation-fa -->
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
25 <action type="shell_command">
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
26 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
27 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
28 </action>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
29 <action type="set_environment">
1
fd298b5decac Uploaded
iuc
parents: 0
diff changeset
30 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
0
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
31 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
32 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
33 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
34 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
35 <environment_variable action="set_to" name="PYTHONPATH_MACS2">$INSTALL_DIR/lib/python</environment_variable>
1
fd298b5decac Uploaded
iuc
parents: 0
diff changeset
36 </action>
0
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
37 </actions>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
38 </install>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
39 <readme>Macs2 installation instructions. MACS2 can be found at https://github.com/taoliu/MACS</readme>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
40 </package>
6d85350ae428 Imported from capsule None
blankenberg
parents:
diff changeset
41 </tool_dependency>