sge.get.jobid {Rsge}R Documentation

Returns the jobid from a qsub call.

Description

This function parses the output from a qsub call and returns the job id.

Usage

sge.get.jobid(result)

Arguments

result Resulting output from qsub call

Details

This function parses the output from a qsub call and returns the job id.

Value

integer id of job.

Author(s)

Dan Bode


[Package Rsge version 0.6.1 Index]