bio-fastqc 0.10.7 → 0.10.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3aa1e38f87a09d7211972e5ef8bde5717423b659346beca5eaea315918b64f6c
4
- data.tar.gz: f601d5b3826e32eaf6a60f528ceac58f77745201a5856d9afdc41741b8659d1f
3
+ metadata.gz: 3d6d03d17d5f768045c685f09a6b617211d340509f7332b48677291497dfee17
4
+ data.tar.gz: d9dcdbb98aa5620a0d3e0292df98939aff68213cc7741c908c4ffc4f8902d052
5
5
  SHA512:
6
- metadata.gz: c96d2295b2d1628232411749be52a90dc461619b47e2b0f43458dd8b3149071883dbd7f9c95e5c5b783708f70d31c8b3d94bd1940e1e1207365823def32ad581
7
- data.tar.gz: 5e0ba4dc8138e89819e0bb612a1ac3d5381e3a54e3b882176cc60b35043c0842e612fed929524d0177b61f4e25a7ad4c9010abd4a1f2b50fd4184eca203cc08c
6
+ metadata.gz: c727329908d8d3d3f00778f158f8132c38407c37e5ce4155aa64ad00b288f97a12db4277edc24a5ca1d27878e7f9778ae9c9e4c9432045dcac726143477696dc
7
+ data.tar.gz: 471196cc74f7c965028cc110e1ff4ef9e6dd8ea17cab1e3c447f66cf72f910ee44c00463ba4db4f7b6678d7178c4f479f4da7ee6c2a5d30ee46efedb7430168c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.7
1
+ 0.10.8
@@ -1,2 +1,2 @@
1
1
  FROM ruby:2.5.0-slim
2
- RUN gem install bio-fastqc -v 0.10.7
2
+ RUN gem install bio-fastqc -v 0.10.8
@@ -8,7 +8,7 @@ module Bio
8
8
  class CLI < Thor
9
9
  desc "parse [--format format] [--outdir output directory] [filepath, ..]", "parse fastqc data in directory or zipfile. output format: json, json-ld, turtle, or tsv"
10
10
  option :format, :default => "json"
11
- option :output, :default => nil
11
+ option :outdir, :default => nil
12
12
  def parse(*files)
13
13
  files.each do |file|
14
14
  data = Data.read(file)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-fastqc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.7
4
+ version: 0.10.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tazro Inutano Ohta