bio-cgranges 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/bio/cgranges/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8994f59d1b67dd6aedd82baea6a0f844788e37d05cb3d461a838eb225f74d04
|
4
|
+
data.tar.gz: 764537c8f8227f05fbe4e7641da56aa539759f39937db6c8a28aac0caaf69ff9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bab3e61e0f9d7da8a59e5d521db8638db8d47270d3ced8b7b3a39171c4179e16ca1cf9154cd975d8625a7e41a3bcefe6d71cbe06bcad7ff5670c75c5d044ac42
|
7
|
+
data.tar.gz: b641fa455ac81b6bcbf8962ff0cf56af57a211bbfeeedcd41c8283917cf3ad123d176584b98e50a36cbd1d930a36377a202ad6e2a0416d2a019f0a298b15ebef
|
data/README.md
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
[![test](https://github.com/kojix2/bio-cgranges/actions/workflows/ci.yml/badge.svg)](https://github.com/kojix2/bio-cgranges/actions/workflows/ci.yml)
|
5
5
|
[![docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://rubydoc.info/gems/bio-cgranges)
|
6
6
|
[![docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://kojix2.github.io/bio-cgranges/)
|
7
|
+
[![DOI](https://zenodo.org/badge/491354623.svg)](https://zenodo.org/badge/latestdoi/491354623)
|
7
8
|
|
8
9
|
Ruby bindings to [lh3/cgranges](https://github.com/lh3/cgranges).
|
9
10
|
|
data/lib/bio/cgranges/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bio-cgranges
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kojix2
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Genomic interval overlap queries
|
14
14
|
email:
|
@@ -35,7 +35,7 @@ homepage: https://github.com/kojix2/bio-cgranges
|
|
35
35
|
licenses:
|
36
36
|
- MIT
|
37
37
|
metadata: {}
|
38
|
-
post_install_message:
|
38
|
+
post_install_message:
|
39
39
|
rdoc_options: []
|
40
40
|
require_paths:
|
41
41
|
- lib
|
@@ -50,8 +50,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
50
|
- !ruby/object:Gem::Version
|
51
51
|
version: '0'
|
52
52
|
requirements: []
|
53
|
-
rubygems_version: 3.
|
54
|
-
signing_key:
|
53
|
+
rubygems_version: 3.4.10
|
54
|
+
signing_key:
|
55
55
|
specification_version: 4
|
56
56
|
summary: Ruby bindings for lh3/cgranges
|
57
57
|
test_files: []
|