# HG changeset patch # User jdv # Date 1566596031 14400 # Node ID 30d0739763395ce90c6d3a7c15796d8f5a9e0dc3 # Parent 0cf41189f086fb55f9b5b0004a73307e541b198b planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/nanopore_qc commit b681bc994c17eb0fe72b73c50ce439deee17dd3b-dirty diff -r 0cf41189f086 -r 30d073976339 LICENSE --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE Fri Aug 23 17:33:51 2019 -0400 @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2017 Rob Lanfear +Copyright (c) 2018 onwards Jeremy Volkening + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff -r 0cf41189f086 -r 30d073976339 README.html --- a/README.html Sun Aug 12 13:21:30 2018 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -
NanoporeQC
is a Galaxy tool for quality control of data from Oxford Nanopore sequencers. It utilizes the summary table produced by Albacore to generate QC statistics and plots.
NanoporeQC
was originally forked from the minion_qc
codebase (https://github.com/roblanf/minion_qc)