-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change license location, license update
- Loading branch information
Showing
5 changed files
with
29 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
CRISPResso2 is made available for free to academic researchers under this limited license for non-commercial use. If you plan to use the CRISPResso2 for-profit, you will need to purchase a license. Please contact [email protected] for more information. | ||
CRISPResso2 is made available for free to academic researchers under this limited license for non-commercial use. | ||
|
||
IMPORTANT: If you plan to use the CRISPResso2 for-profit, you will need to purchase a license. Please contact [email protected] for more information. | ||
|
||
CRISPResso2 | ||
END USER LICENSE AGREEMENT | ||
|
@@ -15,11 +17,11 @@ The Software Tool is free for your use subject to the terms and conditions set f | |
|
||
MGH owns all right, title and interest in the Software Tool. MGH grants to you, the “Licensee,” a royalty-free, non-exclusive, non-transferable, revocable license to use the Software Tool for non-commercial research or academic purposes only; it is NOT made available here as a free tool or download for any commercial or clinical use. You may not copy or distribute the Software Tool in any form. This license is limited to the individual that accesses the Software Tool. No right to sublicense or assign this EULA is granted herein. | ||
|
||
The Software Tool optionally makes calls to unmodified versions of | ||
FLASh (https://ccb.jhu.edu/software/FLASH/) and | ||
The Software Tool optionally makes calls to unmodified versions of | ||
FLASh (https://ccb.jhu.edu/software/FLASH/) and | ||
Trimmomatic (http://www.usadellab.org/cms/?page=trimmomatic) software, both of which are covered under their own licenses (GPLv3). | ||
|
||
By using this Software Tool, you agree to allow MGH the right to collect data and statistics (i) on system usage patterns and (ii) to improve this Software Tool. | ||
By using this Software Tool, you agree to allow MGH the right to collect data and statistics (i) on system usage patterns and (ii) to improve this Software Tool. | ||
|
||
3. Limitations on Use. | ||
THE SOFTWARE TOOL HAS NOT BEEN REGISTERED OR APPROVED BY THE U.S. FOOD AND DRUG AGENCY, OR ANY OTHER GOVERNMENTAL AGENCY. THE SOFTWARE TOOL MAY BE USED ONLY AS A REFERENCE TOOL AND FOR CLINICAL EDUCATION, SIMILAR TO THE USE OF A TEXTBOOK OR A JOURNAL ARTICLE. THE SOFTWARE TOOL SHALL NOT BE USED AS A DIAGNOSTIC DECISION MAKING SYSTEM AND MUST NOT BE USED TO MAKE A CLINICAL DIAGNOSIS OR REPLACE OR OVERRULE A LICENSED HEALTH CARE PROFESSIONAL'S JUDGMENT OR CLINICAL DIAGNOSIS. | ||
|
@@ -38,12 +40,12 @@ In consideration of MGH providing access to the Software Tool free of charge, yo | |
7. No Other Rights. | ||
You do not have the right to use the name, trademark, service mark, logo or other identifying characteristics of MGH or any of its affiliates or employees. All rights not expressly granted herein are reserved by MGH. | ||
|
||
MGH may terminate your access to and use of the Software Tool at any time, with or without notice, for any reason or for no reason at all. | ||
MGH may terminate your access to and use of the Software Tool at any time, with or without notice, for any reason or for no reason at all. | ||
|
||
8. Governing Law. | ||
The construction and performance of this EULA will be governed by the laws of the Commonwealth of Massachusetts, without regard to conflicts of laws principles. | ||
The construction and performance of this EULA will be governed by the laws of the Commonwealth of Massachusetts, without regard to conflicts of laws principles. | ||
|
||
9. Entire Agreement. | ||
This EULA sets forth all of the covenants, provisions, agreements, conditions, and understandings between the parties regarding the subject matter herein, and there are no covenants, promises, agreements, conditions, or understandings, either oral or written, between them other than those set forth herein. | ||
|
||
Should you have any concerns regarding this EULA contact us at [email protected]. | ||
Should you have any concerns regarding this EULA contact us at [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,55 @@ | ||
package: | ||
name: crispresso2 | ||
version: "2.0.21" | ||
version: "2.0.22" | ||
|
||
build: | ||
number: 1 | ||
number: 0 | ||
skip: True # [not py27] | ||
|
||
source: | ||
git_rev: v2.0.21 | ||
git_url: https://github.com/pinellolab/CRISPResso2.git | ||
url: https://github.com/pinellolab/CRISPResso2/archive/v2.0.22.tar.gz | ||
md5: 050277864e3311b076bd92d0e4b5cd8a | ||
|
||
requirements: | ||
build: | ||
- {{ compiler('gcc') }} | ||
- python | ||
- setuptools | ||
- cython | ||
|
||
host: | ||
run: | ||
- cython>=0.25 | ||
- python | ||
- numpy >=1.10.4 | ||
- pandas >=0.16 | ||
- numpy >=1.9 | ||
- pandas >=0.15 | ||
- matplotlib >=1.3.1 | ||
- biopython >=1.6.5 | ||
- argparse | ||
- trimmomatic | ||
- flash | ||
- samtools | ||
- bowtie2 | ||
- seaborn | ||
- seaborn>=0.7.1 | ||
|
||
run: | ||
host: | ||
- cython>=0.25 | ||
- python | ||
- numpy >=1.10.4 | ||
- pandas >=0.16 | ||
- numpy >=1.9 | ||
- pandas >=0.15 | ||
- matplotlib >=1.3.1 | ||
- biopython >=1.6.5 | ||
- argparse | ||
- trimmomatic | ||
- flash | ||
- samtools | ||
- bowtie2 | ||
- seaborn | ||
- seaborn>=0.7.1 | ||
|
||
test: | ||
commands: | ||
- CRISPResso -h | ||
|
||
about: | ||
home: https://github.com/pinellolab/CRISPResso2 | ||
license: Partners | ||
license_file: LICENSE | ||
license_file: LICENSE.txt | ||
summary: "A software pipeline designed to enable rapid and intuitive interpretation of genome editing experiments" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,7 @@ def main(): | |
author_email='[email protected]', | ||
url='http://github.com/pinellolab/CRISPResso2', | ||
package_dir={'CRISPResso2' : 'CRISPResso2'}, | ||
include_package_data = True, | ||
packages=['CRISPResso2'], | ||
entry_points = { | ||
"console_scripts": ['CRISPResso = CRISPResso2.CRISPRessoCORE:main', | ||
|