Mercurial > repos > iuc > package_transdecoder_2_1_0
comparison tool_dependencies.xml @ 0:bbe9e422f406 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_transdecoder_2_1_0 commit a1c67fe236be4c3c26c077ce86b9b19adf2dfb86
| author | iuc |
|---|---|
| date | Wed, 06 Jul 2016 09:39:35 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:bbe9e422f406 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="transdecoder" version="2.1.0"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url" sha256sum="681a8dd72e482cb322d74d8431ddcda61f25c53ad5453d0e22c02c92b2157b24">https://github.com/TransDecoder/TransDecoder/archive/v2.1.0.tar.gz</action> | |
| 7 <action type="shell_command">make</action> | |
| 8 <action type="move_file"> | |
| 9 <source>TransDecoder.LongOrfs</source> | |
| 10 <destination>$INSTALL_DIR</destination> | |
| 11 </action> | |
| 12 <action type="move_file"> | |
| 13 <source>TransDecoder.Predict</source> | |
| 14 <destination>$INSTALL_DIR</destination> | |
| 15 </action> | |
| 16 <action type="move_directory_files"> | |
| 17 <source_directory>PerlLib</source_directory> | |
| 18 <destination_directory>$INSTALL_DIR/PerlLib</destination_directory> | |
| 19 </action> | |
| 20 <action type="move_directory_files"> | |
| 21 <source_directory>util</source_directory> | |
| 22 <destination_directory>$INSTALL_DIR/util</destination_directory> | |
| 23 </action> | |
| 24 <action type="set_environment"> | |
| 25 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/</environment_variable> | |
| 26 </action> | |
| 27 </actions> | |
| 28 </install> | |
| 29 </package> | |
| 30 </tool_dependency> |
