Utility to create srf files from a bustard directory
authorDiane Trout <diane@caltech.edu>
Thu, 14 Aug 2008 00:09:09 +0000 (00:09 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 14 Aug 2008 00:09:09 +0000 (00:09 +0000)
commite3cd2acc664670981e943bc5281e834b17b16861
treecdde0e55c8117e8d7d4130d5ada8ba8fc1f698a8
parent06c4f66bf7ec31c5351832ee102d5e4c9051260d
Utility to create srf files from a bustard directory

this version works, as long as you launch it in the bustard directory
in question. There seems to be some messiness in the interaction between
how the list of arguments passed to Popen with shell=True has any file globs
expanded.

I had to switch from passing a list of arguments to Popen to string,
and I'm still not sure if any of the code to try and change the directory
to the bustard directory actually worked correctly.

(which is why it only works when launching from the bustard directory)
gaworkflow/util/queuecommands.py
scripts/srf [new file with mode: 0644]