Mercurial > repos > bjoern-gruening > augustus
annotate tool_dependencies.xml @ 6:e664f2137b03 default tip
Merge multiple heads.
author | Dave Bouvier <dave@bx.psu.edu> |
---|---|
date | Mon, 27 Jan 2014 14:04:46 -0500 |
parents | a4fab0c1ae1a |
children |
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 | 3 <set_environment version="1.0"> |
4 <environment_variable name="AUGUSTUS_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable> | |
5 </set_environment> | |
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 | 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 | 30 <readme>AUGUSTUS is a gene prediction program for eukaryotes written by Mario Stanke and Oliver Keller. |
31 It can be used as an ab initio program, which means it bases its prediction purely on the | |
32 sequence. AUGUSTUS may also incorporate hints on the gene structure coming from extrinsic sources | |
33 such as EST, MS/MS, protein alignments and synthenic genomic alignments. | |
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> |