From 9dd4b7463ef90cd0b4ad4f43ecc81afd6c2a996f Mon Sep 17 00:00:00 2001 From: Iris Mestres <iris.mestrespascual@unibas.ch> Date: Sat, 4 Mar 2023 19:47:14 +0100 Subject: [PATCH] style: remove final underscore on the graph name --- test/test_rule_graph.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_rule_graph.sh b/test/test_rule_graph.sh index 66ca559..b0e475b 100755 --- a/test/test_rule_graph.sh +++ b/test/test_rule_graph.sh @@ -24,4 +24,4 @@ snakemake \ --printshellcmds \ --dryrun \ --verbose \ - | dot -Tsvg > "../images/rule_graph_.svg" + | dot -Tsvg > "../images/rule_graph.svg" -- GitLab