Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
c6d9e457
Commit
c6d9e457
authored
Aug 02, 2012
by
Magali Ruffier
Browse files
added tokens
parent
d3f1091c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
12 deletions
+27
-12
modules/Bio/EnsEMBL/Pipeline/PipeConfig/Core_handover_conf.pm
...les/Bio/EnsEMBL/Pipeline/PipeConfig/Core_handover_conf.pm
+6
-3
modules/Bio/EnsEMBL/Pipeline/PipeConfig/Otherf_handover_conf.pm
...s/Bio/EnsEMBL/Pipeline/PipeConfig/Otherf_handover_conf.pm
+18
-6
modules/Bio/EnsEMBL/Pipeline/PipeConfig/Variation_handover_conf.pm
...io/EnsEMBL/Pipeline/PipeConfig/Variation_handover_conf.pm
+3
-3
No files found.
modules/Bio/EnsEMBL/Pipeline/PipeConfig/Core_handover_conf.pm
View file @
c6d9e457
...
...
@@ -65,6 +65,9 @@ sub pipeline_analyses {
{
-
logic_name
=>
'
ConstitutiveExons
',
-
module
=>
'
Bio::EnsEMBL::Pipeline::Production::ConstitutiveExons
',
-
parameters
=>
{
dbtype
=>
'
core
',
},
-
max_retry_count
=>
5
,
-
hive_capacity
=>
10
,
-
rc_name
=>
'
normal
',
...
...
@@ -200,9 +203,9 @@ sub beekeeper_extra_cmdline_options {
sub
resource_classes
{
my
$self
=
shift
;
return
{
'
default
'
=>
{
'
LSF
'
=>
''},
'
normal
'
=>
{
'
LSF
'
=>
'
-q normal -M 500000 -R"select[mem>500
] rusage[mem=50
0]"
'},
'
mem
'
=>
{
'
LSF
'
=>
'
-q normal -M 1000000 -R"select[mem>1000
] rusage[mem=100
0]"
'},
'
default
'
=>
{
'
LSF
'
=>
'
-R"select[myens_stag1tok>800 && myens_stag2tok>800] rusage[myens_stag1tok=10:myens_stag2tok=10:duration=10]"
'},
'
normal
'
=>
{
'
LSF
'
=>
'
-q normal -M 500000 -R"select[mem>500
&& myens_stag1tok>800 && myens_stag2tok>800] rusage[mem=500:myens_stag1tok=10:myens_stag2tok=10:duration=1
0]"
'},
'
mem
'
=>
{
'
LSF
'
=>
'
-q normal -M 1000000 -R"select[mem>1000
&& myens_stag1tok>800 && myens_stag2tok>800] rusage[mem=1000:myens_stag1tok=10:myens_stag2tok=10:duration=1
0]"
'},
}
}
...
...
modules/Bio/EnsEMBL/Pipeline/PipeConfig/Otherf_handover_conf.pm
View file @
c6d9e457
...
...
@@ -55,7 +55,7 @@ sub pipeline_analyses {
-
input_ids
=>
[
{}
],
-
flow_into
=>
{
1
=>
'
Notify
',
2
=>
['
PepStatsOtherf
',
'
PepStatsVega
'],
2
=>
['
PepStatsOtherf
',
'
PepStatsVega
'
,
'
ConstitutiveExons
'
],
},
},
...
...
@@ -72,6 +72,18 @@ sub pipeline_analyses {
-
can_be_empty
=>
1
,
},
{
-
logic_name
=>
'
ConstitutiveExons
',
-
module
=>
'
Bio::EnsEMBL::Pipeline::Production::ConstitutiveExons
',
-
parameters
=>
{
dbtype
=>
'
vega
',
},
-
max_retry_count
=>
5
,
-
hive_capacity
=>
10
,
-
rc_name
=>
'
normal
',
-
can_be_empty
=>
1
,
},
{
-
logic_name
=>
'
PepStatsVega
',
-
module
=>
'
Bio::EnsEMBL::Pipeline::Production::PepStats
',
...
...
@@ -89,12 +101,12 @@ sub pipeline_analyses {
{
-
logic_name
=>
'
Notify
',
-
module
=>
'
Bio::EnsEMBL::Pipeline::Production::EmailSummary
Core
',
-
module
=>
'
Bio::EnsEMBL::Pipeline::Production::EmailSummary
Otherf
',
-
parameters
=>
{
email
=>
$self
->
o
('
email
'),
subject
=>
$self
->
o
('
pipeline_name
')
.
'
has finished
',
},
-
wait_for
=>
['
PepStatsOtherf
',
'
PepStatsVega
'],
-
wait_for
=>
['
PepStatsOtherf
',
'
PepStatsVega
'
,
'
ConstitutiveExons
'
],
}
];
...
...
@@ -118,9 +130,9 @@ sub beekeeper_extra_cmdline_options {
sub
resource_classes
{
my
$self
=
shift
;
return
{
'
default
'
=>
{
'
LSF
'
=>
''},
'
normal
'
=>
{
'
LSF
'
=>
'
-q normal -M 500000 -R"select[mem>500
] rusage[mem=50
0]"
'},
'
mem
'
=>
{
'
LSF
'
=>
'
-q normal -M 1000000 -R"select[mem>1000
] rusage[mem=100
0]"
'},
'
default
'
=>
{
'
LSF
'
=>
'
-R"select[myens_stag1tok>800 && myens_stag2tok>800] rusage[myens_stag1tok=10:myens_stag2tok=10:duration=10]"
'},
'
normal
'
=>
{
'
LSF
'
=>
'
-q normal -M 500000 -R"select[mem>500
&& myens_stag1tok>800 && myens_stag2tok>800] rusage[mem=500:myens_stag1tok=10:myens_stag2tok=10:duration=1
0]"
'},
'
mem
'
=>
{
'
LSF
'
=>
'
-q normal -M 1000000 -R"select[mem>1000
&& myens_stag1tok>800 && myens_stag2tok>800] rusage[mem=1000:myens_stag1tok=10:myens_stag2tok=10:duration=1
0]"
'},
}
}
...
...
modules/Bio/EnsEMBL/Pipeline/PipeConfig/Variation_handover_conf.pm
View file @
c6d9e457
...
...
@@ -113,9 +113,9 @@ sub beekeeper_extra_cmdline_options {
sub
resource_classes
{
my
$self
=
shift
;
return
{
'
default
'
=>
{
'
LSF
'
=>
''},
'
normal
'
=>
{
'
LSF
'
=>
'
-q normal -M
4
00000 -R"select[mem>
400] rusage[mem=40
0]"
'},
'
mem
'
=>
{
'
LSF
'
=>
'
-q normal -M
4
000000 -R"select[mem>
40
00] rusage[mem=
4
000]"
'},
'
default
'
=>
{
'
LSF
'
=>
'
-R"select[myens_stag1tok>800 && myens_stag2tok>800] rusage[myens_stag1tok=10:myens_stag2tok=10:duration=10]"
'},
'
normal
'
=>
{
'
LSF
'
=>
'
-q normal -M
5
00000 -R"select[mem>
500 && myens_stag1tok>800 && myens_stag2tok>800] rusage[mem=500:myens_stag1tok=10:myens_stag2tok=10:duration=1
0]"
'},
'
mem
'
=>
{
'
LSF
'
=>
'
-q normal -M
1
000000 -R"select[mem>
1000 && myens_stag1tok>800 && myens_stag2tok>8
00] rusage[mem=
1
000
:myens_stag1tok=10:myens_stag2tok=10:duration=10
]"
'},
}
}
...
...
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