Skip to content
Snippets Groups Projects
Commit 426e9d67 authored by Leo Gordon's avatar Leo Gordon
Browse files

injected a padding around the pipeline diagram

parent dfff9ea4
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ sub new {
sub graph {
my ($self) = @_;
if(! exists $self->{graph}) {
$self->{graph} = Bio::EnsEMBL::Hive::Utils::GraphViz->new( name => 'AnalysisWorkflow', ratio => 'compress' );
$self->{graph} = Bio::EnsEMBL::Hive::Utils::GraphViz->new( name => 'AnalysisWorkflow', ratio => 'compress"; pad = "1.0' ); # injection hack!
}
return $self->{graph};
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment