Skip to content
Snippets Groups Projects
Commit d4abd081 authored by Sascha Meiers's avatar Sascha Meiers
Browse files

Removed cluster-mode as a default setting

parent 3831097c
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@
"bcftools" : "bcftools",
"snv_calls" : {
"C7_data" : "external_snv_calls/regenSNVs_GRCh38sites_C7_chr1-22plusX.filtered.vcf.gz",
"RPE-BM510" : "external_snv_calls/regenSNVs_GRCh38sites_BM510_chr1-22plusX.filtered.vcf.gz",
"RPE1-WT" : "external_snv_calls/regenSNVs_GRCh38sites_RPEWTstrandS_chr1-22plusX.filtered.vcf.gz"
"C7_data" : "external_info/regenSNVs_GRCh38sites_C7_chr1-22plusX.filtered.vcf.gz",
"RPE-BM510" : "external_info/regenSNVs_GRCh38sites_BM510_chr1-22plusX.filtered.vcf.gz",
"RPE1-WT" : "external_info/regenSNVs_GRCh38sites_RPEWTstrandS_chr1-22plusX.filtered.vcf.gz"
},
"variable_bins" : {
......
......@@ -7,18 +7,13 @@ R_REF="/g/korbel/meiers/R-lib/3.4.0-foss-2016b/BSgenome.Hsapiens.UCSC.hg38/extda
mkdir slurm 2> /dev/null
snakemake \
-j 100 \
-j 6 \
--configfile Snake.config-singularity.json \
--use-singularity \
--singularity-args "-B ${REF}:/reference.fa:ro \
--singularity-args "-B ${REF}:/reference.fa:ro \
-B ${REF}.fai:/reference.fa.fai:ro \
-B ${R_REF}:/usr/local/lib/R/site-library/BSgenome.Hsapiens.UCSC.hg38/extdata/single_sequences.2bit:ro" \
--cluster-config cluster.json \
--local-cores 8 \
--cluster "sbatch --parsable -o slurm/{rule}.%j.log -e slurm/{rule}.%j.log --cpus-per-task {cluster.n} --time {cluster.time} --mem {cluster.mem}" \
--cluster-status ./cluster_status.py \
--latency-wait 60 \
--timestamp \
--keep-going \
--restart-times 1
--printshellcmd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment