Mercurial > repos > lecorguille > camera_annotate
comparison lib.r @ 20:b979ba5888f7 draft
"planemo upload commit 0b77855ab98a4940d58727271c28990969367f4d"
author | workflow4metabolomics |
---|---|
date | Wed, 18 Mar 2020 06:36:02 -0400 |
parents | 01459b73daf9 |
children | abf1775ac14d |
comparison
equal
deleted
inserted
replaced
19:01459b73daf9 | 20:b979ba5888f7 |
---|---|
185 write.table(diffrep, sep="\t", quote=FALSE, row.names=FALSE, file=paste("tabular/",filebase,"_tsv.tabular",sep="")) | 185 write.table(diffrep, sep="\t", quote=FALSE, row.names=FALSE, file=paste("tabular/",filebase,"_tsv.tabular",sep="")) |
186 | 186 |
187 if (args$eicmax != 0) { | 187 if (args$eicmax != 0) { |
188 if (args$png2 == "pdf") | 188 if (args$png2 == "pdf") |
189 diffreport_png2pdf(filebase) | 189 diffreport_png2pdf(filebase) |
190 if (args$png2 == "zip") | |
191 diffreport_png2zip() | |
190 } | 192 } |
191 } | 193 } |
192 } | 194 } |
193 } | 195 } |
194 if (args$png2 == "zip") | |
195 diffreport_png2zip() | |
196 if (args$tabular2 == "zip") | 196 if (args$tabular2 == "zip") |
197 diffreport_tabular2zip() | 197 diffreport_tabular2zip() |
198 } | 198 } |
199 | 199 |
200 # --- variableMetadata --- | 200 # --- variableMetadata --- |