-
Notifications
You must be signed in to change notification settings - Fork 13
Description
hello everyone.
I am trying to read a paf file that I obtained using minimap2 but can only get a data frame full of NA
here is the command I used for minimap2.
minimap2 -ax map-ont --secondary=no /mnt/ebe/Niphargus/schellenbergi/wtdbg2/wtdbg2_filtlong.ctg.lay.fasta barcode05.fastq > output.paf
and here is the code and the error I get
paf_data <- read_paf("output.paf")
Warning in .make_numeric(as.data.frame(res), c(2, 3, 4, 7:12)) :
NAs introduced by coercion
Warning in .make_numeric(as.data.frame(res), c(2, 3, 4, 7:12)) :
NAs introduced by coercion
Warning in .make_numeric(as.data.frame(res), c(2, 3, 4, 7:12)) :
NAs introduced by coercion
Warning in .make_numeric(as.data.frame(res), c(2, 3, 4, 7:12)) :
NAs introduced by coercion
Warning in .make_numeric(as.data.frame(res), c(2, 3, 4, 7:12)) :
NAs introduced by coercion
Warning in .make_numeric(as.data.frame(res), c(2, 3, 4, 7:12)) :
NAs introduced by coercion
Warning in .make_numeric(as.data.frame(res), c(2, 3, 4, 7:12)) :
NAs introduced by coercion
any idea how to get through this ?