commit/galaxy-central: jmchilton: Fix typo in b267ce103960.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/45963b149ddb/ Changeset: 45963b149ddb User: jmchilton Date: 2014-06-18 00:22:55 Summary: Fix typo in b267ce103960. Affected #: 1 file diff -r b267ce1039608f0c8fbbd42f148a372871668c22 -r 45963b149ddb39de0e62617a49e0af59e7f2fc06 lib/galaxy/jobs/runners/util/job_script/CLUSTER_SLOTS_STATEMENT.sh --- a/lib/galaxy/jobs/runners/util/job_script/CLUSTER_SLOTS_STATEMENT.sh +++ b/lib/galaxy/jobs/runners/util/job_script/CLUSTER_SLOTS_STATEMENT.sh @@ -6,7 +6,7 @@ GALAXY_SLOTS="$SLURM_NTASKS" elif [ -n "$NSLOTS" ]; then GALAXY_SLOTS="$NSLOTS" -elif [ -n "$PBS_NCPUS" ] then +elif [ -n "$PBS_NCPUS" ]; then GALAXY_SLOTS="$PBS_NCPUS" elif [ -f "$PBS_NODEFILE" ]; then GALAXY_SLOTS=`wc -l < $PBS_NODEFILE` Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org