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