bio-liftover 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +11 -8
  2. data/VERSION +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  [![Build Status](https://secure.travis-ci.org/andreirozanski/bioruby-liftover.png)](http://travis-ci.org/andreirozanski/bioruby-liftover)
4
4
 
5
- Full description goes here
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
- bio-liftover -h --help
28
+
27
29
 
28
30
  bio-liftover
29
31
 
30
32
  Usage:
31
- bio-liftover.rb ([-v] -b <genome1> <genome2> <file>|[-v] -c <genome1> <genome2> <chromosome> <start> <end>)
32
- bio-liftover.rb -h | --help
33
- bio-liftover.rb -v | --verbose
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 Show this screen.
39
+ -h --help Show this screen.
37
40
  -v --verbose Increase information during run.
38
- -b --bed Bed file as input.
39
- -c --coord Coordinate as input i.e. hg19,hg18,chr2,55000.
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.2.0
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.2.0
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: 4009182885935079557
178
+ hash: 2278430239368089374
179
179
  required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  none: false
181
181
  requirements: