annotate tool_dependencies.xml @ 4:06b5da1079d8 draft

Revise tool_dependencies.xml to handle augustus.2.6.1 being packaged in current dir
author Jim Johnson <jj@umn.edu>
date Tue, 23 Oct 2012 10:07:28 -0500
parents 75675bc1aafb
children 6d288b228c6d
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. -->
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
8 <action type="shell_command">tar zxf ../augustus.2.6.1.tar.gz</action>
0
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
9 <action type="shell_command">make</action>
2
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
10 <action type="move_directory_files">
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
11 <source_directory>bin</source_directory>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
13 </action>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
14 <action type="move_directory_files">
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
15 <source_directory>scripts</source_directory>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
16 <destination_directory>$INSTALL_DIR/scripts</destination_directory>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
17 </action>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
18 <action type="move_directory_files">
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
19 <source_directory>config</source_directory>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
20 <destination_directory>$INSTALL_DIR/config</destination_directory>
d088c697396d Fix tool_dependencies.xml install.
Jim Johnson <jj@umn.edu>
parents: 0
diff changeset
21 </action>
0
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
22 <action type="set_environment">
3
75675bc1aafb Upgrade to augustus version 2.6.1
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
23 <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
24 </action>
75675bc1aafb Upgrade to augustus version 2.6.1
Jim Johnson <jj@umn.edu>
parents: 2
diff changeset
25 <action type="set_environment">
0
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
26 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
27 </action>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
28 <action type="set_environment">
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
29 <environment_variable name="AUGUSTUS_CONFIG_PATH" action="set_to">$INSTALL_DIR/config</environment_variable>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
30 </action>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
31 </actions>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
32 </install>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
33 <readme>http://augustus.gobics.de/binaries/README.TXT</readme>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
34 </package>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
35 </tool_dependency>
807dc2efb781 Uploaded
jjohnson
parents:
diff changeset
36