Skip to content
Snippets Groups Projects
Commit eae1ac32 authored by Andy Yates's avatar Andy Yates
Browse files

Switch to analysis capacity

parent 52917e4f
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ sub pipeline_analyses {
-logic_name => 'DumpFlatfile',
-module => 'Bio::EnsEMBL::Pipeline::Flatfile::DumpFile',
-max_retry_count => 1,
-hive_capacity => 10,
-analysis_capacity => 10,
-rc_name => 'dump',
},
......@@ -90,7 +90,7 @@ sub pipeline_analyses {
-logic_name => 'ChecksumGenerator',
-module => 'Bio::EnsEMBL::Pipeline::Flatfile::ChecksumGenerator',
-wait_for => [qw/DumpFlatfile/],
-hive_capacity => 10,
-analysis_capacity => 10,
},
####### NOTIFICATION
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment