# HG changeset patch # User lecorguille # Date 1487002761 18000 # Node ID 04e32b9a54864f9e90e7ab7e08d59f5a172981d8 # Parent f769635d55f9c8b278108a5fefeac52762cf4942 planemo upload commit 16a3d02483140f6838d67f275e7548eb1f14226e diff -r f769635d55f9 -r 04e32b9a5486 CAMERA.r --- a/CAMERA.r Mon Feb 13 10:52:46 2017 -0500 +++ b/CAMERA.r Mon Feb 13 11:19:21 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")