Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Adding some logging to see exactly where Strelka looks for the
Browse files Browse the repository at this point in the history
recalibrated BAM.
  • Loading branch information
pauldwolfe committed Feb 28, 2019
1 parent 929de02 commit 3e07fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/HMF/Pipeline/Strelka.pm
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ sub run {
sub checkRecalibratedSample {
my ($sample, $sample_bam_path, $opt) = @_;

say "\nLooking for existing recalibrated bam at: $sample_bam_path";
if (index($sample_bam_path, "recalibrated.bam") == -1) {
say "\nMissing recalibrated file for sample: $sample";
my ($recalibrated_bam, $recalibration_jobs) = runRecalibrationOnSample($sample, $opt);
Expand Down

0 comments on commit 3e07fbf

Please sign in to comment.