Mercurial > repos > jdv > nanopore_qc
changeset 7:30d073976339 draft
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/nanopore_qc commit b681bc994c17eb0fe72b73c50ce439deee17dd3b-dirty
author | jdv |
---|---|
date | Fri, 23 Aug 2019 17:33:51 -0400 |
parents | 0cf41189f086 |
children | 5ae2369e2175 |
files | LICENSE README.html README.md |
diffstat | 3 files changed, 24 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- /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.
--- 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 @@ -<h1 id="quality-control-for-nanopore-sequencing-data">Quality control for nanopore sequencing data</h1> -<p><code>NanoporeQC</code> 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.</p> -<h2 id="attributions">Attributions</h2> -<p><code>NanoporeQC</code> was originally forked from the <code>minion_qc</code> codebase (<a href="https://github.com/roblanf/minion_qc" class="uri">https://github.com/roblanf/minion_qc</a>)</p>
--- a/README.md Sun Aug 12 13:21:30 2018 -0400 +++ b/README.md Fri Aug 23 17:33:51 2019 -0400 @@ -1,8 +1,8 @@ # Quality control for nanopore sequencing data `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. +sequencers. It utilizes the summary table produced by Albacore or Guppy to +generate QC statistics and plots. ## Attributions