Skip to content

Commit

Permalink
fix kallisto path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvpickering committed Sep 11, 2019
1 parent 07c1cc8 commit 579dff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build_kallisto_index.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' # build kallist index for humans
#' build_kallisto_index(indices_dir)
#'
build_kallisto_index <- function(species = 'homo_sapiens', release = '94', kallisto_path = '/home/ubuntu/miniconda2/bin/kallisto') {
build_kallisto_index <- function(species = 'homo_sapiens', release = '94', kallisto_path = '/home/ubuntu/miniconda/bin/kallisto') {

indices_dir <- system.file(package = 'drugseqr.data')
indices_dir <- file.path(indices_dir, 'indices/kallisto')
Expand Down

0 comments on commit 579dff4

Please sign in to comment.