diff --git a/deep_sequencing_unit/source/R/fastq_quality.R b/deep_sequencing_unit/source/R/fastq_quality.R index 456c8a31c8eadaa9b7d0c2e59abecc763dd8cbe5..58beca8601860a8b2d7a6a8a69e9e50ac50fffcf 100644 --- a/deep_sequencing_unit/source/R/fastq_quality.R +++ b/deep_sequencing_unit/source/R/fastq_quality.R @@ -93,7 +93,7 @@ fastq_only <- fastqFilePathVector[2] pdf(file=paste(fastq_file,"quality.pdf", sep="_"), paper="a4") box <- boxPlotPerCycle() nuc <- nucleotidesPerCyclePlot() - cumOccurencesPlot() + dev.off() #plotPdf(box)