Skip to content

Commit

Permalink
Updated GCP instance type for DGE
Browse files Browse the repository at this point in the history
  • Loading branch information
combiz committed Oct 25, 2021
1 parent a651eab commit 3747261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/process/scflow/dge.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def options = initOptions(params.options)

process SCFLOW_DGE {
tag "${celltype} (${n_cells_str} cells) | ${de_method}"
label 'process_medium'
label 'process_high'
errorStrategy 'ignore'
publishDir "${params.outdir}",
mode: params.publish_dir_mode,
Expand Down

0 comments on commit 3747261

Please sign in to comment.