Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Midoux Cedric
workflow_metagenomics
Commits
e99dc94e
Commit
e99dc94e
authored
Sep 03, 2019
by
Midoux Cedric
Browse files
global.smk
parent
e1a25923
Changes
3
Hide whitespace changes
Inline
Side-by-side
RunSnake.sh
View file @
e99dc94e
...
...
@@ -11,8 +11,6 @@ snakemake \
--cluster
"qsub -V -cwd -R y -N {rule} -o {cluster.out} -e {cluster.err} -q {cluster.queue} -pe thread {threads} {cluster.cluster}"
\
--keep-going
\
--jobs
80
\
--use-conda
\
--conda-prefix
/projet/maiage/save/cmidoux/environments/
\
--wait-for-files
\
--latency-wait
150
\
--use-conda
\
...
...
cluster.json
View file @
e99dc94e
...
...
@@ -36,5 +36,4 @@
"queue"
:
"highmem.q,maiage.q"
,
"cluster"
:
"-l h_vmem={MEM}G"
}
}
global.smk
0 → 100644
View file @
e99dc94e
shell.executable("/bin/bash")
shell.prefix("source ~/.bashrc; "
import os
configfile: "./config.json"
SAMPLES=config["SAMPLES"]
rule all:
input:
"",
include: "../workflow_metagenomics/*.smk"
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