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

peptide stats not needed for otherfeatures databases

parent c6d9e457
No related branches found
No related tags found
No related merge requests found
......@@ -55,23 +55,10 @@ sub pipeline_analyses {
-input_ids => [ {} ],
-flow_into => {
1 => 'Notify',
2 => ['PepStatsOtherf', 'PepStatsVega', 'ConstitutiveExons'],
2 => ['PepStatsVega', 'ConstitutiveExons'],
},
},
{
-logic_name => 'PepStatsOtherf',
-module => 'Bio::EnsEMBL::Pipeline::Production::PepStats',
-parameters => {
tmpdir => '/tmp', binpath => '/software/pubseq/bin/emboss',
dbtype => 'otherfeatures',
},
-max_retry_count => 5,
-hive_capacity => 10,
-rc_name => 'mem',
-can_be_empty => 1,
},
{
-logic_name => 'ConstitutiveExons',
-module => 'Bio::EnsEMBL::Pipeline::Production::ConstitutiveExons',
......@@ -106,7 +93,7 @@ sub pipeline_analyses {
email => $self->o('email'),
subject => $self->o('pipeline_name').' has finished',
},
-wait_for => ['PepStatsOtherf', 'PepStatsVega', 'ConstitutiveExons'],
-wait_for => ['PepStatsVega', 'ConstitutiveExons'],
}
];
......
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