annotate tool_dependencies.xml @ 4:796814f16b12

Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
author bjoern-gruening
date Tue, 30 Oct 2012 06:29:50 -0400
parents
children a4fab0c1ae1a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
1 <?xml version="1.0"?>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
2 <tool_dependency>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
3 <package name="augustus" version="2.6.1">
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
4 <install version="1.0">
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
5 <actions>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
6 <!-- the first command puts us in the dir for the package name: "augustus"-->
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
7 <action type="download_by_url">http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.6.1.tar.gz</action>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
8 <action type="shell_command">make</action>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
9 <action type="move_directory_files">
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
10 <source_directory>bin</source_directory>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
11 <destination_directory>$INSTALL_DIR/bin</destination_directory>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
12 </action>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
13 <action type="move_directory_files">
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
14 <source_directory>scripts</source_directory>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
15 <destination_directory>$INSTALL_DIR/scripts</destination_directory>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
16 </action>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
17 <action type="move_directory_files">
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
18 <source_directory>config</source_directory>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
19 <destination_directory>$INSTALL_DIR/config</destination_directory>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
20 </action>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
21 <action type="set_environment">
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/scripts</environment_variable>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
23 </action>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
24 <action type="set_environment">
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
25 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
26 </action>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
27 <action type="set_environment">
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
28 <environment_variable name="AUGUSTUS_CONFIG_PATH" action="set_to">$INSTALL_DIR/config</environment_variable>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
29 </action>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
30 </actions>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
31 </install>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
32 <readme>http://augustus.gobics.de/binaries/README.TXT</readme>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
33 </package>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
34 </tool_dependency>