annotate tool_dependencies.xml @ 5:a4fab0c1ae1a

Uploaded
author bjoern-gruening
date Sun, 09 Jun 2013 07:54:25 -0400
parents 796814f16b12
children
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>
5
a4fab0c1ae1a Uploaded
bjoern-gruening
parents: 4
diff changeset
3 <set_environment version="1.0">
a4fab0c1ae1a Uploaded
bjoern-gruening
parents: 4
diff changeset
4 <environment_variable name="AUGUSTUS_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
a4fab0c1ae1a Uploaded
bjoern-gruening
parents: 4
diff changeset
5 </set_environment>
a4fab0c1ae1a Uploaded
bjoern-gruening
parents: 4
diff changeset
6 <package name="augustus" version="2.7">
4
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
7 <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
8 <actions>
5
a4fab0c1ae1a Uploaded
bjoern-gruening
parents: 4
diff changeset
9 <action type="download_by_url">http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.7.tar.gz</action>
4
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
10 <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
11 <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
12 <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
13 <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
14 </action>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
15 <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
16 <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
17 <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
18 </action>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
19 <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
20 <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
21 <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
22 </action>
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 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
24 <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
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 <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
27 </action>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
28 </actions>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
29 </install>
5
a4fab0c1ae1a Uploaded
bjoern-gruening
parents: 4
diff changeset
30 <readme>AUGUSTUS is a gene prediction program for eukaryotes written by Mario Stanke and Oliver Keller.
a4fab0c1ae1a Uploaded
bjoern-gruening
parents: 4
diff changeset
31 It can be used as an ab initio program, which means it bases its prediction purely on the
a4fab0c1ae1a Uploaded
bjoern-gruening
parents: 4
diff changeset
32 sequence. AUGUSTUS may also incorporate hints on the gene structure coming from extrinsic sources
a4fab0c1ae1a Uploaded
bjoern-gruening
parents: 4
diff changeset
33 such as EST, MS/MS, protein alignments and synthenic genomic alignments.
a4fab0c1ae1a Uploaded
bjoern-gruening
parents: 4
diff changeset
34 http://augustus.gobics.de/binaries/README.TXT</readme>
4
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
35 </package>
796814f16b12 Add tool_dependencies.xml and update to new augustus version. Thanks to James Johnson for the patch.
bjoern-gruening
parents:
diff changeset
36 </tool_dependency>