diff data_manager/customProDB_annotation.R @ 4:b42974daa659 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/data_manager_customProDB commit 141369f97aa2804d2bbfd9ed620ea2a5574994c2-dirty
author galaxyp
date Thu, 28 Jan 2016 18:46:50 -0500
parents af0a098e15bd
children a0ca66b32792
line wrap: on
line diff
--- a/data_manager/customProDB_annotation.R	Wed Jan 27 16:46:54 2016 -0500
+++ b/data_manager/customProDB_annotation.R	Thu Jan 28 18:46:50 2016 -0500
@@ -69,7 +69,7 @@
     
     outputPath = paste(dbkey, "/customProDB", sep="")
     output = list(data_tables = list())
-    output[["data_tables"]][["customProDB"]]=c(path=outputPath, name=dbkey_description, dbkey=dbkey)
+    output[["data_tables"]][["customProDB"]]=c(path=outputPath, name=dbkey_description, dbkey=dbkey, value=dbkey)
     write(toJSON(output), file=outputFile)
 }