Skip to content

Commit

Permalink
test r
Browse files Browse the repository at this point in the history
  • Loading branch information
mspodda committed May 24, 2024
1 parent 5a805af commit 3b5d25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow/R/R_custom.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Create and load vector of packages
source("config_all.R")
source("/home/runner/work/isoworm/isoworm/workflow/R/config_all.R")
lapply(my_packages, require, character.only = TRUE)
library(data.table)
### Create a list with all txt files containing the samples for each tissues
Expand Down
2 changes: 1 addition & 1 deletion workflow/R/config_all.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ group.colors_pie_chart <- c()
txt_samples <- "/home/runner/work/isoworm/isoworm/test_data"
results_dir <- "/home/runner/work/isoworm/isoworm/results"
polyA_bam_dir <- ""
final_output <- "/home/runner/work/isoworm/isoworm/R"
final_output <- "/home/runner/work/isoworm/isoworm/workflow/R"
## total salmon
indexDir <- file.path("")
fasta <- file.path("")
Expand Down

0 comments on commit 3b5d25d

Please sign in to comment.