# HG changeset patch # User iuc # Date 1619764829 0 # Node ID d5d68989caec03c5f26511b436d892c436c8632f # Parent 9f7a227436d699c83aab51836650fa92f8647549 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meryl commit 51618128e9d1a23f1f3a8c9df7f2b23a2ba3f3c2" diff -r 9f7a227436d6 -r d5d68989caec macros.xml --- a/macros.xml Thu Apr 15 11:52:39 2021 +0000 +++ b/macros.xml Fri Apr 30 06:40:29 2021 +0000 @@ -1,6 +1,6 @@ - 1.2 - galaxy1 + 1.3 + galaxy0 topic_0196 @@ -12,7 +12,7 @@ merqury - meryl + meryl tar diff -r 9f7a227436d6 -r d5d68989caec meryl.xml --- a/meryl.xml Thu Apr 15 11:52:39 2021 +0000 +++ b/meryl.xml Fri Apr 30 06:40:29 2021 +0000 @@ -29,7 +29,11 @@ mv ./temp_db/* tmp.meryl && meryl $operation_type.filter_operations - $operation_type.N + #if $operation_type.filter_type.type == 'times' + $operation_type.filter_type.N + #elif $operation_type.filter_type.type == 'frequency' + distinct=${operation_type.filter_type.distinct} + #end if tmp.meryl output read-db.meryl && tar -zcf read-db.meryldb read-db.meryl @@ -60,6 +64,11 @@ tar -zxf $operation_type.input_meryldb_02 -C ./temp_db/ && mv ./temp_db/* tmp.meryl && meryl histogram tmp.meryl > read-db.hist + #elif $operation_type.command_type == 'print' + mkdir -p ./temp_db/ && + tar -zxf $operation_type.input_meryldb_02 -C ./temp_db/ && + mv ./temp_db/* tmp.meryl && + meryl print tmp.meryl > read-db.tabular #elif $operation_type.command_type == 'trio-mode' export MERQURY=\$(dirname \$(command -v merqury.sh))/../share/merqury/ && #if $operation_type.options_kmer_size.kmer_size == 'estimate' @@ -138,6 +147,7 @@ + @@ -163,13 +173,25 @@ - - - - + + + + - + + + + + + + + + + + + + @@ -203,6 +225,9 @@ + + + @@ -225,11 +250,14 @@ - operation_type["command_type"] != "histogram-kmers" + operation_type["command_type"] != "histogram-kmers" and operation_type["command_type"] != "print" operation_type["command_type"] == "histogram-kmers" or operation_type["command_type"] == "trio-mode" + + operation_type["command_type"] == "print" + operation_type["command_type"] == "trio-mode" @@ -268,7 +296,9 @@ - + + + @@ -281,7 +311,9 @@ - + + + @@ -292,9 +324,26 @@ + + + + + + + + + + + + + + + - + + + @@ -307,7 +356,9 @@ - + + + @@ -575,6 +626,13 @@ + + + + + + +