Skip to content

Commit

Permalink
deseq2science now uses 4 cores
Browse files Browse the repository at this point in the history
  • Loading branch information
siebrenf committed Nov 22, 2023
1 parent db6ecbf commit 256de39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seq2science/scripts/deseq2/run_as_standalone.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mtp <- "BH"
fdr <- 0.1 # |-default options only
se <- "apeglm" # /
salmon <- FALSE # only work with counts data
threads <- 1
threads <- 4
output <- file.path(out_dir, paste0(assembly, "-", contrast, ".diffexp.tsv"))
output_ma_plot <- sub(".diffexp.tsv", ".ma_plot.png", output)
output_vol_plot <- sub(".diffexp.tsv", ".volcano_plot.png", output)
Expand Down

0 comments on commit 256de39

Please sign in to comment.