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
b88960f0
Commit
b88960f0
authored
Jun 24, 2020
by
Midoux Cedric
Browse files
kaiju threads
parent
4fd620b2
Changes
2
Show whitespace changes
Inline
Side-by-side
cluster.json
View file @
b88960f0
...
...
@@ -8,8 +8,8 @@
},
"kaiju"
:
{
"queue"
:
"highmem.q,maiage.q"
,
"cluster"
:
"-l h_vmem=1
0
G"
"queue"
:
"highmem.q,maiage.q
@n67,maiage.q@n68,maiage.q@n69
"
,
"cluster"
:
"-l h_vmem=1
2
G"
},
"khmer"
:
{
...
...
kaiju.smk
View file @
b88960f0
...
...
@@ -12,7 +12,7 @@ rule kaiju:
output:
"work/kaiju/{focus,[a-z]+}_{sample}.kaijuNR"
threads:
8
20
params:
input = lambda wildcards, input: "-i %s -j %s"%(input.R1, input.R2) if wildcards.focus == "reads" else "-i %s"%input
shell:
...
...
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