Skip to content

Commit

Permalink
some strange added characer removed
Browse files Browse the repository at this point in the history
  • Loading branch information
fischuu committed Oct 2, 2024
1 parent 504e43c commit 6d28140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flowchart.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ graph <- grViz("
digraph snakemake_pipeline {
graph [layout = dot, rankdir = LR]
node [shape = box, style = filled, fillcßolor = lightblue]
node [shape = box, style = filled, fillcolor = lightblue]
edge [arrowhead = vee]
# Define new reads nodes
Expand Down Expand Up @@ -254,4 +254,4 @@ graph <- grViz("
# Render the graph
graph

export_graph(graph, file_name = "flowchart.pdf")
#export_graph(graph, file_name = "flowchart.pdf")

0 comments on commit 6d28140

Please sign in to comment.