dotPlotly icon indicating copy to clipboard operation
dotPlotly copied to clipboard

remove type error lines in the paf file, remove unused columns

Open oushujun opened this issue 1 year ago • 0 comments

When I aligned two maize genomes, the paf file contained incomplete lines that will convert numeric columns to characters, then the script crashed becasue it was not expecting characters. I converted numeric columns to numeric type and removed NA-contained rows. I also removed unused columns in the alignment data frame to avoid errors.

oushujun avatar Jul 22 '22 04:07 oushujun