Repository 'pirna_pipeline'
hg clone https://toolshed.g2.bx.psu.edu/repos/romaingred/pirna_pipeline

Changeset 27:fe5a96def00e (2017-10-23)
Previous changeset 26:201e27bab5a0 (2017-10-23) Next changeset 28:aea6ed0da85b (2017-10-24)
Commit message:
Uploaded
modified:
bin/piPipe.pl
b
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);