Class: WorkflowManager::FGCZCourseCluster
- Inherits:
-
FGCZCluster
- Object
- Cluster
- FGCZCluster
- WorkflowManager::FGCZCourseCluster
- Defined in:
- lib/workflow_manager/cluster.rb
Instance Attribute Summary
Attributes inherited from Cluster
Instance Method Summary collapse
Methods inherited from FGCZCluster
#job_ends?, #job_running?, #kill_command, #submit_job
Methods inherited from Cluster
#generate_new_job_script, #initialize, #job_ends?, #job_running?, #kill_command, #submit_job
Constructor Details
This class inherits a constructor from WorkflowManager::Cluster
Instance Method Details
#copy_commands(org_dir, dest_parent_dir) ⇒ Object
133 134 135 |
# File 'lib/workflow_manager/cluster.rb', line 133 def copy_commands(org_dir, dest_parent_dir) commands = ["cp -r #{org_dir} #{dest_parent_dir}"] end |
#delete_command(target) ⇒ Object
136 137 138 |
# File 'lib/workflow_manager/cluster.rb', line 136 def delete_command(target) command = "rm -rf #{target}" end |