Skip to content
Snippets Groups Projects
Commit 417e8097 authored by kohleman's avatar kohleman
Browse files

adde call of cumOccurencesPlot()

SVN: 25686
parent 2a9c1b19
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ fastq_only <- fastqFilePathVector[2] ...@@ -93,7 +93,7 @@ fastq_only <- fastqFilePathVector[2]
pdf(file=paste(fastq_file,"quality.pdf", sep="_"), paper="a4") pdf(file=paste(fastq_file,"quality.pdf", sep="_"), paper="a4")
box <- boxPlotPerCycle() box <- boxPlotPerCycle()
nuc <- nucleotidesPerCyclePlot() nuc <- nucleotidesPerCyclePlot()
cumOccurencesPlot()
dev.off() dev.off()
#plotPdf(box) #plotPdf(box)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment