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

Switching back to hive capacity as the current hive pipeline code isn't making much sense to me

parent eae1ac32
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,
-analysis_capacity => 10,
-hive_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/],
-analysis_capacity => 10,
-hive_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