Skip to content

Commit

Permalink
test r
Browse files Browse the repository at this point in the history
  • Loading branch information
mspodda committed May 23, 2024
1 parent e6e9b06 commit 05d5b5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion workflow/R/config_all.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BRAF_ids <- c("ENST00000288602.11","ENST00000469930.2","ENST00000479537.6","ENST

## libraries
my_packages <- c("dplyr","ggplot2","tidyr","ggsignif","ggpubr","patchwork","stringr",
"ggrepel","GenomicAlignments","bedtoolsr","tximport","tximeta","tibble")
"ggrepel","bedtoolsr","tibble")

## Sample typologies
samples_typologies <- c("Lung")
Expand Down
9 changes: 5 additions & 4 deletions workflow/envs/R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ channels:
- nodefaults ## block user/system channels
dependencies:
- r-base=4.2 ## always specify the R version (faster solve; more stable)
- bioconductor-GenomicAlignments
- bioconductor-tximport
- bioconductor-tximeta
- r-dplyr
- r-ggplot2
- r-tidyr
Expand All @@ -17,4 +14,8 @@ dependencies:
- r-stringr
- r-ggrepel
- r-tibble
- r-bedtoolsr
- r-bedtoolsr

## - bioconductor-GenomicAlignments
## - bioconductor-tximeta
## - bioconductor-tximport

0 comments on commit 05d5b5e

Please sign in to comment.