Mercurial > repos > iuc > sqlite_to_tabular
changeset 8:145ed2c3f763 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit 1647065a8e6e8d8c98cd0d2194b695fb9425f541"
| author | iuc |
|---|---|
| date | Thu, 23 Jan 2020 12:35:39 +0000 |
| parents | 3154455e3132 |
| children | f4a9e0e3415d |
| files | macros.xml sqlite_to_tabular.xml test-data/psm_dbmod_output.tsv test-data/psm_dbmod_output1.tsv test-data/psm_report_out1.tsv test-data/psm_report_out2.tsv |
| diffstat | 6 files changed, 32 insertions(+), 27 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Tue Oct 30 20:20:45 2018 -0400 +++ b/macros.xml Thu Jan 23 12:35:39 2020 +0000 @@ -72,6 +72,11 @@ #end if ]]> </token> + <xml name="requirements"> + <requirements> + <requirement type="package" version="3.7">python</requirement> + </requirements> + </xml> <xml name="comment_char_options"> <option value="62">></option> <option value="64">@</option>
--- a/sqlite_to_tabular.xml Tue Oct 30 20:20:45 2018 -0400 +++ b/sqlite_to_tabular.xml Thu Jan 23 12:35:39 2020 +0000 @@ -1,11 +1,11 @@ <?xml version="1.0"?> -<tool id="sqlite_to_tabular" name="SQLite to tabular" version="2.0.0"> +<tool id="sqlite_to_tabular" name="SQLite to tabular" version="2.0.1"> <description>for SQL query</description> <macros> <import>macros.xml</import> </macros> - + <expand macro="requirements"/> <command detect_errors="exit_code"><