changeset 1:90120121398f draft default tip

planemo upload for repository https://github.com/kpbioteam/clusterProfiler_bitr commit 470dccce41afc79ef1cc7a6722b50d0c258e0f4f-dirty
author kpbioteam
date Mon, 16 Jul 2018 06:25:51 -0400
parents e7a71e686f53
children
files clusterProfiler_bitr.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/clusterProfiler_bitr.R	Mon Mar 19 14:03:04 2018 -0400
+++ b/clusterProfiler_bitr.R	Mon Jul 16 06:25:51 2018 -0400
@@ -11,4 +11,4 @@
 gene <- c(read.table(input1))
 gene.df = bitr(gene$V1, fromType=input2, toType=input3, OrgDb="org.Hs.eg.db")
 
-write.table(gene.df,file = output,row.names = FALSE)
+write.table(gene.df, file= output, quote = FALSE,col.names = FALSE, row.names = FALSE, sep = "\t")