cagnut_gatk 0.3.1 → 0.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e22921215bf8e2c796cce60d9997c129e3da405
4
- data.tar.gz: 02146822c42bf51b0f001d6cbefe53603d83bf8c
3
+ metadata.gz: c7ab9f60b4f7747dbee3063e16aa4a60e49a63f4
4
+ data.tar.gz: bffcaca89c7d849fc68c36a10f9d6e4b30787556
5
5
  SHA512:
6
- metadata.gz: f8a6ba060d68bd9cdcc714b19e34bc6ac498c2f26be04c1e7dae14d5c85bbfcacc3e6460fc23a62a3313d7d0d4c8fd4d411ce4478d263f410361de25c55fcc63
7
- data.tar.gz: 4b3258c03b7db660673f5e510002e42c3078727c892886036674b77a486b5a1e9a876bcaf68ec33ce7e0a943232a81a2be6f86332810375a7e07e6c2b29300a0
6
+ metadata.gz: 8bbdd6b7d3473587f558b9b00bc7d468506c081b0110dc301a7216b7090f877426c73a1939b0efe8fde0ea155bf0b93cb901cfbb671264e6d7ad61a4e200815c
7
+ data.tar.gz: 895f0a9176e58f8e178e30edc0956fe6399c236c7c82eb4859c6cb1889cd294874081c8ebe1871ac20f279892e28712d7cbb898bbf0a4adfcf002dedae4e2d8b
data/lib/cagnut_gatk.rb CHANGED
@@ -12,5 +12,6 @@ module CagnutGatk
12
12
  end
13
13
 
14
14
  require 'cagnut_gatk/configuration'
15
+ require 'cagnut_gatk/check_tools'
15
16
  require 'cagnut_gatk/base'
16
17
  require 'cagnut_gatk/util'
@@ -1,6 +1,6 @@
1
1
  module CagnutGatk
2
2
  module CheckTools
3
- def check_tool tools_path
3
+ def check_tool tools_path, refs=nil
4
4
  super if defined?(super)
5
5
  check_gatk tools_path['gatk'] if @java
6
6
  end
@@ -1,3 +1,3 @@
1
1
  module CagnutGatk
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cagnut_gatk
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
  - Shi-Gang Wang