Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GAFL
Pipelines_Snakemake
wgs_gatk
Commits
07fb4bb7
Commit
07fb4bb7
authored
May 04, 2022
by
Jacques Lagnel
Browse files
removed dup
parent
0e26b902
Changes
1
Hide whitespace changes
Inline
Side-by-side
cluster.json
View file @
07fb4bb7
...
...
@@ -26,13 +26,6 @@
"out"
:
"{rule}_{wildcards.sample}.out"
},
"merge_bams"
:
{
"time"
:
"12:00:00"
,
"cores"
:
10
,
"mem"
:
"16g"
},
"freebayes"
:
{
"jobname"
:
"{rule}"
,
...
...
@@ -66,15 +59,6 @@
"out"
:
"{rule}_{wildcards.sample}.out"
},
"trim_and_merge_pe"
:
{
"jobname"
:
"{rule}_{wildcards.sample}"
,
"time"
:
"08:00:00"
,
"cores"
:
4
,
"mem"
:
"16g"
,
"out"
:
"{rule}_{wildcards.sample}.out"
},
"cutadapt_pe"
:
{
"jobname"
:
"{rule}_{wildcards.sample}"
,
...
...
@@ -314,6 +298,26 @@
"mem"
:
"2g"
},
"MarkDuplicates"
:
{
"jobname"
:
"{rule}_{wildcards.sample}"
,
"time"
:
"36:00:00"
,
"cores"
:
1
,
"mem"
:
"7g"
,
"out"
:
"{rule}_{wildcards.sample}.out"
},
"SplitNCigarReads"
:
{
"jobname"
:
"{rule}_{wildcards.sample}"
,
"time"
:
"36:00:00"
,
"cores"
:
1
,
"mem"
:
"7g"
,
"out"
:
"{rule}_{wildcards.sample}.out"
},
"gatk4_hc"
:
{
"jobname"
:
"{rule}_{wildcards.sample}-{wildcards.mychr}"
,
...
...
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