Changeset 31520
- Timestamp:
- May 10, 2011, 6:25:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110505/ippScripts/scripts/lap_science.pl
r31516 r31520 460 460 my $companion; 461 461 462 if ($exposure->{pair_id}) { # Load companion exposure information 463 if (exists($match_hash{$exposure->{chip_id}})) { 462 if ($exposure->{pairwise}) { 463 # Load companion exposure information 464 if (($exposure->{pair_id})&&(exists($match_hash{$exposure->{chip_id}}))) { 464 465 $companion = ${ $exposures }[$match_hash{$exposure->{chip_id}}]; # Match! 466 } 467 else { # We claimed to be pairwise, but do not have a valid pair_id. 468 $exposure->{pairwise} = 0; 469 $exposure->{private} = 1; 470 &update_this_exposure($exposure); 465 471 } 466 472 } … … 500 506 $is_bad_quality = 1; 501 507 } 508 # If we've detected a bad quality exposure, drop it, and tell the companion. 502 509 if ($is_bad_quality) { 503 510 unless ((defined($exposure->{diffRun_state}))&& … … 517 524 518 525 } 519 526 520 527 if ($exposure->{data_state} eq 'drop') { # This exposure is impossible, so fudge the counts so we get through. 521 528 $can_qstack ++; … … 785 792 } 786 793 my $retry_command; 787 if ( $exposure->{pairwise}) { # warpwarp794 if (($exposure->{pairwise})&&(defined(${ $exposures }[$match_hash{$exposure->{chip_id}}]))) { # warpwarp 788 795 my $companion = ${ $exposures }[$match_hash{$exposure->{chip_id}}]; 789 796 $command .= " -definewarpwarp ";
Note:
See TracChangeset
for help on using the changeset viewer.
