Skip to content

Commit

Permalink
exactly reverse default colormap in test
Browse files Browse the repository at this point in the history
  • Loading branch information
semiller10 committed Sep 24, 2024
1 parent 859d117 commit 20e3474
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion anvio/tests/run_component_tests_for_kegg_mapping.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"

Expand Down

0 comments on commit 20e3474

Please sign in to comment.