Skip to content

Commit

Permalink
commit new test salmon
Browse files Browse the repository at this point in the history
  • Loading branch information
mspodda committed May 27, 2024
1 parent 282e31c commit 93a492e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
gzip -d test_data/chr7.fa.gz
- name: Run snakemake
run: snakemake -s workflow/snakefile_final.smk --use-conda --rerun-incomplete --core 2 -k -P
run: snakemake -s workflow/snakefile_final.smk --use-conda --rerun-incomplete --core 2 -k
- name: Upload plot as artifact
uses: actions/upload-artifact@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion workflow/R/config_all.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ BRAF_ids <- c("ENST00000288602.11","ENST00000469930.2","ENST00000479537.6","ENST

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

## Sample typologies
samples_typologies <- c("lung_geo")
Expand Down

0 comments on commit 93a492e

Please sign in to comment.