Skip to content

Commit

Permalink
Best to flow to the quality checks after FixReplicateResultSetsExperi…
Browse files Browse the repository at this point in the history
…mentIds
  • Loading branch information
Michael Nuhn committed Mar 18, 2016
1 parent b6c8716 commit 20bf772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Bio/EnsEMBL/Funcgen/Hive/Config/BamFileLinkQC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ sub pipeline_analyses {
},
},
{
-logic_name => 'MergeIDRReplicateAlignments',
-logic_name => 'FixReplicateResultSetsExperimentIds',
-flow_into => {
MAIN => {
BamFileQc => INPUT_PLUS({
'is_control' => 0,
'source' => 'MergeReplicateResultSet',
'source' => 'FixReplicateResultSetsExperimentIds',
}
)
},
Expand Down

0 comments on commit 20bf772

Please sign in to comment.