annotate tool_dependencies.xml @ 0:e9a43f76591a draft default tip

Uploaded
author rnateam
date Tue, 29 Oct 2013 08:55:39 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
2 <tool_dependency>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
3 <package name="rnashapes" version="2.1.6">
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
4 <install version="1.0">
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
5 <actions_group>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
6 <!-- Download the binaries for RNAshapes compatible with 32-bit OSX. -->
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
7 <actions os="darwin" architecture="i386">
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
8 <action type="download_by_url">http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1383039523_10840/RNAshapes-2.1.6-osx.tar.gz</action>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
9 <action type="move_file">
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
10 <source>RNAshapes</source>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
11 <destination>$INSTALL_DIR/bin/</destination>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
12 </action>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
13 </actions>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
14 <!-- Download the binaries for RNAshapes compatible with 32-bit Linux (i386). -->
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
15 <actions os="linux" architecture="i386">
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
16 <action type="download_by_url">http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1383039480_10830/RNAshapes-2.1.6-i386-linux.tar.gz</action>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
17 <action type="move_file">
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
18 <source>RNAshapes</source>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
19 <destination>$INSTALL_DIR/bin/</destination>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
20 </action>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
21 </actions>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
22 <!-- Download the binaries for RNAshapes compatible with 32-bit Linux (i686). -->
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
23 <actions os="linux" architecture="i686">
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
24 <action type="download_by_url">http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1383039480_10830/RNAshapes-2.1.6-i386-linux.tar.gz</action>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
25 <action type="move_file">
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
26 <source>RNAshapes</source>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
27 <destination>$INSTALL_DIR/bin/</destination>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
28 </action>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
29 </actions>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
30 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. -->
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
31 <actions>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
32 <action type="download_by_url">http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1383039313_10782/RNAshapes-2.1.6.tar.gz</action>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
33 <action type="autoconf" />
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
34 </actions>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
35 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
36 <action type="set_environment">
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
37 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
38 </action>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
39 </actions_group>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
40 </install>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
41 <readme>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
42 Downloads the precompiled 32bit Linux, or Mac OS X RNAshapes
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
43 binaries, which is faster than performing a local compliation,
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
44 avoids any issues with build dependencies, and is more reproducible between
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
45 installations as there is no variability from the compiler or library versions.
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
46
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
47 RNA shape abstraction maps structures to a tree-like domain of shapes, retaining adjacency and nesting of structural features,
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
48 but disregarding helix lengths. Shape abstraction integrates well with dynamic programming algorithms,
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
49 and hence it can be applied during structure prediction rather than afterwards.
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
50 This avoids exponential explosion and can still give us a non-heuristic and complete account of properties of the molecule's folding space.
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
51
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
52 RNAshapes offers three powerful RNA analysis tools in one single software package:
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
53
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
54 - Computation of a small set of representative structures of different shapes, complete in a well-defined sense.
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
55 - Computation of accumulated shape probabilities.
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
56 - Comparative prediction of consensus structures, as an alternative to the over-expensive Sankoff Algorithm.
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
57
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
58
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
59 For more details, see:
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
60 http://bibiserv.techfak.uni-bielefeld.de/rnashapes/
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
61 </readme>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
62 </package>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
63 </tool_dependency>
e9a43f76591a Uploaded
rnateam
parents:
diff changeset
64