annotate tool_dependencies.xml @ 0:5a621464e533 draft

Imported from capsule None
author iuc
date Thu, 26 Mar 2015 14:37:17 -0400
parents
children b654e5485eee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
3 <package name="rnastructure" version="5.7">
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
4 <install version="1.0">
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
5 <actions>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
6 <action type="download_by_url">http://depot.galaxyproject.org/package/source/RNAstructure-5.7.tgz</action>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
7 <action type="shell_command">make all</action>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
8 <action type="shell_command">export INSTALL_DIR=$INSTALL_DIR ; make install</action>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
9 <action type="set_environment">
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/exe</environment_variable>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
11 </action>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
12 </actions>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
13 </install>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
14 <readme>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
15 <![CDATA[
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
16 RNAstructure is a complete package for RNA and DNA secondary structure
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
17 prediction and analysis. It includes algorithms for secondary structure
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
18 prediction, including facility to predict base pairing probabilities. It
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
19 also can be used to predict bimolecular structures and can predict the
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
20 equilibrium binding affinity of an oligonucleotide to a structured RNA
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
21 target. This is useful for siRNA design. It can also predict secondary
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
22 structures common to two, unaligned sequences, which is much more accurate
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
23 than single sequence secondary structure prediction. Finally, RNAstructure
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
24 can take a number of different types of experiment mapping data to constrain
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
25 or restrain structure prediction. These include chemical mapping, enzymatic
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
26 mapping, NMR, and SHAPE data.
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
27 ]]>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
28 </readme>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
29 </package>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
30 </tool_dependency>