Feature #662
closed
Pass all command line results from "Just Show Command" to a common function
Added by Neil Voss over 14 years ago.
Updated about 14 years ago.
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
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;
I added --expId and --jobtype to python for improved job submission info.
- Status changed from Assigned to In Code Review
- Assignee changed from Neil Voss to Eric Hou
- 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
- Status changed from In Test to Closed
Also available in: Atom
PDF