lib/output_information_methods.rb in snp-search-2.10.7 vs lib/output_information_methods.rb in snp-search-2.10.8

- old
+ new

@@ -121,10 +121,10 @@ end end end end end - puts "Total SNPs added so far: #{cds_snps_counter}" if snps_counter % 100 == 0 + puts "Total SNPs added so far: #{snps_counter}" if snps_counter % 100 == 0 end end puts "Total number of snps: #{snps_counter}" puts "Total number of snps in CDS region: #{cds_snps_counter}" puts "Total number of synonymous SNPs: #{total_number_of_syn_snps}"