Skip to content

Commit

Permalink
Merge pull request #284 from pneerincx/master
Browse files Browse the repository at this point in the history
Bugfix for .../templates/slurm/submit.ftl
  • Loading branch information
RoanKanninga authored Nov 21, 2019
2 parents 7926e6c + 86db7f5 commit 1696766
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![Build Status](https://molgenis50.gcc.rug.nl/jenkins/job/molgenis-compute/badge/icon)](https://molgenis50.gcc.rug.nl/jenkins/job/molgenis-compute/)

# molgenis-compute

A workflow management framework for generating/submitting/monitoring Bash scripts on compute clusters managed by schedulers like
- [Slurm](https://slurm.schedmd.com/)
- [PBS](http://www.adaptivecomputing.com/products/open-source/torque/) (deprecated)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function cancelJobs () {

function processJob () {
local _jobName="${1}"
local _jobScript="${jobName}.sh"
local _jobScript="${_jobName}.sh"
local _submitOptions="${2:-}" # Optional.
local _dependencies="${3:-}" # Optional.
local _n=1
Expand Down

0 comments on commit 1696766

Please sign in to comment.