Mercurial > repos > kkonganti > cfsan_centriflaken
comparison 0.4.0/LICENSE.md @ 101:ce6d9548fe89
"planemo upload"
author | kkonganti |
---|---|
date | Thu, 04 Aug 2022 10:45:55 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
100:9d9537c907bd | 101:ce6d9548fe89 |
---|---|
1 # CPIPES (CFSAN PIPELINES) | |
2 | |
3 ## The modular pipeline repository at CFSAN, FDA | |
4 | |
5 **CPIPES** (CFSAN PIPELINES) is a collection of modular pipelines based on **NEXTFLOW**, | |
6 mostly for bioinformatics data analysis at **CFSAN, FDA.** | |
7 | |
8 --- | |
9 | |
10 ### **LICENSES** | |
11 | |
12 \ | |
13 | |
14 | |
15 **CPIPES** is licensed under: | |
16 | |
17 ```text | |
18 MIT License | |
19 | |
20 In the U.S.A. Public Domain; elsewhere Copyright (c) 2022 U.S. Food and Drug Administration | |
21 | |
22 Permission is hereby granted, free of charge, to any person obtaining a copy | |
23 of this software and associated documentation files (the "Software"), to deal | |
24 in the Software without restriction, including without limitation the rights | |
25 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
26 copies of the Software, and to permit persons to whom the Software is | |
27 furnished to do so, subject to the following conditions: | |
28 | |
29 The above copyright notice and this permission notice shall be included in all | |
30 copies or substantial portions of the Software. | |
31 | |
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
33 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
34 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
35 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
36 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
37 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
38 SOFTWARE. | |
39 ``` | |
40 | |
41 \ | |
42 | |
43 | |
44 Portions of **CPIPES** are built on modified versions of many tools, scripts and libraries from [nf-core/modules](https://github.com/nf-core/modules) and [nf-core/rnaseq](https://github.com/nf-core/rna-seq) which are originally licensed under: | |
45 | |
46 ```text | |
47 MIT License | |
48 | |
49 Copyright (c) Philip Ewels | |
50 Copyright (c) Phil Ewels, Rickard Hammarén | |
51 | |
52 Permission is hereby granted, free of charge, to any person obtaining a copy | |
53 of this software and associated documentation files (the "Software"), to deal | |
54 in the Software without restriction, including without limitation the rights | |
55 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
56 copies of the Software, and to permit persons to whom the Software is | |
57 furnished to do so, subject to the following conditions: | |
58 | |
59 The above copyright notice and this permission notice shall be included in all | |
60 copies or substantial portions of the Software. | |
61 | |
62 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
63 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
64 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
65 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
66 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
67 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
68 SOFTWARE. | |
69 ``` | |
70 | |
71 \ | |
72 | |
73 | |
74 The **MultiQC** report, in addition uses [DataTables](https://datatables.net), which is licensed under: | |
75 | |
76 ```text | |
77 MIT License | |
78 | |
79 Copyright (C) 2008-2022, SpryMedia Ltd. | |
80 | |
81 Permission is hereby granted, free of charge, to any person obtaining a copy | |
82 of this software and associated documentation files (the "Software"), to deal | |
83 in the Software without restriction, including without limitation the rights | |
84 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
85 copies of the Software, and to permit persons to whom the Software is | |
86 furnished to do so, subject to the following conditions: | |
87 | |
88 The above copyright notice and this permission notice shall be included in all | |
89 copies or substantial portions of the Software. | |
90 | |
91 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
92 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
93 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
94 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
95 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
96 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | |
97 SOFTWARE. | |
98 ``` |