diff --git a/docs/images/new-color-scale_20220729.jpg b/docs/images/new-color-scale_20220729.jpg new file mode 100755 index 0000000..69e99d1 Binary files /dev/null and b/docs/images/new-color-scale_20220729.jpg differ diff --git a/scripts/evaluation-statistics.pl b/scripts/evaluation-statistics.pl index db0e7c0..765f85c 100755 --- a/scripts/evaluation-statistics.pl +++ b/scripts/evaluation-statistics.pl @@ -288,7 +288,8 @@ } #color names #my %color = ( "-2" => "#FF0000", "-1" => "#FF8C00", "0" => "#FFFF00", "1" => "#ADFF2F", "2" => "#008000" ); #red #orangered #yellow #greenyellow #green -my %color = ( "-2" => "#FF0000", "-1" => "#FF8C00", "0" => "#FFFF00", "1" => "#00FFFF", "2" => "#0066FF" ); #colorblind #red #orangered #yellow #aqua #blue +#my %color = ( "-2" => "#FF0000", "-1" => "#FF8C00", "0" => "#FFFF00", "1" => "#00FFFF", "2" => "#0066FF" ); #colorblind #red #orangered #yellow #aqua #blue +my %color = ( "-2" => "#C53440", "-1" => "#E28B51", "0" => "#CBBC6B", "1" => "#97BEBF", "2" => "#A77393" ); #colorblind #pink-red #orange #yellow #cyan #magenta-pink my $OverallQuality = "POOR"; #($totalscore/$count); my $color = $color{-2}; my $score = -2; diff --git a/scripts/seaseq_overall.header b/scripts/seaseq_overall.header index e67e59b..2b47454 100755 --- a/scripts/seaseq_overall.header +++ b/scripts/seaseq_overall.header @@ -108,11 +108,11 @@
- - - - - + + + + +
LEGEND
EXCELLENT
GOOD
AVERAGE
BELOW-AVERAGE
POOR
EXCELLENT
GOOD
AVERAGE
BELOW-AVERAGE
POOR
@@ -232,11 +232,11 @@
- - - - - + + + + +
LEGEND
EXCELLENT
GOOD
AVERAGE
BELOW-AVERAGE
POOR
EXCELLENT
GOOD
AVERAGE
BELOW-AVERAGE
POOR
diff --git a/workflows/tasks/seaseq_util.wdl b/workflows/tasks/seaseq_util.wdl index 27eb372..cf1d051 100755 --- a/workflows/tasks/seaseq_util.wdl +++ b/workflows/tasks/seaseq_util.wdl @@ -466,7 +466,7 @@ task concatstats { #color scheme color = { - -2 : "#FF0000", -1 : "#FF8C00", 0 : "#FFFF00", 1 : "#00FFFF", 2 : "#0066FF" + -2 : "#C53440", -1 : "#E28B51", 0 : "#CBBC6B", 1 : "#97BEBF", 2 : "#A77393" } #merged statistics