bio-liftover 1.2.0 → 1.3.0
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.
- data/README.md +11 -8
- data/VERSION +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
[](http://travis-ci.org/andreirozanski/bioruby-liftover)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
A Ruby solution for UCSC LiftOver tool.
|
|
6
|
+
|
|
7
|
+
Suggestions and help from Pjotr Prins.
|
|
6
8
|
|
|
7
9
|
Note: this software is under active development!
|
|
8
10
|
|
|
@@ -23,20 +25,21 @@ require 'bio-liftover'
|
|
|
23
25
|
|
|
24
26
|
As bin file:
|
|
25
27
|
|
|
26
|
-
|
|
28
|
+
|
|
27
29
|
|
|
28
30
|
bio-liftover
|
|
29
31
|
|
|
30
32
|
Usage:
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
33
|
+
bio-liftover ([-v] -c <genome1> <genome2> <chromosome> <start> <end>)
|
|
34
|
+
bio-liftover ([-v] -f <chain_file> -c <genome1> <genome2> <chromosome> <start> <end>)
|
|
35
|
+
bio-liftover -h | --help
|
|
36
|
+
bio-liftover -v | --verbose
|
|
34
37
|
|
|
35
38
|
Options:
|
|
36
|
-
-h --help
|
|
39
|
+
-h --help Show this screen.
|
|
37
40
|
-v --verbose Increase information during run.
|
|
38
|
-
-
|
|
39
|
-
-
|
|
41
|
+
-c --coord Coordinate as input i.e. hg19,hg18,chr2,55000.
|
|
42
|
+
-f --file Load local chain file.
|
|
40
43
|
|
|
41
44
|
|
|
42
45
|
The API doc is online. For more code examples see the test files in
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.3.0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bio-liftover
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -175,7 +175,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
175
175
|
version: '0'
|
|
176
176
|
segments:
|
|
177
177
|
- 0
|
|
178
|
-
hash:
|
|
178
|
+
hash: 2278430239368089374
|
|
179
179
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
180
180
|
none: false
|
|
181
181
|
requirements:
|