class WorkflowManager::FGCZCourseCluster
Public Instance Methods
copy_commands(org_dir, dest_parent_dir, now=nil)
click to toggle source
# File lib/workflow_manager/cluster.rb, line 303 def copy_commands(org_dir, dest_parent_dir, now=nil) commands = ["cp -r #{org_dir} #{dest_parent_dir}"] end
delete_command(target)
click to toggle source
# File lib/workflow_manager/cluster.rb, line 306 def delete_command(target) command = "rm -rf #{target}" end