Project

General

Profile

Actions

Feature #828

closed

Add Appion Wrapper to commands - show and run

Added by Amber Herold over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
High
Category:
-
Target version:
Start date:
08/19/2010
Due date:
% Done:

0%

Estimated time:

Description

The flags for the appion wrapper were added in #661. Now we need to use the flags in the code that shows commands for copy and paste as well as where commands are run.


Related issues 2 (0 open2 closed)

Related to Appion - Feature #692: Implement showOrSubmitCommand() for as many Appion functions as possibleClosed06/21/2010

Actions
Related to Appion - Feature #661: Add use_appion wrapper and path to appion wrapper to config.phpClosedChristopher Irving06/15/2010

Actions
Actions #1

Updated by Amber Herold over 13 years ago

r14691 Adds the Appion Wrapper flag to justShowCommandTable() and submitAppionJob().
This will prepend the path to the appion wrapper, in AMI's case this is /opt/myamisnap/bin/appion. So commands will look something like "/opt/myamisnap/bin/appion prepFrealign.py --stackid=1337 --modelid=22 ..." when the Appion Wrapper is enabled. For Just show command to have the wrapper, the code associated with the command must be refactored to use the new function showOrSubmitCommand() created in #692. Many commands have not yeat had these changes made, so the wrapper path will be prepended to Run commands but not to Just Show Commands.

To test:
  1. make sure the appion wrapper flag is flase in config.php
  2. Run a function that does not use the wrapper, like dog picking.
  3. Confirm that both just show command and Run Command do not prepend the wrapper path and are correctly formatted commands.
  4. Repeat this with a function that does use the wrapper, like prepare frealign.
  5. Now change config.php to use the wrapper.
  6. Repeat the above tests and notice that Just show command for dog picking should not have the wrapper path prepended, but all the others should have it.

SEE TEST MATRIX: Wrapper Testing

Actions #2

Updated by Eric Hou over 13 years ago

  • Status changed from In Code Review to In Test
  • Assignee changed from Eric Hou to Dmitry Lyumkis

code looks ok.

Eric

Actions #3

Updated by Amber Herold over 13 years ago

  • Status changed from In Test to Assigned
  • Assignee changed from Dmitry Lyumkis to Amber Herold

I just tested dog picking with run command and it did not prepend the path as expected. I'm going to take another look at it.

Actions #4

Updated by Amber Herold over 13 years ago

All is Ok.
Since the path to the wrapper is added in the submitAppionJob() function, and because Dog Picking is not using the new showOrSubmitCommand() function, the executed command is being displayed from runDogPicker.php with no knowlede of the fact that the path has been added. To verify that the correct command is being executed, you can set $showDebug = true; in myamiweb/inc/ssh.inc and see the executed command in its full glory...that is if you are testing with your own sandbox.

SO, for testing, here is a link to a test matrix to track which files have been tested:

Wrapper Testing

Actions #5

Updated by Amber Herold over 13 years ago

  • Status changed from Assigned to In Test
  • Assignee changed from Amber Herold to Dmitry Lyumkis
Actions #6

Updated by Dmitry Lyumkis over 13 years ago

  • Status changed from In Test to Closed

tested according to procedure:

imagicMSA.php and runMaxLikeAlign.php (which use the new function) prepend the wrapper when set "true" and do not when set to "false."

runUploadMaxLike.php (which uses old function) prepend the wrapper when set to "true" and when submitting from webpage, but does not display the prepended wrapper when clicking on "just show command." ... This is confusing, but it works. It does not prepend the wrapper when set to "false."

Actions

Also available in: Atom PDF