pagoo icon indicating copy to clipboard operation
pagoo copied to clipboard

Failing to process gene_presence_absence.csv file

Open LovaRandriantseheno opened this issue 1 year ago • 0 comments

Hello,

Has anybody encountered the same issue as me? When I load the csv file, I got this error: gffs <- list.files(path = "../gffs/", pattern = "[.]gff$", full.names = TRUE) gpa_csv <- "gene_presence_absence.Rtab"

library(pagoo)

p <- roary_2_pagoo(gene_presence_absence_csv = gpa_csv, gffs = gffs)

Reading csv file (roary). Processing csv file. Error in data.frame(..., check.names = FALSE) : arguments imply differing number of rows: 180601, 0

LovaRandriantseheno avatar Apr 30 '23 06:04 LovaRandriantseheno