Commit 5ede1bb9 authored by Jun Zhao's avatar Jun Zhao
Browse files

update STG

parent 189b0790
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -164,6 +164,7 @@ runSTG <- function(
){
  # set Python
  use_python(python = python.use, required = T)
  py_run_string(paste("os.environ['CUDA_VISIBLE_DEVICES'] = '", GPU, "'", sep = ""))
  source_python(file = paste(system.file(package="DAseq"), "DA_STG.py", sep = "/"))

  if(!is.null(label.2)){