From 20e3474e37887fcc898d5df5c134c1f0b88e43a7 Mon Sep 17 00:00:00 2001 From: "Samuel E. Miller" Date: Mon, 23 Sep 2024 19:05:03 -0500 Subject: [PATCH] exactly reverse default colormap in test --- anvio/tests/run_component_tests_for_kegg_mapping.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anvio/tests/run_component_tests_for_kegg_mapping.sh b/anvio/tests/run_component_tests_for_kegg_mapping.sh index 6c4c3611c..2ee832090 100755 --- a/anvio/tests/run_component_tests_for_kegg_mapping.sh +++ b/anvio/tests/run_component_tests_for_kegg_mapping.sh @@ -114,7 +114,8 @@ args+=( "--draw-individual-files" ) args+=( "--draw-grid" ) args+=( "--ko" ) args+=( "--pathway-numbers" "${pathway_numbers[@]}" ) -args+=( "--colormap" "magma" ) +args+=( "--colormap" "plasma" "0.1" "0.9") +args+=( "--reverse-overlay" ) args+=( "--no-progress" ) anvi-draw-kegg-pathways "${args[@]}"