annotate tool_dependencies.xml @ 5:6d288b228c6d draft

tool_dependecy debugging
author Jim Johnson <jj@umn.edu>
date Tue, 23 Oct 2012 11:33:18 -0500
parents 06b5da1079d8
children fb61d175ab99
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
1 <?xml version="1.0"?>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
2 <tool_dependency>
3
75675bc1aafb Upgrade to augustus version 2.6.1
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
3 <package name="augustus" version="2.6.1">
0
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
4 <install version="1.0">
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
5 <actions>
4
06b5da1079d8 Revise tool_dependencies.xml to handle augustus.2.6.1 being packaged in current dir
Jim Johnson <jj@umn.edu>
parents: 3
diff changeset
6 <action type="shell_command">wget http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.6.1.tar.gz</action>
06b5da1079d8 Revise tool_dependencies.xml to handle augustus.2.6.1 being packaged in current dir
Jim Johnson <jj@umn.edu>
parents: 3
diff changeset
7 <!-- with the first command of with type shell_command a dir will be created with the package name, and we'll operate from there. -->
5
6d288b228c6d tool_dependecy debugging
Jim Johnson <jj@umn.edu>
parents: 4
diff changeset
8 <action type="shell_command">pwd</action>
4
06b5da1079d8 Revise tool_dependencies.xml to handle augustus.2.6.1 being packaged in current dir
Jim Johnson <jj@umn.edu>
parents: 3
diff changeset
9 <action type="shell_command">tar zxf ../augustus.2.6.1.tar.gz</action>
0
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
10 <action type="shell_command">make</action>
2
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
11 <action type="move_directory_files">
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
12 <source_directory>bin</source_directory>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
13 <destination_directory>$INSTALL_DIR/bin</destination_directory>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
14 </action>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
15 <action type="move_directory_files">
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
16 <source_directory>scripts</source_directory>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
17 <destination_directory>$INSTALL_DIR/scripts</destination_directory>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
18 </action>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
19 <action type="move_directory_files">
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
20 <source_directory>config</source_directory>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
21 <destination_directory>$INSTALL_DIR/config</destination_directory>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
22 </action>
0
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
23 <action type="set_environment">
3
75675bc1aafb Upgrade to augustus version 2.6.1
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
24 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/scripts</environment_variable>
75675bc1aafb Upgrade to augustus version 2.6.1
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
25 </action>
75675bc1aafb Upgrade to augustus version 2.6.1
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
26 <action type="set_environment">
0
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
27 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
28 </action>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
29 <action type="set_environment">
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
30 <environment_variable name="AUGUSTUS_CONFIG_PATH" action="set_to">$INSTALL_DIR/config</environment_variable>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
31 </action>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
32 </actions>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
33 </install>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
34 <readme>http://augustus.gobics.de/binaries/README.TXT</readme>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
35 </package>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
36 </tool_dependency>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
37