Commit 1a57c559 authored by Chaos's avatar Chaos
Browse files

remove the progress bar when plotting transcripts

parent 10a7c3bb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -446,9 +446,9 @@ plot_proportion_barplot <- function(dturtle, genes = NULL, meta_gene_id = NULL,
    dir.create(file.path(savepath), recursive = TRUE)
  }

  if (length(valid_genes) > 10) {
    BiocParallel::bpprogressbar(BPPARAM) <- TRUE
  }
#  if (length(valid_genes) > 10) {
#    BiocParallel::bpprogressbar(BPPARAM) <- TRUE
#  }

  message("Creating ", length(valid_genes), " plots:")
  if (!BiocParallel::bpisup(BPPARAM)) {