changeset 2:20a1b026b798 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/data_manager_customProDB commit 141369f97aa2804d2bbfd9ed620ea2a5574994c2-dirty
author galaxyp
date Tue, 26 Jan 2016 18:46:21 -0500
parents 4c77cf5a2977
children af0a098e15bd
files data_manager/customProDB_annotation.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/customProDB_annotation.R	Mon Jan 25 18:00:15 2016 -0500
+++ b/data_manager/customProDB_annotation.R	Tue Jan 26 18:46:21 2016 -0500
@@ -59,7 +59,7 @@
     
     outputPath = paste("customProDB/", dbkey, sep="")
     output = list(data_tables = list())
-    output[["data_tables"]][["customProDB"]]=c(path=outputPath, name=dbkey, value=dbkey)
+    output[["data_tables"]][["customProDB"]]=c(path=outputPath, name=dbkey, value=dbkey, dbkey=dbkey)
     write(toJSON(output), file=outputFile)
 }