Mercurial > repos > iuc > package_networkx_1_9
annotate tool_dependencies.xml @ 1:e9ffcc9e5c41 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author | iuc |
---|---|
date | Fri, 17 Jul 2015 10:40:43 -0400 |
parents | 41eb57ff1dd0 |
children | 548d4dead876 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
1
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
3 <package name="python" version="2.7"> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
4 <repository changeset_revision="44bb4258922f" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
5 </package> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
6 <package name="networkx" version="1.9"> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
7 <install version="1.0"> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
8 <actions> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
9 <action type="setup_python_environment"> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
10 <repository changeset_revision="44bb4258922f" name="package_python_2_7" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
11 <package name="python" version="2.7" /> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
12 </repository> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
13 <!-- allow downloading and installing an Python package from https://pypi.org/ --> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
14 <package>https://pypi.python.org/packages/source/n/networkx/networkx-1.9.1.tar.gz</package> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
15 </action> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
16 <action type="set_environment"> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
17 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
19 <environment_variable action="set_to" name="PYTHONPATH_NETWORKX">$INSTALL_DIR/lib/python</environment_variable> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
20 <environment_variable action="set_to" name="PATH_NETWORKX">$INSTALL_DIR/bin</environment_variable> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
21 </action> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
22 </actions> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
23 </install> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
24 <readme> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
25 The PYTHONPATH for networkx can be accessed through PYTHONPATH_NETWORKX and the binaries with PATH_NETWORKX. |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
26 http://networkx.github.io/ |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
27 </readme> |
e9ffcc9e5c41
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_networkx_1_9 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
28 </package> |
0 | 29 </tool_dependency> |