Mercurial > repos > galaxyp > package_peptides_to_gff_0_1
comparison tool_dependencies.xml @ 0:986d1d024720 draft default tip
Uploaded
author | galaxyp |
---|---|
date | Mon, 08 Sep 2014 14:10:56 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:986d1d024720 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="peptide_to_gff" version="0.1"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="shell_command">hg clone https://bitbucket.org/galaxyp-applications/peptide-to-gff peptide_to_gff</action> | |
7 <action type="shell_command">hg update -d 2014-09-08</action> | |
8 <action type="move_file"> | |
9 <source>peptide_to_gff</source> | |
10 <destination>$INSTALL_DIR/bin</destination> | |
11 </action> | |
12 <action type="set_environment"> | |
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
14 </action> | |
15 </actions> | |
16 </install> | |
17 <readme> | |
18 Sets up a virtualenv for peptides-to-gff. | |
19 </readme> | |
20 </package> | |
21 </tool_dependency> |