sushi_fabric 0.4.8 → 0.4.9

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.
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
- # Version = '20151016-160119'
3
+ # Version = '20151029-161011'
4
4
 
5
5
  require 'csv'
6
6
  require 'fileutils'
@@ -350,9 +350,9 @@ class SushiApp
350
350
  end
351
351
  def job_header
352
352
  @scratch_dir = if @params['process_mode'] == 'SAMPLE'
353
- @scratch_result_dir + "_" + @dataset['Name']
353
+ @scratch_result_dir + "_" + @dataset['Name'] + "_temp"
354
354
  else
355
- @scratch_result_dir
355
+ @scratch_result_dir + "_temp"
356
356
  end
357
357
  @out.print <<-EOF
358
358
  #!/bin/bash
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "0.4.8"
2
+ VERSION = "0.4.9"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sushi_fabric
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.8
5
+ version: 0.4.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Functional Genomics Center Zurich
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2015-10-16 00:00:00 Z
13
+ date: 2015-10-29 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler