Mercurial > repos > lecorguille > xcms_fillpeaks
comparison xcms.r @ 26:4db7afa8284d draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 5583baab62c0f17cabbfe93ba4f2522e8df9b36b
| author | lecorguille |
|---|---|
| date | Thu, 30 Mar 2017 08:35:34 -0400 |
| parents | 7a01dfc8be41 |
| children | f6d3e6be4ea3 |
comparison
equal
deleted
inserted
replaced
| 25:9ca8133a2b9f | 26:4db7afa8284d |
|---|---|
| 99 bicspdf = listArguments[["bicspdf"]]; listArguments[["bicspdf"]]=NULL | 99 bicspdf = listArguments[["bicspdf"]]; listArguments[["bicspdf"]]=NULL |
| 100 } | 100 } |
| 101 | 101 |
| 102 | 102 |
| 103 if (thefunction %in% c("xcmsSet","retcor","fillPeaks")) { | 103 if (thefunction %in% c("xcmsSet","retcor","fillPeaks")) { |
| 104 rawFilePath = getRawfilePathFromArguments(listArguments) | 104 if (!exists("singlefile")) singlefile=NULL |
| 105 if (!exists("zipfile")) zipfile=NULL | |
| 106 rawFilePath = getRawfilePathFromArguments(singlefile, zipfile, listArguments) | |
| 105 zipfile = rawFilePath$zipfile | 107 zipfile = rawFilePath$zipfile |
| 106 singlefile = rawFilePath$singlefile | 108 singlefile = rawFilePath$singlefile |
| 107 listArguments = rawFilePath$listArguments | 109 listArguments = rawFilePath$listArguments |
| 108 directory = retrieveRawfileInTheWorkingDirectory(singlefile, zipfile) | 110 directory = retrieveRawfileInTheWorkingDirectory(singlefile, zipfile) |
| 109 md5sumList=list("origin"=getMd5sum(directory)) | 111 md5sumList=list("origin"=getMd5sum(directory)) |
