Skip to content
Snippets Groups Projects
Commit 35e5251f authored by Leo Gordon's avatar Leo Gordon
Browse files

restored the semaphored version to its original simplicity (the -wait_for rule...

restored the semaphored version to its original simplicity (the -wait_for rule was accidentally checked in earlier)
parent 18f2193a
No related branches found
No related tags found
No related merge requests found
......@@ -150,8 +150,6 @@ sub pipeline_analyses {
{ -logic_name => 'add_together',
-module => 'Bio::EnsEMBL::Hive::RunnableDB::LongMult::AddTogether',
# -analysis_capacity => 0, # this is a way to temporarily block a given analysis
-wait_for => [ 'part_multiply' ],
-flow_into => {
1 => [ ':////final_result' ],
},
......
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