diff templateLibrary.py @ 1:ab806d671e22 draft

planemo upload commit d09b58f291738a8b6c646eae5bb4c4bcea37f360
author anmoljh
date Wed, 14 Jun 2017 06:52:15 -0400
parents c3cbddd52970
children
line wrap: on
line diff
--- a/templateLibrary.py	Mon Jun 12 09:34:28 2017 -0400
+++ b/templateLibrary.py	Wed Jun 14 06:52:15 2017 -0400
@@ -1255,8 +1255,8 @@
 ## change this to the name of modName....
 Fit <- modelFit
 if(exists('ppInfo') && !is.null(ppInfo)){
-save(Fit,ppInfo,file="$METHOD-Fit.RData")
-} else {save(Fit,file="$METHOD-Fit.RData")}
+save(Fit,ppInfo,cm,file="$METHOD-Fit.RData")
+} else {save(Fit,cm,file="$METHOD-Fit.RData")}
 
 @
 The model was built using $METHOD and is saved as $METHOD Model for reuse. This contains the variable Fit.