lib/seqtrimnext/plugins/plugin_extract_inserts.rb in seqtrimnext-2.0.45 vs lib/seqtrimnext/plugins/plugin_extract_inserts.rb in seqtrimnext-2.0.46
- old
+ new
@@ -284,10 +284,10 @@
end
end
def exec_seq(seq)
- $LOG.info "[#{self.class.to_s}, seq: #{seq.seq_name}]: extract inserts"
+ $LOG.debug "[#{self.class.to_s}, seq: #{seq.seq_name}]: extract inserts"
# puts "INSERTO ANTES LINKER INSERT:"+seq.seq_fasta
#look for ActionLinker into the sequence's actions
linkers=seq.get_actions(ActionLinker)