Skip to content

Commit

Permalink
fastaList stats
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Sep 13, 2024
1 parent d2b001b commit 58e6e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/stana.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ setMethod("show",
cat_subtle("# Loaded KO table: ", length(object@kos), " ID: ", paste0(names(object@kos)[1], collapse="/"), "\n", sep="")
}
if (length(object@fastaList)!=0) {
cat_subtle("# Inferred fasta: ", length(object@kos), " ID: ", paste0(names(object@kos)[1], collapse="/"), "\n", sep="")
cat_subtle("# Inferred fasta: ", length(object@fastaList), " ID: ", paste0(names(object@fastaList)[1], collapse="/"), "\n", sep="")
}
cat_subtle("# Size: ", object.size(object), " B\n", sep="")
})
Expand Down

0 comments on commit 58e6e12

Please sign in to comment.