From 8a0b7613fb8dbf3dd4d19aead673bb2dce844b27 Mon Sep 17 00:00:00 2001 From: pdimens Date: Thu, 2 May 2024 14:37:20 -0400 Subject: [PATCH] comment out redundant --- src/harpy/reports/PreflightFastq.Rmd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/harpy/reports/PreflightFastq.Rmd b/src/harpy/reports/PreflightFastq.Rmd index c32ff55fc..b9b8aaab4 100644 --- a/src/harpy/reports/PreflightFastq.Rmd +++ b/src/harpy/reports/PreflightFastq.Rmd @@ -21,12 +21,12 @@ using<-function(...) { } using("flexdashboard","dplyr","tidyr","DT","highcharter","scales") -library(flexdashboard) -library(dplyr) -library(tidyr) -library(DT) -library(highcharter) -library(scales) +#library(flexdashboard) +#library(dplyr) +#library(tidyr) +#library(DT) +#library(highcharter) +#library(scales) #library(ggplot2) #infile <- "~/Documents/harpy/test/fastq/Preflight/filecheck.fastq.tsv"