annotate tool_dependencies.xml @ 3:ecb56d964230 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_rnastructure_5_7/ commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 11:08:11 -0400
parents 0458908fa099
children
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>
3
ecb56d964230 planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_rnastructure_5_7/ commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 2
diff changeset
7 <action type="shell_command">sed -i.bak "s/version = 5\.6/version = 5.7/" "./src/ParseCommandLine.cpp"</action>
2
0458908fa099 Updated tool dependency definition
iuc
parents: 1
diff changeset
8 <action type="shell_command">make all</action>
1
b654e5485eee Updated tool dependency definition
iuc
parents: 0
diff changeset
9 <action type="move_directory_files">
b654e5485eee Updated tool dependency definition
iuc
parents: 0
diff changeset
10 <source_directory>.</source_directory>
b654e5485eee Updated tool dependency definition
iuc
parents: 0
diff changeset
11 <destination_directory>$INSTALL_DIR</destination_directory>
b654e5485eee Updated tool dependency definition
iuc
parents: 0
diff changeset
12 </action>
0
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
13 <action type="set_environment">
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/exe</environment_variable>
1
b654e5485eee Updated tool dependency definition
iuc
parents: 0
diff changeset
15 <environment_variable action="set_to" name="DATAPATH">$INSTALL_DIR/data_tables</environment_variable>
0
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
16 </action>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
17 </actions>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
18 </install>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
19 <readme>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
20 <![CDATA[
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
21 RNAstructure is a complete package for RNA and DNA secondary structure
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
22 prediction and analysis. It includes algorithms for secondary structure
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
23 prediction, including facility to predict base pairing probabilities. It
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
24 also can be used to predict bimolecular structures and can predict the
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
25 equilibrium binding affinity of an oligonucleotide to a structured RNA
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
26 target. This is useful for siRNA design. It can also predict secondary
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
27 structures common to two, unaligned sequences, which is much more accurate
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
28 than single sequence secondary structure prediction. Finally, RNAstructure
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
29 can take a number of different types of experiment mapping data to constrain
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
30 or restrain structure prediction. These include chemical mapping, enzymatic
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
31 mapping, NMR, and SHAPE data.
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
32 ]]>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
33 </readme>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
34 </package>
5a621464e533 Imported from capsule None
iuc
parents:
diff changeset
35 </tool_dependency>