Skip to content

Commit

Permalink
Fix accidental deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
UBrau committed Oct 23, 2020
1 parent 6eda46a commit 2e7b843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3_combine.pl
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,14 @@


# Generate files for expression analysis
mkdir $outDir."/expression" unless (-e $outDir."/expression");
system "$path/R/combine_reads_expression.R -e $evTab -t $treatTab -d fwd -c $cores $outDir" and
die "[3] Error when combining reads for expression\n";
print "[3] Done generating tables for expression\n";


# Get PSI, RPM, pseudo counts etc. per well
mkdir $outDir."/welldata" unless (-e $outDir."/welldata");
system "$path/R/compute_psi_rpm.R -c $cores $outDir -e $evTab" and
die "[3] Error when calculating PSI etc.\n";
print "[3] Done computing PSI\n";
Expand Down

0 comments on commit 2e7b843

Please sign in to comment.