tpoorten / dotPlotly

Generate an interactive dot plot from mummer or minimap alignments
MIT License
188 stars 52 forks source link

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

Open oushujun opened 2 years ago

oushujun commented 2 years ago

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.