mutations_caller_pipeline_aws 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -92,11 +92,11 @@ optparse = OptionParser.new do |opts|
92
92
  end
93
93
 
94
94
  opts.on("-p","--cluster ", "On compute cluster (none AWS)" ) do |i|
95
- options[:cluster] = true
95
+ options[:cluster] = true if i
96
96
  end
97
97
 
98
98
  opts.on("-o","--coverage ", "GATK Coverage summary" ) do |i|
99
- options[:coverage] = true
99
+ options[:coverage] = true if i
100
100
  end
101
101
 
102
102
  opts.on_tail("-h", "--help", "Show this message") do
@@ -240,6 +240,7 @@ if options[:coverage]
240
240
  options[:gatk],
241
241
  options[:index_fa],
242
242
  recal_bam,
243
+ outfile_prefix,
243
244
  job_prefix,
244
245
  options[:account],
245
246
  options[:debug])
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mutations_caller_pipeline_aws
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 13
10
- version: 0.0.13
9
+ - 14
10
+ version: 0.0.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kaharina Hayer