Skip to content
Snippets Groups Projects
Commit 9a1f6378 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

using semaphores

parent bdb07e95
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ sub pipeline_analyses {
},
-input_ids => [ {} ],
-flow_into => {
1 => 'Notify',
2 => ['PepStatsVega', 'ConstitutiveExons'],
'A->1' => 'Notify',
'2->A' => ['PepStatsVega', 'ConstitutiveExons'],
},
},
......@@ -93,7 +93,6 @@ sub pipeline_analyses {
email => $self->o('email'),
subject => $self->o('pipeline_name').' has finished',
},
-wait_for => ['PepStatsVega', 'ConstitutiveExons'],
}
];
......
......@@ -53,8 +53,8 @@ sub pipeline_analyses {
},
-input_ids => [ {} ],
-flow_into => {
1 => 'Notify',
4 => ['SnpDensity', 'SnpCount'],
'A->1' => ['Notify'],
'4->A' => ['SnpDensity', 'SnpCount'],
},
},
......@@ -89,7 +89,6 @@ sub pipeline_analyses {
email => $self->o('email'),
subject => $self->o('pipeline_name').' has finished',
},
-wait_for => ['SnpDensity', 'SnpCount'],
}
];
......
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