Closed eam12 closed 2 years ago
Hi @eam12, thanks for reporting this! Could you upload roary's file here ("test.csv") so I can debug it?
I have just pushed changes to fix it. Re-install pagoo from source:
remotes::install_github("iferres/pagoo")
Please, let me know if anything. And thanks again for reporting!
Looks like its working now. Thanks so much!
Great! I will push the latest version to CRAN as soon as possible.
I just discovered this tool and am really enjoying it for processing my output data from Roary. Thank you for creating it!
I'm using
roary_2_pagoo()
to read my Roary output file. However, when I then runp$clusters
the annotations do not match the cluster names. It seems that the "Annotations" column was somehow scrambled during the conversion to the R6 class object. I can't seem to figure out if there's a pattern to the shifts (e.g. all Annotation rows are shifted down one), but I haven't found anything.I'm using Pagoo version 0.3.9 with R version 4.1.2.
test <- roary_2_pagoo("test.csv")
test$clusters