Skip to content

Commit

Permalink
cat subtle
Browse files Browse the repository at this point in the history
  • Loading branch information
noriakis committed Mar 23, 2024
1 parent ce44ee0 commit 74782f1
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 @@ -94,7 +94,7 @@ setMethod("show",
if (length(object@fastaList)!=0) {
cat_subtle("# Inferred fasta: ", length(object@kos), " ID: ", paste0(names(object@kos)[1], collapse="/"), "\n", sep="")
}
cat_subtle("# Size:", object.size(object), " B\n", sep="")
cat_subtle("# Size: ", object.size(object), " B\n", sep="")
if (object@type %in% c("MIDAS", "MIDAS2")) {
cat_subtle("# \n")
cat_subtle("# SNV description\n")
Expand Down

0 comments on commit 74782f1

Please sign in to comment.