Mercurial > repos > cjav > package_ngs_tools_0_1_6
annotate tool_dependencies.xml @ 3:ba2612a7681c draft
Trying to force the use of biopython tool dependency definition.
author | cjav |
---|---|
date | Mon, 23 Sep 2013 14:11:29 -0400 |
parents | 3c646b8328bb |
children | dcf15f3a5d27 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
2 | 3 <package name="biopython" version="1.62"> |
4 <repository changeset_revision="ac9cc2992b69" name="package_biopython_1_62" owner="biopython" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
0 | 5 </package> |
6 <package name="ngs-tools" version="0.1.6"> | |
7 <install version="1.0"> | |
3
ba2612a7681c
Trying to force the use of biopython tool dependency definition.
cjav
parents:
2
diff
changeset
|
8 <action type="set_environment_for_install"> |
ba2612a7681c
Trying to force the use of biopython tool dependency definition.
cjav
parents:
2
diff
changeset
|
9 <repository name="package_biopython_1_62" owner="biopython"> |
ba2612a7681c
Trying to force the use of biopython tool dependency definition.
cjav
parents:
2
diff
changeset
|
10 <package name="biopython" version="1.62" /> |
ba2612a7681c
Trying to force the use of biopython tool dependency definition.
cjav
parents:
2
diff
changeset
|
11 </repository> |
ba2612a7681c
Trying to force the use of biopython tool dependency definition.
cjav
parents:
2
diff
changeset
|
12 </action> |
0 | 13 <actions> |
1 | 14 <action type="setup_virtualenv">ngs-tools==0.1.6</action> |
0 | 15 </actions> |
16 </install> | |
17 </package> | |
18 </tool_dependency> |