bio-fastqc 0.9.1 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/bio/fastqc/semantics.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12d6e03d6320336fc1043caf42d7c417a4d2dd11
|
4
|
+
data.tar.gz: 8a8f34b57146734b7d8d009285c2013f982e596b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1e457534c367acb5fe50dab6f35ee0d9bdb797f88acfdd37fda1655f1d78d40b70b1d1fc85363b39e6177aa063af29d8c23262e5d3c091c9efd63c58f12af49
|
7
|
+
data.tar.gz: 73ab2ad41a823dda86d1cc0744261908fa2ba0aded219e13da03c2f83936393efa2c80ddf49ca578e5b288c10b26846eb0e12d979225214f1a534e066e77639a
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.10.0
|
data/lib/bio/fastqc/semantics.rb
CHANGED
@@ -32,8 +32,8 @@ module Bio
|
|
32
32
|
"dcterms" => "http://purl.org/dc/terms/",
|
33
33
|
"pav" => "http://purl.org/pav/",
|
34
34
|
"foaf" => "http://xmlns.com/foaf/0.1/",
|
35
|
-
"sos" => "http://purl.jp/bio/
|
36
|
-
"quanto" => "http://purl.jp/bio/
|
35
|
+
"sos" => "http://purl.jp/bio/10/quanto/ontology/sos#",
|
36
|
+
"quanto" => "http://purl.jp/bio/10/quanto/resource/",
|
37
37
|
"sio" => "http://semanticscience.org/resource/",
|
38
38
|
"xsd" => "http://www.w3.org/2001/XMLSchema#",
|
39
39
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bio-fastqc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tazro Inutano Ohta
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|
@@ -252,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
252
252
|
version: '0'
|
253
253
|
requirements: []
|
254
254
|
rubyforge_project:
|
255
|
-
rubygems_version: 2.
|
255
|
+
rubygems_version: 2.6.12
|
256
256
|
signing_key:
|
257
257
|
specification_version: 4
|
258
258
|
summary: ruby parser for FastQC output
|