Mercurial > repos > iuc > package_rnastructure_5_7
annotate tool_dependencies.xml @ 4:455b68271b2b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_rnastructure_5_7/ commit 321bb0b81c749a898c0b59447a5a87d68c4dd058
| author | iuc |
|---|---|
| date | Sun, 14 Jun 2015 22:40:35 -0400 |
| parents | 420e517d469b |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="rnastructure" version="5.7"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">http://depot.galaxyproject.org/package/source/RNAstructure-5.7.tgz</action> | |
|
4
455b68271b2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_rnastructure_5_7/ commit 321bb0b81c749a898c0b59447a5a87d68c4dd058
iuc
parents:
3
diff
changeset
|
7 <action type="shell_command">sed -i.bak "s/version = 5\.6/version = 5.7/" "./src/ParseCommandLine.cpp"</action> |
| 3 | 8 <action type="shell_command">make all</action> |
| 9 <action type="move_directory_files"> | |
| 10 <source_directory>.</source_directory> | |
| 11 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 12 </action> | |
| 0 | 13 <action type="set_environment"> |
| 3 | 14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/exe</environment_variable> |
| 15 <environment_variable action="set_to" name="DATAPATH">$INSTALL_DIR/data_tables</environment_variable> | |
| 0 | 16 </action> |
| 17 </actions> | |
| 18 </install> | |
| 19 <readme> | |
| 20 <![CDATA[ | |
| 21 RNAstructure is a complete package for RNA and DNA secondary structure | |
| 22 prediction and analysis. It includes algorithms for secondary structure | |
| 23 prediction, including facility to predict base pairing probabilities. It | |
| 24 also can be used to predict bimolecular structures and can predict the | |
| 25 equilibrium binding affinity of an oligonucleotide to a structured RNA | |
| 26 target. This is useful for siRNA design. It can also predict secondary | |
| 27 structures common to two, unaligned sequences, which is much more accurate | |
| 28 than single sequence secondary structure prediction. Finally, RNAstructure | |
| 29 can take a number of different types of experiment mapping data to constrain | |
| 30 or restrain structure prediction. These include chemical mapping, enzymatic | |
| 31 mapping, NMR, and SHAPE data. | |
| 32 ]]> | |
| 33 </readme> | |
| 34 </package> | |
| 3 | 35 </tool_dependency> |
