kkonganti@1: # CPIPES (CFSAN PIPELINES) kkonganti@1: kkonganti@1: ## The modular pipeline repository at CFSAN, FDA kkonganti@1: kkonganti@1: **CPIPES** (CFSAN PIPELINES) is a collection of modular pipelines based on **NEXTFLOW**, kkonganti@1: mostly for bioinformatics data analysis at **CFSAN, FDA.** kkonganti@1: kkonganti@1: --- kkonganti@1: kkonganti@1: ### **LICENSES** kkonganti@1: kkonganti@1: \ kkonganti@1:   kkonganti@1: kkonganti@1: **CPIPES** is licensed under: kkonganti@1: kkonganti@1: ```text kkonganti@1: MIT License kkonganti@1: kkonganti@1: In the U.S.A. Public Domain; elsewhere Copyright (C) 2022 Center for Food Safety and Nutrition (CFSAN) kkonganti@1: kkonganti@1: Permission is hereby granted, free of charge, to any person obtaining a copy kkonganti@1: of this software and associated documentation files (the "Software"), to deal kkonganti@1: in the Software without restriction, including without limitation the rights kkonganti@1: to use, copy, modify, merge, publish, distribute, sublicense, and/or sell kkonganti@1: copies of the Software, and to permit persons to whom the Software is kkonganti@1: furnished to do so, subject to the following conditions: kkonganti@1: kkonganti@1: The above copyright notice and this permission notice shall be included in all kkonganti@1: copies or substantial portions of the Software. kkonganti@1: kkonganti@1: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR kkonganti@1: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, kkonganti@1: FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE kkonganti@1: AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER kkonganti@1: LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, kkonganti@1: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE kkonganti@1: SOFTWARE. kkonganti@1: ``` kkonganti@1: kkonganti@1: \ kkonganti@1:   kkonganti@1: kkonganti@1: Major portions of **CPIPES** are built on modified versions of many modules, scripts and libraries from [nf-core/modules](https://github.com/nf-core/modules) and [nf-core/rnaseq](https://github.com/nf-core/rnaseq) which are originally licensed under: kkonganti@1: kkonganti@1: ```text kkonganti@1: MIT License kkonganti@1: kkonganti@1: Copyright (c) Philip Ewels kkonganti@1: Copyright (c) Phil Ewels, Rickard Hammarén kkonganti@1: kkonganti@1: Permission is hereby granted, free of charge, to any person obtaining a copy kkonganti@1: of this software and associated documentation files (the "Software"), to deal kkonganti@1: in the Software without restriction, including without limitation the rights kkonganti@1: to use, copy, modify, merge, publish, distribute, sublicense, and/or sell kkonganti@1: copies of the Software, and to permit persons to whom the Software is kkonganti@1: furnished to do so, subject to the following conditions: kkonganti@1: kkonganti@1: The above copyright notice and this permission notice shall be included in all kkonganti@1: copies or substantial portions of the Software. kkonganti@1: kkonganti@1: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR kkonganti@1: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, kkonganti@1: FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE kkonganti@1: AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER kkonganti@1: LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, kkonganti@1: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE kkonganti@1: SOFTWARE. kkonganti@1: ``` kkonganti@1: kkonganti@1: \ kkonganti@1:   kkonganti@1: kkonganti@1: The **MultiQC** report, in addition uses [DataTables](https://datatables.net), which is licensed under: kkonganti@1: kkonganti@1: ```text kkonganti@1: MIT License kkonganti@1: kkonganti@1: Copyright (C) 2008-2022, SpryMedia Ltd. kkonganti@1: kkonganti@1: Permission is hereby granted, free of charge, to any person obtaining a copy kkonganti@1: of this software and associated documentation files (the "Software"), to deal kkonganti@1: in the Software without restriction, including without limitation the rights kkonganti@1: to use, copy, modify, merge, publish, distribute, sublicense, and/or sell kkonganti@1: copies of the Software, and to permit persons to whom the Software is kkonganti@1: furnished to do so, subject to the following conditions: kkonganti@1: kkonganti@1: The above copyright notice and this permission notice shall be included in all kkonganti@1: copies or substantial portions of the Software. kkonganti@1: kkonganti@1: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR kkonganti@1: IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, kkonganti@1: FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE kkonganti@1: AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER kkonganti@1: LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, kkonganti@1: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE kkonganti@1: SOFTWARE. kkonganti@1: ``` kkonganti@1: kkonganti@1: \ kkonganti@1:   kkonganti@1: kkonganti@1: The **NCBI datasets** is licensed under Public Domain. kkonganti@1: kkonganti@1: ```text kkonganti@1: # Public Domain notice kkonganti@1: kkonganti@1: National Center for Biotechnology Information kkonganti@1: kkonganti@1: This software is a "United States Government Work" under the terms of the kkonganti@1: United States Copyright Act. It was written as part of the authors' kkonganti@1: official duties as United States Government employees and thus cannot kkonganti@1: be copyrighted. This software is freely available to the public for kkonganti@1: use. The National Library of Medicine and the U.S. Government have not kkonganti@1: placed any restriction on its use or reproduction. kkonganti@1: kkonganti@1: Although all reasonable efforts have been taken to ensure the accuracy kkonganti@1: and reliability of the software and data, the NLM and the U.S. kkonganti@1: Government do not and cannot warrant the performance or results that kkonganti@1: may be obtained by using this software or data. The NLM and the U.S. kkonganti@1: Government disclaim all warranties, express or implied, including kkonganti@1: warranties of performance, merchantability or fitness for any kkonganti@1: particular purpose. kkonganti@1: kkonganti@1: Please cite NCBI in any work or product based on this material. kkonganti@1: ```