Skip to content

Commit

Permalink
feat: working ngp sge profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Smeds committed Feb 21, 2024
1 parent 1f58a1c commit 7aaebbb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions profiles/ngp/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
jobs: 100
keep-going: True
restart-times: 1
latency-wait: 120
show-failed-logs: True
rerun-incomplete: True
use-singularity: True
configfiles: ["config/config.yaml", "config/config.data.hg19.yaml"]
singularity-args: "-e -B /gms-data -B /gms-home -B ${TMPDIR}:/tmp -B /gms-scratch "
wrapper-prefix: "git+file://gms-data/gmc-joint/Twist_Solid_GMS560/Twist_Solid_develop/snakemake-wrappers/"
singularity-prefix: "/gms-data/gmc-joint/Twist_Solid_GMS560/Twist_Solid_develop/singularity_cache/"
drmaa: " -V -pe OpenMP {resources.threads} -l h_rt={resources.time} -N {rule} -e sge_out/{rule}_%j.err -o sge_out/{rule}_%j.out"
drmaa-log-dir: "sge_out"

0 comments on commit 7aaebbb

Please sign in to comment.