workflow_manager 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7bfc8ab86725ea91ec1127b3747cd0a88dfdf88d
4
- data.tar.gz: d2949c18e76ee79369cf21b6448071724812508f
3
+ metadata.gz: 88f95f40f936353afb33946a4b539d5a764deae5
4
+ data.tar.gz: dd04c1f835a75333a115cfd1d37695586ed88a26
5
5
  SHA512:
6
- metadata.gz: 16a58dd55438cc92db970374c99796dcb9604fb52104f27ff5a7bae2f70eb1b008fb0758a1afa0d5f04b05ff91ca47d2ad5318aeca601806df0f0a4153077dc4
7
- data.tar.gz: 2cf236c75abfd814fbf42ba54605ec8240ed89bfebc3690dbf4aeaa7406d985242cf048d1ed423997ce5d1309f1a40cbfd34a634a0605d13f35072d3df47eab7
6
+ metadata.gz: d43a9d5f7d4856a2f4d91510941a723e60073eaa6b5735e351e38d297eb6d1380faa5205cb4acd3003c2297b206e87b6a13df9566d72fab62259c30b2d28d7c5
7
+ data.tar.gz: e08720305b65b8bef18f73310fc51467f9aadea21d09a5766b4c58f2d8e13222bc9dc042ea7ff4cf7c685687510a838e3de30abc7edcf07deaf7970f3fd0d230
@@ -191,7 +191,7 @@ module WorkflowManager
191
191
 
192
192
  class FGCZCourseCluster < FGCZCluster
193
193
  def copy_commands(org_dir, dest_parent_dir, now=nil)
194
- commands = ["umask 0002; cp -r #{org_dir} #{dest_parent_dir}"]
194
+ commands = ["cp -r #{org_dir} #{dest_parent_dir}"]
195
195
  end
196
196
  def delete_command(target)
197
197
  command = "rm -rf #{target}"
@@ -1,3 +1,3 @@
1
1
  module WorkflowManager
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workflow_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Functional Genomics Center Zurich