Nate Coraor

Results 53 comments of Nate Coraor

Ok. I'm thinking about reworking the job directory structure first and then I'll revisit this. Thanks!

@jmchilton I could really use this (and am working on a `get_status()` method for the `MessageCoexecutionPodJobClient`), what do you think this needs (besides a rebase/merge) to get out of WIP?

A conditional dependency for this should be quite simple, see [the one for pbs_python](https://github.com/galaxyproject/galaxy/blob/b8fec3ce1bb4519cb7e018dcc734dfc8b1b831dc/lib/galaxy/dependencies/__init__.py#L182). Also, like this, pbs_python is linked to the specific version of Torque, so for this you...

Moved to WIP - I forgot I wanted to add a **finishing** state.

@dannon I added a few more states. Currently **stagein** uses the same style as **submitted**, and both **stageout** and **finishing** use the same style as **running**. I am kinda ambivalent...

The latest API failure wasn't failing until my most recent commit and doesn't fail for me locally. Few of these tests I've been fixing have ever failed for me locally....

#7822 is the new issue for @qiagu's question, just for future reference.

A thought occurred to me that we should probably consider before adding all these new states: Should we really be adding these states as both dataset and job states, or...