Mercurial > repos > iuc > package_augustus_3_1
annotate tool_dependencies.xml @ 2:71bb72c60987 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_augustus_3_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
| author | iuc |
|---|---|
| date | Fri, 17 Jul 2015 10:07:06 -0400 |
| parents | 5f78108125fd |
| children | 24009970003a |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="augustus" version="3.1"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://bioinf.uni-greifswald.de/augustus/binaries/augustus-3.1.tar.gz</action> | |
| 7 <action type="shell_command">make</action> | |
| 8 <action type="move_directory_files"> | |
| 9 <source_directory>bin</source_directory> | |
| 10 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
| 11 </action> | |
| 12 <action type="move_directory_files"> | |
| 13 <source_directory>scripts</source_directory> | |
| 14 <destination_directory>$INSTALL_DIR/scripts</destination_directory> | |
| 15 </action> | |
| 16 <action type="move_directory_files"> | |
| 17 <source_directory>config</source_directory> | |
| 18 <destination_directory>$INSTALL_DIR/config</destination_directory> | |
| 19 </action> | |
| 20 <action type="set_environment"> | |
| 21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/scripts</environment_variable> | |
| 22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
|
2
71bb72c60987
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_augustus_3_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
1
diff
changeset
|
23 <environment_variable name="AUGUSTUS_CONFIG_PATH" action="set_to">$INSTALL_DIR/config</environment_variable> |
| 0 | 24 </action> |
| 25 </actions> | |
| 26 </install> | |
| 27 <readme>AUGUSTUS is a gene prediction program for eukaryotes written by Mario Stanke and Oliver Keller. | |
| 28 It can be used as an ab initio program, which means it bases its prediction purely on the | |
| 29 sequence. AUGUSTUS may also incorporate hints on the gene structure coming from extrinsic sources | |
| 30 such as EST, MS/MS, protein alignments and synthenic genomic alignments. | |
|
1
5f78108125fd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_augustus_3_1 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents:
0
diff
changeset
|
31 </readme> |
| 0 | 32 </package> |
| 33 </tool_dependency> |
