# HG changeset patch # User anmoljh # Date 1497437535 14400 # Node ID ab806d671e220d26048583eb0fe2f7ab38856a3d # Parent c3cbddd52970311edb49463cb76b6364874029bb planemo upload commit d09b58f291738a8b6c646eae5bb4c4bcea37f360 diff -r c3cbddd52970 -r ab806d671e22 templateLibrary.py --- 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.