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

added GeneCount

parent e695ccc5
No related branches found
No related tags found
No related merge requests found
......@@ -55,10 +55,19 @@ sub pipeline_analyses {
-flow_into => {
1 => 'Notify',
2 => ['GeneGC', 'PepStats'],
3 => ['PercentGC', 'PercentRepeat', 'CodingDensity', 'PseudogeneDensity', 'NonCodingDensity'],
3 => ['PercentGC', 'PercentRepeat', 'CodingDensity', 'PseudogeneDensity', 'NonCodingDensity', 'GeneCount'],
},
},
{
-logic_name => 'GeneCount',
-module => 'Bio::EnsEMBL::Pipeline::Production::GeneCount',
-max_retry_count => 1,
-hive_capacity => 10,
-rc_name => 'default',
-can_be_empty => 1,
},
{
-logic_name => 'CodingDensity',
-module => 'Bio::EnsEMBL::Pipeline::Production::CodingDensity',
......@@ -155,7 +164,7 @@ sub pipeline_analyses {
email => $self->o('email'),
subject => $self->o('pipeline_name').' has finished',
},
-wait_for => ['PepStats', 'GeneGC', 'PercentGC', 'PercentRepeat', 'CodingDensity', 'PseudogeneDensity', 'NonCodingDensity'],
-wait_for => ['PepStats', 'GeneGC', 'PercentGC', 'PercentRepeat', 'CodingDensity', 'PseudogeneDensity', 'NonCodingDensity', 'GeneCount'],
}
];
......
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