From 6ba4bcaed1e7e67c9570e06d5a1ca45844e80ea1 Mon Sep 17 00:00:00 2001 From: AngryMaciek Date: Wed, 20 Mar 2024 18:29:06 +0100 Subject: [PATCH] clean run.sh --- .../CREATE_SITECOUNT_MATRICES/execution/run.sh | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/modules/CREATE_SITECOUNT_MATRICES/execution/run.sh b/modules/CREATE_SITECOUNT_MATRICES/execution/run.sh index 7d63a23..88aa2a7 100644 --- a/modules/CREATE_SITECOUNT_MATRICES/execution/run.sh +++ b/modules/CREATE_SITECOUNT_MATRICES/execution/run.sh @@ -178,6 +178,7 @@ case "$ENV$TECH" in localconda) snakemake \ --configfile="$CONFIGFILE" \ + --cores 16 \ --profile="../profiles/local-conda" ;; localsingularity) @@ -200,20 +201,7 @@ case "$ENV$TECH" in sgeconda) snakemake \ --configfile="$CONFIGFILE" \ - --snakefile ../Snakefile \ - --use-conda \ - --conda-prefix="$CONDAPREFIX" \ - --cluster "qsub -r y -q scc -pe smp {threads} -l h_rt=168:00:00 -l h_vmem={resources.mem_mb}M -e {params.LOG_cluster_log}" \ - --jobs 4096 \ - --cores all \ - --retries 1 \ - --default-resources mem_mb=32000*attempt disk_mb=32000*attempt \ - --printshellcmds \ - --rerun-incomplete \ - --jobscript "../../../execution/sge-jobscript.sh" \ - --conda-frontend mamba \ - --keep-going \ - --latency-wait 600 \ + --profile="../profiles/sge-conda" ;; sgesingularity) echo "Singularity technology is not supported for Grid Engine yet."