comparison tool_dependencies.xml @ 0:9d157819abe5 draft default tip

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
author yhoogstrate
date Tue, 16 Jun 2015 09:14:48 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9d157819abe5
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="unafold" version="3.8">
4 <install version="1.0">
5 <actions>
6 <action type="shell_command">
7 wget http://homepages.rpi.edu/~zukerm/download/unafold-3.8.tar.gz &amp;&amp;
8 tar -zxvf unafold-3.8.tar.gz &amp;&amp;
9 cd unafold-3.8 &amp;&amp;
10 ./configure --prefix=$INSTALL_DIR &amp;&amp;
11 make &amp;&amp;
12 make install
13 </action>
14 <action type="set_environment">
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
16 <!--<environment_variable name="PATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable>-->
17 </action>
18 </actions>
19 </install>
20 <readme>
21 Downloads and installs UNAFold.
22
23 Prerequisites:
24 - perl
25 - wget
26 - tar
27 - gnu-autotools (make)
28
29
30 License
31 -------
32
33 UNAFold 3.x ACADEMIC NON-COMMERCIAL USE LICENSE AGREEMENT
34
35 1. UNAFold 3.x is the work of Drs. Nicholas R. Markham and Michael Zuker. The
36 copyright in UNAFold 3.x is owned by RENSSELAER POLYTECHNIC INSTITUTE.
37
38 2. This is a legal agreement between you, RECIPIENT, and RENSSELAER POLYTECHNIC
39 INSTITUTE. By accepting, receiving, and using UNAFold 3.x, you agree to be
40 bound by all of its terms. If you do not agree to all of the terms of this
41 Agreement, please DO NOT download the software; or, if you have already done
42 so, please delete all of the source code, documentation and compiled programs
43 associated with UNAFold 3.x.
44
45 3. UNAFold 3.x is provided to RECIPIENT as source code. RENSSELAER POLYTECHNIC
46 INSTITUTE grants to RECIPIENT a royalty free, non-exclusive, and non-
47 transferable license to compile, install, use UNAFold for internal research
48 only. RECIPIENT acknowledges that UNAFold 3.x is a research tool that is
49 provided free of charge and only provided "as is." RENSSELAER POLYTECHNIC
50 INSTITUTE, its faculty, employees, or students, or former employees who have
51 developed UNAFold 3.x, have no obligation to assist RECIPIENT in its use,
52 correction, modification, or enhancement and are without any obligation to
53 provide any updates. RECIPIENT may also offer UNAFold 3.x to the public over
54 a web server provided the program resides on a server at RECIPIENT's
55 institution and users are not able to download or modify the program.
56
57 4. The title and copyright to UNAFold 3.x and any associated programs and
58 documentation shall remain with RENSSELAER POLYTECHNIC INSTITUTE. RECIPIENT
59 agrees to preserve same. RECIPIENT agrees not to make any copies of UNAFold
60 except for use in RECIPIENT's laboratory without RENSSELAER POLYTECHNIC
61 INSTITUTE's prior written permission. Written permission can be obtained by
62 contacting Rensselaer Polytechnic Institute's Office of Technology
63 Commercialization by e-mail at burtok2@rpi.edu, or by telephone at 518-276-
64 3675. RECIPIENT agrees to place the appropriate copyright notice on any such
65 copies.
66
67 5. RECIPIENT may not modify UNAFold 3.x, except to fix minor errors, or create
68 derivative works without RENSSELAER POLYTECHNIC INSTITUTE's permission.
69 Please send all requests for modification to markhn@rpi.edu and
70 zukerm@rpi.edu. Errors and bugs that are found should be reported to Nick
71 Markham and Michael Zuker, whether or not they are corrected.
72
73 6. RECIPIENT shall not distribute UNAFold 3.x to other laboratories within
74 RECIPIENT's institution. RECIPIENT shall not transfer UNAFold 3.x to another
75 location or person outside of RECIPIENT's institution without RENSSELAER
76 POLYTECHNIC INSTITUTE's prior written permission. Please send all requests
77 for distribution to markhn@rpi.edu and zukerm@rpi.edu.
78
79 7. If RENSSELAER POLYTECHNIC INSTITUTE grants RECIPIENT permission to distribute
80 UNAFold 3.x, under Paragraph 6, RECIPIENT shall only export UNAFold 3.x or
81 any part thereof, directly or indirectly, to any country where such export or
82 reexport is authorized in full compliance with the laws of the United States
83 of America.
84
85 8. RECIPENT shall cite the following publications in any abstract, paper, or
86 presentation referencing UNAFold:
87
88 a. N. Markham &amp; M. Zuker. (2003) DINAMelt web server for nucleic acid melting
89 prediction. Nucleic Acids Res. 33:W577-W581.
90
91 9. RECIPIENT acknowledges that as UNAFold 3.x is a research tool and provided
92 free of charge, it is only provided "as is." RENSSELAER POLYTECHNIC
93 INSTITUTE, its faculty, employees, or students, have no obligation to assist
94 RECIPIENT in its use, correction, modification, or enhancement and are
95 without any obligation to provide any updates.
96
97 10. RENSSELAER POLYTECHNIC INSTITUTE MAKES NO REPRESENTATIONS AND EXTENDS NO
98 WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED. THERE ARE NO EXPRESS OR
99 IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS OF UNAFold 3.x FOR A
100 PARTICULAR PURPOSE, OR THAT THE USE OF UNAFold 3.x WILL NOT INFRINGE ANY
101 PATENT, COPYRIGHT, TRADEMARK, TRADE SECRET, OR OTHER INTELLECTUAL PROPERTY
102 RIGHTS OF ANOTHER PARTY, OR ANY OTHER EXPRESS OR IMPLIED WARRANTIES.
103 RENSSELAER POLYTECHNIC INSTITUTE WILL NOT BE LIABLE TO RECIPIENT FOR ANY
104 CLAIMS OR DAMAGES ARISING FROM YOUR RECIPIENT'S OF UNAFold 3.x, ANY CLAIM
105 FOR ANY LOSS OR INTERRUPTION OF BUSINESS, OR FOR ANY INDIRECT, SPECIAL, OR
106 CONSEQUENTIAL DAMAGES OF ANY KIND.
107 </readme>
108 </package>
109 </tool_dependency>