comparison lib.r @ 2:c4c13745e797 draft

"planemo upload commit f978cc0a7aa81c244591e560f44970f0d61bf74e"
author workflow4metabolomics
date Sat, 28 Mar 2020 10:41:07 -0400
parents ea15115a5b3f
children 4c4945bce185
comparison
equal deleted inserted replaced
1:ea15115a5b3f 2:c4c13745e797
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 ---