Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
impute-gene-expression
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Kevin Kunzmann
impute-gene-expression
Commits
10c4b532
Commit
10c4b532
authored
Nov 11, 2020
by
Kevin Kunzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
5213438c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Snakefile
Snakefile
+1
-1
config/mrc-bsu-cluster/config.yaml
config/mrc-bsu-cluster/config.yaml
+1
-1
No files found.
Snakefile
View file @
10c4b532
# define the singularity (https://sylabs.io/) container image to use
# see also https://cloud.sylabs.io/library/kkmann/default/center-grex-imputation#
singularity: "library://kkmann/default/center-grex-imputation:sha256.
240a821a4cdc6cb013035dc0c4c72ea714299269ed6ca4a6f8f1862b19cd312c
"
singularity: "library://kkmann/default/center-grex-imputation:sha256.
811ce3ed0a73d21dc54f9aeceb94185e3804b83a30ab07a0142ab8da86802d6a
"
# modify this file to define global parameters
# (e.g. set of tissues to impute genetically regulated expression levels for)
...
...
config/mrc-bsu-cluster/config.yaml
View file @
10c4b532
...
...
@@ -2,6 +2,6 @@ jobs: 99
local-cores
:
1
use-singularity
:
True
restart-times
:
3
cluster
:
"
sbatch
-A
MRC-BSU-SL2-CPU
-p
skylake
--nodes
1
--ntasks
1
--cpus-per-task
1
--mem
16000
-t
0
4:00
:00
--job-name
'{rule}[{wildcards}]'
--output
'logs/{rule}[{wildcards}].log'
--error
'logs/{rule}[{wildcards}].log'"
cluster
:
"
sbatch
-A
MRC-BSU-SL2-CPU
-p
skylake
--nodes
1
--ntasks
1
--cpus-per-task
1
--mem
16000
-t
0
0:59
:00
--job-name
'{rule}[{wildcards}]'
--output
'logs/{rule}[{wildcards}].log'
--error
'logs/{rule}[{wildcards}].log'"
singularity-args
:
"
-H
$PWD"
singularity-prefix
:
"
."
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment