Mercurial > repos > mmonsoor > camera_combinexsannos
diff CAMERA.r @ 11:d67f7aa847bf draft
planemo upload commit 16a3d02483140f6838d67f275e7548eb1f14226e
author | lecorguille |
---|---|
date | Mon, 13 Feb 2017 11:19:39 -0500 |
parents | 972152941964 |
children | ddce949e4b35 |
line wrap: on
line diff
--- a/CAMERA.r Mon Feb 13 10:53:04 2017 -0500 +++ b/CAMERA.r Mon Feb 13 11:19:39 2017 -0500 @@ -202,7 +202,7 @@ #saving R data in .Rdata file to save the variables used in the present tool -objects2save = c("xa","variableMetadata","diffrep","cAnnot","listOFlistArguments","zipfile") +objects2save = c("xa","variableMetadata","diffrep","cAnnot","listOFlistArguments","zipfile","singlefile") save(list=objects2save[objects2save %in% ls()], file=xsetRdataOutput) cat("\n\n")