Project

General

Profile

Wrapper Testing » History » Revision 21

Revision 20 (Amber Herold, 02/25/2011 05:03 PM) → Revision 21/63 (Amber Herold, 02/28/2011 02:06 PM)

h1. Wrapper Testing 

 Issue #828 

 The following files contain a call to showOrSubmitCommand() or submitAppionJob(). These function calls need to be executed to verify the following: 

 1. Commands using showOrSubmitCommand should pre-pend the Appion Wrapper Path defined in the config file when both Show Command and Run Command are selected by the user. 
 2. Commands using submitAppionJob should pre-pend the path when Run Command is selected. 
 3. Commands using submitAppionJob should NOT pre-pend the path when Just Show Command is selected. In this case, the user will need to manually modify the command prior to executing it to include the wrapper path.  

 Appion wrapper path should look like: *"/opt/myamisnap/bin/appion prepFrealign.py --stackid=1337 --modelid=22 ..."* 

 To get to the trunk installation: http://cronus3.scripps.edu/betamyamiweb/ 


 |_.Filename|_.uses new showOrSubmitCommand()|_.uses old submitAppionJob()|_.Show Command (pass/fail)|_.Submit Command (pass/fail)| 
 |alignSubStack.php|X||pass|| 
 |applyJunkCutoff.php|X|||| 
 |bootstrappedAngularReconstitution.php|X|||| 
 |centerStack.php|X|||| 
 |coranSubStack.php|X|||| 
 |createmodel.php|X|||| 
 |createSyntheticDataset.php|X|||| 
 |emdb2density.php|X|||| 
 |imagicMSA.php|X||pass|pass| 
 |jumpSubStack.php|X|||| 
 |makegoodavg.php|X|||| 
 |multiReferenceAlignment.php|X|||| 
 |pdb2density.php|X|||| 
 |postproc.php|X||FAIL (adding "appionlib" to Appion_Lib_Dir var in wrapper fixes this|FAIL (same issue)| 
 |prepareFrealign.php|X||pass|pass| 
 |runAppionScript.php.template|X|||| 
 |runMaskMaker.php|X||pass|pass| 
 |runMaxLikeAlign.php|X||pass|pass| 
 |sortJunk.php|X|||| 
 |subStack.php|X||pass|| 
 |uploadFrealign.php|X|||| 
 |uploadmodel.php|X|||| 
 |uploadParticles.php|X|||| 
 |uploadrecon.php|X||pass|pass| 
 |uploadstack.php|X|||| 
 |uploadtemplate.php|X|||| 
 |uploadTemplateStack.php|X|||| 
 |uploadtomo.php|X||pass|| 
 |uploadXmippRecon.php|X|||| 
 |imagic3d0.php||X||| 
 |imagic3dRefine.php||X||| 
 |manualMaskMaker.php||X|pass|n/a| 
 |runAce2.php|r15424|||| 
 |runAffinityProp.php||X||| 
 |runClusterCoran.php||X|pass|| 
 |runCombineStacks.php||X||| 
 |runCoranClassify.php||X|pass|| 
 |runCtfEstimate.php|r15431|||| |runCtfEstimate.php||X||| 
 |runDogPicker.php|r15423||pass|pass| 
 |runEdIterAlignment.php||X||| 
 |runEmanRefine2d.php||X||| 
 |runImgRejector.php||X||| 
 |runJpgMaker.php||X||| 
 |runKerDenSom.php||X|pass|| 
 |runLoopAgain.php||X||| 
 |runMakeStack2.php||X|pass|pass| 
 |runOtrVolume.php||X||| 
 |runPyAce.php||X||| 
 |runRctVolume.php||X||| 
 |runRefBasedAlignment.php||X||| 
 |runRefBasedMaxlikeAlign.php||X||| 
 |runRotKerDenSom.php||X||| 
 |runSignature.php||X||| 
 |runSpiderNoRefAlignment.php||X||| 
 |runStackIntoPicks.php||X||| 
 |runSubTomogram.php||X|pass|| 
 |runTemplateCorrelator.php||X||| 
 |runTiltAligner.php||X||| 
 |runTiltAutoAligner.php||X||| 
 |runTomoAligner.php|r15275||pass|| 
 |runTomoAverage.php||X|pass|| 
 |runTomoMaker.php||X|pass|| 
 |runTopolAlign.php||X||| 
 |runUploadMaxLike.php||X|pass|pass| 
 |uploadimage.php|X||pass|pass if from expt;fail if from project (disabled, see #864)|