# HG changeset patch # User iuc # Date 1582750143 18000 # Node ID f8e51626fc566be1ab884f1ef281c07b2c2da12a # Parent 7f7d8b0c85171f16dcc5faac22b11708ccb39e1a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f" diff -r 7f7d8b0c8517 -r f8e51626fc56 mash_screen.xml --- a/mash_screen.xml Sun Feb 16 17:03:45 2020 -0500 +++ b/mash_screen.xml Wed Feb 26 15:49:03 2020 -0500 @@ -1,4 +1,4 @@ - + determines how well query sequences are contained within a pool of sequences macros.xml @@ -6,7 +6,11 @@ - + + + + + + + + + + + + + + @@ -52,18 +69,21 @@ + - + + + diff -r 7f7d8b0c8517 -r f8e51626fc56 test-data/test_sketches.loc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/test_sketches.loc Wed Feb 26 15:49:03 2020 -0500 @@ -0,0 +1,7 @@ +# Tab separated with three columns: +# - value (Galaxy records this in the Galaxy DB) +# - name (Galaxy shows this in the UI) +# - path (path to the Mash sketch) +# +# +test_sketch "Test Sketch" ${__HERE__}/NZ_MYON01000010.1.msh diff -r 7f7d8b0c8517 -r f8e51626fc56 tool-data/mash_sketches.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/mash_sketches.loc.sample Wed Feb 26 15:49:03 2020 -0500 @@ -0,0 +1,7 @@ +# Expect three columns, tab separated, as follows: +# - value (Galaxy records this in the Galaxy DB, must be unique, suggest using a UUID) +# - name (Galaxy shows this in the UI) +# - path to sketch.msh file +# +# e.g. +# 75913ffd-ed54-4691-ba75-159ab901835eExample sketch/path/to/mash_sketches/75913ffd-ed54-4691-ba75-159ab901835e/sketch.msh diff -r 7f7d8b0c8517 -r f8e51626fc56 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Wed Feb 26 15:49:03 2020 -0500 @@ -0,0 +1,8 @@ + + + + + value, name, path + +
+