https://github.com/genome/genome
Revision dbdc090b8c14d438f7345bbf452a93d42db27381 authored by dmorton on 28 May 2015, 22:32:28 UTC, committed by dmorton on 28 May 2015, 22:32:28 UTC
These attributes:
    - lsf_project
    - lsf_queue
    - lsf_resource

were only being found (if they existed) on the Command class itself.
Therefore when you read in a workflow, and it had specified any of these
values, they were ignored.

The hash EXPECTED_ATTRIBUTES was changed to a method so we could move the
functionality for finding these attributes in the xml up into the base
class.
1 parent 849cc9f
History
Tip revision: dbdc090b8c14d438f7345bbf452a93d42db27381 authored by dmorton on 28 May 2015, 22:32:28 UTC
Get operationtype attributes from the xml
Tip revision: dbdc090

README

back to top