Mercurial > repos > mmonsoor > camera_combinexsannos
diff CAMERA.r @ 13:97e2c754e81f draft
planemo upload commit 00bda51a5454373957a0b75024d9fc4282743c4d
| author | lecorguille |
|---|---|
| date | Thu, 30 Mar 2017 09:02:43 -0400 |
| parents | ddce949e4b35 |
| children | 018f73a9e98e |
line wrap: on
line diff
--- a/CAMERA.r Tue Mar 28 10:51:55 2017 -0400 +++ b/CAMERA.r Thu Mar 30 09:02:43 2017 -0400 @@ -100,7 +100,9 @@ # We unzip automatically the chromatograms from the zip files. if (thefunction %in% c("annotatediff")) { - rawFilePath = getRawfilePathFromArguments(listArguments) + if (!exists("zipfile")) zipfile=NULL + if (!exists("singlefile")) singlefile=NULL + rawFilePath = getRawfilePathFromArguments(singlefile, zipfile, listArguments) zipfile = rawFilePath$zipfile singlefile = rawFilePath$singlefile listArguments = rawFilePath$listArguments
