kassambara / fastqcr

fastqcr: Quality Control of Sequencing Data
http://www.sthda.com/english/rpkgs/fastqcr
67 stars 22 forks source link

fix read_tsv skip #13

Open bakerwm opened 5 years ago

bakerwm commented 5 years ago

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

bakerwm commented 5 years ago

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

kassambara commented 5 years ago

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