lib/seqtrimnext/plugins/plugin_key.rb in seqtrimnext-2.0.51 vs lib/seqtrimnext/plugins/plugin_key.rb in seqtrimnext-2.0.52

- old
+ new

@@ -9,19 +9,11 @@ class PluginKey < Plugin #Begins the pluginKey's execution to warn where is a key in the sequence "seq" - def execute(seqs) - @group_by_key=(@params.get_param('use_independent_folder_for_each_key')=='true') - - seqs.each do |s| - exec_seq(s) - end - end + def exec_seq(seq,blast_query) - - def exec_seq(seq) $LOG.debug "[#{self.class.to_s}, seq: #{seq.seq_name}]: marking key into the sequence" # blast_table_results.inspect actions=[]