viral_seq 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5b0346834449c6a4830597469c0c8ba59cd2bea07fa06ad01a7c415da06b81f
4
- data.tar.gz: f5a8db77ad4c6c3bcb2e266d7929dbfa64bbc041b5bfd2063368b9d566065705
3
+ metadata.gz: 97c823fe653d6655cf938120d163befe805933463dfe339811e115e89f5aac3b
4
+ data.tar.gz: df185d45cae565437b54f43a1a03b44186e3295c95732effe1383a32a3c916d9
5
5
  SHA512:
6
- metadata.gz: d6272a2cd99b6e788c056f82f17b3bd2f6718ddbc8584ff2c3f044a984995d44010d9ed2299c5a2455381473e3e0f79fd2b7852aa70d27742e13edfec88a1ebd
7
- data.tar.gz: c8d755c9d463cd8eabb5401011244f48a8470071945b8a0dc75438efaa9858a2ae220fbf749923c2accb06987f99023f857d64e4678845025cad8e4f8101418c
6
+ metadata.gz: 6d8652dc6bafe65d9dd42f46aad49c5d8f4a9788760575fd28586462e3781b8c47d618e6891539f91f7c9a0a782934b9b56e24220eac834dbb8d6ca1aeca4c50
7
+ data.tar.gz: 1d36a265a5af049f563ec87bed6517d32e015c42108558e63de5fea272ebcf92f5262ff6ed96f1b2c31eb36e1a4aaa9beb00d40bf89a4f5d6ca4fe1809b1bbcb
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # viral_seq
2
2
 
3
3
  A Ruby Gem containing bioinformatics tools for processing viral NGS data.
4
+
4
5
  Specifically for Primer-ID sequencing and HIV drug resistance analysis.
5
6
 
6
7
  ## Installation
@@ -2,5 +2,5 @@
2
2
  # version info and histroy
3
3
 
4
4
  module ViralSeq
5
- VERSION = "0.3.1"
5
+ VERSION = "0.3.2"
6
6
  end
data/viral_seq.gemspec CHANGED
@@ -10,7 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["shuntai.zhou@gmail.com", "clarkmu@gmail.com"]
11
11
 
12
12
  spec.summary = %q{A Ruby Gem containing bioinformatics tools for processing viral NGS data.}
13
- spec.description = %q{Specifically for Primer-ID sequencing and HIV drug resistance analysis.}
13
+ spec.description = %q{A Ruby Gem with bioinformatics tools for processing viral NGS data.
14
+ Specifically for Primer-ID sequencing and HIV drug resistance analysis.}
14
15
  spec.homepage = "https://github.com/ViralSeq/viral_seq"
15
16
  spec.license = "MIT"
16
17
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viral_seq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shuntai Zhou
@@ -67,7 +67,9 @@ dependencies:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0.4'
70
- description: Specifically for Primer-ID sequencing and HIV drug resistance analysis.
70
+ description: |-
71
+ A Ruby Gem with bioinformatics tools for processing viral NGS data.
72
+ Specifically for Primer-ID sequencing and HIV drug resistance analysis.
71
73
  email:
72
74
  - shuntai.zhou@gmail.com
73
75
  - clarkmu@gmail.com