Skip to content

Commit

Permalink
comment out redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed May 2, 2024
1 parent 4ced33c commit 8a0b761
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/harpy/reports/PreflightFastq.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8a0b761

Please sign in to comment.