sushi_fabric 0.5.3 → 0.5.4

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 = '20160303-091811'
3
+ # Version = '20160303-093810'
4
4
 
5
5
  require 'csv'
6
6
  require 'fileutils'
@@ -351,9 +351,9 @@ class SushiApp
351
351
  end
352
352
  def job_header
353
353
  @scratch_dir = if @params['process_mode'] == 'SAMPLE'
354
- @scratch_result_dir + "_" + @dataset['Name'] + "_temp"
354
+ @scratch_result_dir + "_" + @dataset['Name'] + '_temp$$'
355
355
  else
356
- @scratch_result_dir + "_temp"
356
+ @scratch_result_dir + '_temp$$'
357
357
  end
358
358
  @out.print <<-EOF
359
359
  #!/bin/bash
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
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.5.3
5
+ version: 0.5.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Functional Genomics Center Zurich