CoBrALab / qbatch

The Unlicense
28 stars 13 forks source link

Incorporate pbs_jobnames into qbatch #46

Closed pipitone closed 8 years ago

pipitone commented 8 years ago

There is no need to have pbs_jobnames as a separate script. We can create a helper function inside the qbatch module for this instead. This will make it possible for people to use qbatch without having to set up their PATH to point to bin/ if they so wish.

gdevenyi commented 8 years ago

Hrm. Most definitely the case. Good call. May even want to parse the xml to find the job names directly rather than text manipulation

pipitone commented 8 years ago

It looks like it already parses XML!

gdevenyi commented 8 years ago

I mean use the xml search tools to find the job is, rather than dumping and searching afterwards :)