Actions
Feature #662
closedPass all command line results from "Just Show Command" to a common function
Status:
Closed
Priority:
Normal
Assignee:
Amber Herold
Category:
Web interface
Target version:
Start date:
06/15/2010
Due date:
% Done:
100%
Estimated time:
Description
Pass all command line results from "Just Show Command" to a common function. This will allow better control and use of Christopher's appion
script
Updated by Neil Voss over 14 years ago
I've created an incredibly simple function to show the command or submit it to Appion.
// submit command $errors = showOrSubmitCommand($command, $headinfo, 'partalign', $nproc); // if error display them if ($errors) createMaxLikeAlignForm($errors); exit;
Updated by Neil Voss over 14 years ago
I added --expId and --jobtype to python for improved job submission info.
Updated by Neil Voss over 14 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Neil Voss to Eric Hou
Updated by Eric Hou over 14 years ago
- Status changed from In Code Review to In Test
- Assignee changed from Eric Hou to Amber Herold
- % Done changed from 0 to 100
Looks ok to me. The only thing I will change is not using if statement but switch statement.
Thanks.
Eric
Updated by Amber Herold about 14 years ago
- Status changed from In Test to Closed
Actions