You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print LOG "Check the following before proceeding:\n\n";
2693
2693
2694
2694
if ($GNORMeq"true"){
2695
-
$exp_num_reads = `grep -A 3 Expected $s_dir/GENE/expected_num_reads_gnorm.txt" | grep -A 3 estimate`;
2695
+
$exp_num_reads = `grep -A 3 Expected $s_dir/GENE/expected_num_reads_gnorm.txt | grep -A 3 estimate`;
2696
2696
chomp($exp_num_reads);
2697
2697
print LOG "\n[Gene Normalization]\n";
2698
2698
print LOG "(1) Number of reads\n";
2699
2699
print LOG "$exp_num_reads\n";
2700
-
print LOG "See \"$exp_file\"\nand modify the list of sample directories (\"$sample_dir\") accordingly to get more reads.\n\n";
2700
+
print LOG "See \"$s_dir/GENE/expected_num_reads_gnorm.txt\"\nand modify the list of sample directories (\"$sample_dir\") accordingly to get more reads.\n\n";
0 commit comments