mutations_caller_pipeline 0.0.5 → 0.0.6

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.
Files changed (2) hide show
  1. data/bin/mutations_caller_pipeline +2 -2
  2. metadata +1 -1
@@ -2,7 +2,7 @@
2
2
  require 'mutations_caller_pipeline'
3
3
  require 'optparse'
4
4
  require 'rubygems'
5
- require 'YAML'
5
+ require 'yaml'
6
6
 
7
7
  usage =<<EOF
8
8
  _________________________________________________________________________________________________
@@ -139,4 +139,4 @@ GatkCaller.recalibrate_bam(log_file, options[:gatk], options[:index_fa], options
139
139
  GatkCaller.table_calibration(log_file, options[:gatk], options[:index_fa], realigned_bam, recal_bam, recal_file)
140
140
 
141
141
  # GATK: finding mutations
142
- GatkCaller.call(log_file, options[:gatk], options[:index_fa], recal_bam, options[:vcf])
142
+ GatkCaller.call(log_file, options[:gatk], options[:index_fa], recal_bam, options[:vcf])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mutations_caller_pipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: