Skip to content

Commit

Permalink
fixed seq_seqs.gggenomes, fixed #8
Browse files Browse the repository at this point in the history
  • Loading branch information
thackl committed Jan 31, 2021
1 parent c31e314 commit 50e1cfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/seqs.R
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ set_seqs <- function(x, value){
}
#' @export
set_seqs.gggenomes <- function(x, value) {
set_seqs(x$data, value)
x$data <- set_seqs(x$data, value)
x
}
#' @export
set_seqs.gggenomes_layout <- function(x, value) {
Expand Down

0 comments on commit 50e1cfb

Please sign in to comment.