# HG changeset patch # User galaxyp # Date 1453851981 18000 # Node ID 20a1b026b79826b9f0b5fed95f18bd174afb2ac6 # Parent 4c77cf5a29776ad961ca132434b92d54f7f95ba0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/data_manager_customProDB commit 141369f97aa2804d2bbfd9ed620ea2a5574994c2-dirty diff -r 4c77cf5a2977 -r 20a1b026b798 data_manager/customProDB_annotation.R --- 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) }