# HG changeset patch # User iuc # Date 1678878246 0 # Node ID 8a5ddbd5895f02683b87ee06874192023a411a95 # Parent 5482fd8d44186711ac603e1dac17300c19a2214c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/drep commit 91d5bae878afa54d8264c1ca89c79b2d26ef35ad diff -r 5482fd8d4418 -r 8a5ddbd5895f drep_dereplicate.xml --- a/drep_dereplicate.xml Mon Jun 27 13:38:36 2022 +0000 +++ b/drep_dereplicate.xml Wed Mar 15 11:04:06 2023 +0000 @@ -5,7 +5,7 @@ macros.xml - checkm-genome + checkm-genome + + + + + + + + + + + + diff -r 5482fd8d4418 -r 8a5ddbd5895f macros.xml --- a/macros.xml Mon Jun 27 13:38:36 2022 +0000 +++ b/macros.xml Wed Mar 15 11:04:06 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 5482fd8d4418 -r 8a5ddbd5895f 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:06 2023 +0000 @@ -0,0 +1,5 @@ +a 1 +b 2 +c 3 + +