You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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
any idea how to get through this ?
The text was updated successfully, but these errors were encountered: