# HG changeset patch # User iuc # Date 1678878219 0 # Node ID c4c72ab695c8a5c823292a6f31bb798faaf757ce # Parent 50de1050e71752e9e28954387f3285365684fe6e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad diff -r 50de1050e717 -r c4c72ab695c8 macros.xml --- a/macros.xml Mon Jun 27 13:37:43 2022 +0000 +++ b/macros.xml Wed Mar 15 11:03:39 2023 +0000 @@ -1,6 +1,6 @@ - 3.3.0 + 3.4.2 0 20.01 @@ -271,6 +271,7 @@ + @@ -283,6 +284,17 @@ + +
+ + + + + + + +
+
@@ -483,6 +499,8 @@ weight of log(genome N50) (default: 0.5) -sizeW SIZE_WEIGHT, --size_weight SIZE_WEIGHT weight of log(genome size) (default: 0) + -extraW EXTRA_WEIGHT_TABLE, --extra_weight_table EXTRA_WEIGHT_TABLE + Path to a tab-separated file with two-columns, no headers, listing genome and extra score to apply to that genome (optional) ]]> diff -r 50de1050e717 -r c4c72ab695c8 test-data/extra_weight_table_test --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/extra_weight_table_test Wed Mar 15 11:03:39 2023 +0000 @@ -0,0 +1,5 @@ +a 1 +b 2 +c 3 + +