Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cedric Midoux
workflow_metagenomics
Commits
80f53fb9
Commit
80f53fb9
authored
Jan 16, 2020
by
Cedric Midoux
Browse files
spades highmem.q 500G
parent
0a6b2da8
Changes
2
Hide whitespace changes
Inline
Side-by-side
assembly.smk
View file @
80f53fb9
...
...
@@ -82,7 +82,7 @@ rule metaspades:
20
params:
min_len = config["CONTIGS_LEN"],
mem_tot =
2
50,
mem_tot = 5
0
0,
input = lambda wildcards, input: "-1 %s -2 %s"%(" -1 ".join(input.R1), " -2 ".join(input.R2)) if set(['R1', 'R2']).issubset(input.keys()) else "--12 %s"%" --12 ".join(input.R1R2),
output = lambda wildcards, output: os.path.dirname(str(output.contigs))
shell:
...
...
cluster.json
View file @
80f53fb9
...
...
@@ -23,8 +23,8 @@
},
"metaspades"
:
{
"queue"
:
"highmem.q
,maiage.q
"
,
"cluster"
:
"-l h_vmem=
1
2G"
"queue"
:
"highmem.q"
,
"cluster"
:
"-l h_vmem=2
5
G"
},
"diamond"
:
{
...
...
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