In line 15, the df is reduced to six columns. In line 16, a new column "Score" is introduced -> the 7th column.
However, in line 17, columns 1,2,3,4, and 6 are kept and in line 18 the sixth column ist renamed to "Score" while it is in fact the "can_log_prob"
Hi, thank you for this great tool!
I think I noticed a tiny mistake in the format_megalodon.R script.
In line 15, the df is reduced to six columns. In line 16, a new column "Score" is introduced -> the 7th column. However, in line 17, columns 1,2,3,4, and 6 are kept and in line 18 the sixth column ist renamed to "Score" while it is in fact the "can_log_prob"
This therefore just renames the can_log_prob to score instead of using the calculated score, right?