You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: