fastqcr icon indicating copy to clipboard operation
fastqcr copied to clipboard

fix read_tsv skip

Open bakerwm opened this issue 6 years ago • 2 comments

skip 1 more line using readr::read_tsv() in qc_read() function

bakerwm avatar Dec 25 '18 18:12 bakerwm

I am using readr v1.3.1 and fastqc v0.11.7 I need use skip = 2 or skip = 3 in qc_read() function.

bakerwm avatar Dec 25 '18 18:12 bakerwm

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")

kassambara avatar Dec 25 '18 18:12 kassambara