lib/seqtrimnext/plugins/plugin_short_insert.rb in seqtrimnext-2.0.45 vs lib/seqtrimnext/plugins/plugin_short_insert.rb in seqtrimnext-2.0.46

- old
+ new

@@ -94,11 +94,11 @@ end def exec_seq(seq) - $LOG.info "[#{self.class.to_s}, seq: #{seq.seq_name}]: checking if insert of sequence has enought size" + $LOG.debug "[#{self.class.to_s}, seq: #{seq.seq_name}]: checking if insert of sequence has enought size" # puts "inserto #{seq.insert_start}, #{seq.insert_end} size #{seq.seq_fasta.size}" if (seq.seq_fasta.size > 0) # para acciones que no tienen activado el cortar, se las corta aquí @@ -181,10 +181,10 @@ end #Begins the plugin1's execution to warn if the inserted is so short def execute_no_cut_quality(seq) - $LOG.info "[#{self.class.to_s}, seq: #{seq.seq_name}]: checking if insert of sequence has enought size" + $LOG.debug "[#{self.class.to_s}, seq: #{seq.seq_name}]: checking if insert of sequence has enought size" #vemos el tamaño del inserto actual # puts " antes current_insert #{seq.seq_fasta.length}"