Previous changeset 5:0b52ad240b2b (2018-09-30) Next changeset 7:b722161a845a (2018-10-30) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit 43d0f694b024cf9b1f0e26d803d3f19f38c95ee9 |
modified:
macros.xml sqlite_to_tabular.xml |
b |
diff -r 0b52ad240b2b -r fe5036ccfdc3 macros.xml --- a/macros.xml Sun Sep 30 08:20:28 2018 -0400 +++ b/macros.xml Fri Oct 05 09:40:49 2018 -0400 |
b |
@@ -415,6 +415,13 @@ ]]> </token> + <xml name="citations"> + <citations> + <citation type="doi">10.12688/f1000research.16450.1</citation> + <yield /> + </citations> + </xml> + </macros> |
b |
diff -r 0b52ad240b2b -r fe5036ccfdc3 sqlite_to_tabular.xml --- a/sqlite_to_tabular.xml Sun Sep 30 08:20:28 2018 -0400 +++ b/sqlite_to_tabular.xml Fri Oct 05 09:40:49 2018 -0400 |
b |
@@ -60,4 +60,5 @@ @QUERY_HELP@ ]]></help> + <expand macro="citations" /> </tool> |