Skip to content

Commit

Permalink
Fix TCGA assembler source code path
Browse files Browse the repository at this point in the history
  • Loading branch information
yonatanitai authored Sep 20, 2022
1 parent f8d1115 commit 4fc8626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library(parallel)
library(umap)

if (!exists('ASSEMBLER.PATH')) {
ASSEMBLER.PATH = 'TCGA-Assembler-2-master/TCGA-Assembler'
ASSEMBLER.PATH = 'TCGA-Assembler-2'
source(file.path(ASSEMBLER.PATH, 'Module_A.R'))
source(file.path(ASSEMBLER.PATH, 'Module_B.R'))
}
Expand Down

0 comments on commit 4fc8626

Please sign in to comment.