# HG changeset patch # User romaingred # Date 1508761735 14400 # Node ID fe5a96def00e87ff8ffd99cad2452031ce0407c1 # Parent 201e27bab5a0fed46090e990a08b56176662be03 Uploaded diff -r 201e27bab5a0 -r fe5a96def00e bin/piPipe.pl --- a/bin/piPipe.pl Mon Oct 23 08:19:47 2017 -0400 +++ b/bin/piPipe.pl Mon Oct 23 08:28:55 2017 -0400 @@ -69,7 +69,7 @@ open my $report, '>', $file or die "Cannot open $file $!\n"; my @toBuild = ( [$build_index, \$ref], [$build_tRNAs, \$tRNAs], [$build_rRNAs, \$rRNAs], [$build_snRNAs, \$snRNAs], [$build_miRNAs, \$miRNAs], [$build_exons, \$exons], [$build_TE, \$TE] ); -to_build ( \@toBuild, $report ); +to_build ( \@toBuild, $report, $dir ); my $proc_child = ceil($max_procs / scalar(@fastq)); my $proc_grand_child = ceil($proc_child/4);