Moving QC functionalty into repository so we can run outside of the pipeline.
[htsworkflow.git] / htswanalysis / conf / PercentBaseFormat.gnuplot
1 set terminal png
2 set linestyle lw 3
3 set linestyle ps 3
4 set output "OUTNAME"
5 set xlabel "cycle"
6 set ylabel "percent"
7 set yrange      [0:1]
8 plot "FILENAME" using 1:2 title 'A' with linespoints, "FILENAME" using 1:3 title 'C' with linespoints, "FILENAME" using 1:4 title 'G' with linespoints, "FILENAME" using 1:5 title 'T' with linespoints