# HG changeset patch # User iuc # Date 1678878280 0 # Node ID d99788b71ce7664f7fec307b893deff5737af753 # Parent 54aa421c2911a43e577bc72e37f28a68f4c71f67 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad diff -r 54aa421c2911 -r d99788b71ce7 macros.xml --- a/macros.xml Mon Jun 27 13:39:55 2022 +0000 +++ b/macros.xml Wed Mar 15 11:04:40 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 54aa421c2911 -r d99788b71ce7 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:04:40 2023 +0000 @@ -0,0 +1,5 @@ +a 1 +b 2 +c 3 + +