# HG changeset patch # User iuc # Date 1678878304 0 # Node ID a0713a10c9f614f3f554aa6e7ac6a0892d9e1713 # Parent 368cb4bef9d894faeec77273b0542de7d372928f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad diff -r 368cb4bef9d8 -r a0713a10c9f6 drep_dereplicate.xml --- a/drep_dereplicate.xml Mon Jun 27 13:40:40 2022 +0000 +++ b/drep_dereplicate.xml Wed Mar 15 11:05:04 2023 +0000 @@ -5,7 +5,7 @@ macros.xml - checkm-genome + checkm-genome + + + + + + + + + + + + diff -r 368cb4bef9d8 -r a0713a10c9f6 macros.xml --- a/macros.xml Mon Jun 27 13:40:40 2022 +0000 +++ b/macros.xml Wed Mar 15 11:05:04 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 368cb4bef9d8 -r a0713a10c9f6 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:05:04 2023 +0000 @@ -0,0 +1,5 @@ +a 1 +b 2 +c 3 + +