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

separate flow for vega databases as does not exist for all species

parent b5e17a69
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,9 @@ sub pipeline_analyses {
'B->3' => ['PercentGC'],
'3->C' => ['CodingDensity'],
'C->3' => ['NonCodingDensity'],
'5->A' => ['ConstitutiveExonsVega', 'PepStatsVega'],
'3->A' => ['PercentRepeat', 'CodingDensity', 'NonCodingDensity', 'PercentGC'],
'2->A' => ['GeneGC', 'PepStats', 'GeneCount', 'ConstitutiveExons', 'ConstitutiveExonsVega', 'PepStatsVega'],
'2->A' => ['GeneGC', 'PepStats', 'GeneCount', 'ConstitutiveExons'],
'A->1' => ['Notify'],
},
},
......
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