Skip to content
Snippets Groups Projects
Commit 8298c18d authored by ameyner2's avatar ameyner2
Browse files

Allowed for new path

parent 77c2d671
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ printf $out_fh "project_id\tbatch_id\tsample_a\tsample_b\tpedigree_parents\tpred
foreach my $family_id (sort keys %ped)
{
my @peddy_glob = glob(sprintf("$out_dir/*_%s_%s_%s_%s/%s_%s/qc/peddy/%s%s.ped_check.csv",
my @peddy_glob = glob(sprintf("$out_dir/*/*_%s_%s_%s_%s/%s_%s/qc/peddy/%s%s.ped_check.csv",
$version, $project_id, $batch_id, $family_id, $ped{$family_id}{'aff'}, $family_id, $batch_id, $family_id));
next if (scalar(@peddy_glob) == 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment