# HG changeset patch # User galaxyp # Date 1454024810 18000 # Node ID b42974daa6599b5ce798ebcbf5af372c1276fc77 # Parent af0a098e15bdf6433ccc5c1ff2eadcb12a1b5ae8 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/data_manager_customProDB commit 141369f97aa2804d2bbfd9ed620ea2a5574994c2-dirty diff -r af0a098e15bd -r b42974daa659 data_manager/customProDB_annotation.R --- 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) } diff -r af0a098e15bd -r b42974daa659 data_manager/customProDB_annotation.xml --- a/data_manager/customProDB_annotation.xml Wed Jan 27 16:46:54 2016 -0500 +++ b/data_manager/customProDB_annotation.xml Thu Jan 28 18:46:50 2016 -0500 @@ -3,7 +3,7 @@ customProDB_annotation.R --outputFile "${out_file}" --dbkey "${dbkey}" - --dbkey_description "${ dbkey.get_display_text() }" + --dbkey_description ${ dbkey.get_display_text() } 2>&1