fastqcr
fastqcr copied to clipboard
fix read_tsv skip
skip 1 more line using readr::read_tsv() in qc_read() function
I am using readr v1.3.1 and fastqc v0.11.7
I need use skip = 2
or skip = 3
in qc_read() function.
Installing the latest developmental version of fastqcr should fix this issue. If this is the case, then we don't need to merge this pull request. Would you please install the latest developmental version? let me know if it works for you.
devtools::install_github("kassambara/fastqcr")