annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
1 <?xml version="1.0"?>
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
2 <tool_dependency>
9d157819abe5 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">
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
4 <install version="1.0">
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
5 <actions>
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
6 <action type="shell_command">
9d157819abe5 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;
9d157819abe5 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;
9d157819abe5 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;
9d157819abe5 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;
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
11 make &amp;&amp;
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
12 make install
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
13 </action>
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
14 <action type="set_environment">
9d157819abe5 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>
9d157819abe5 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>-->
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
17 </action>
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
18 </actions>
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
19 </install>
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
20 <readme>
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
21 Downloads and installs UNAFold.
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
22
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
23 Prerequisites:
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
24 - perl
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
25 - wget
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
26 - tar
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
27 - gnu-autotools (make)
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
28
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
29
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
30 License
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
31 -------
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
32
9d157819abe5 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
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
34
9d157819abe5 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
9d157819abe5 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.
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
37
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
43 associated with UNAFold 3.x.
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
44
9d157819abe5 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
9d157819abe5 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-
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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,
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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.
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
56
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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-
9d157819abe5 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
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
65 copies.
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
66
9d157819abe5 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
9d157819abe5 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.
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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.
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
72
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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.
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
78
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
83 of America.
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
84
9d157819abe5 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
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
86 presentation referencing UNAFold:
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
87
9d157819abe5 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
9d157819abe5 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.
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
90
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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.
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
96
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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.
9d157819abe5 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
9d157819abe5 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
9d157819abe5 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
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
106 CONSEQUENTIAL DAMAGES OF ANY KIND.
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
107 </readme>
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
108 </package>
9d157819abe5 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/unafold_galaxy_wrapper commit 9ac0b453ceb7370d9ae50bc2c26ae06c905c736b
yhoogstrate
parents:
diff changeset
109 </tool_dependency>