Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Adding a new platform involves a few moving pieces.
Example, adding torque:
https://github.com/sahilseth/flowr/blob/master/inst/conf/torque.sh
https://github.com/sahilseth/flowr/blob/master/inst/conf/flowr.conf
As used in parse-jobids():
https://github.com/sahilseth/flowr/blob/master/R/parse-jobids.R
https://github.com/sahilseth/flowr/blob/master/R/parse-dependency.R
https://github.com/sahilseth/flowr/blob/master/R/class-def.R
setClass("torque", contains = "job")