Sha256: 85d6369716857d75e678c3677ae5e614938d23959292aecc7990d1fe1e910498

Contents?: true

Size: 830 Bytes

Versions: 28

Compression:

Stored size: 830 Bytes

Contents

require "seqtrim_action"

########################################################
# Author: Almudena Bocinos Rioboo                      
# 
# Defines the main methods that are necessary to execute PluginActionLowHighSize                                                     
# Inherit: Plugin
########################################################

class ActionLowHighSize < SeqtrimAction   
  
  def initialize(start_pos,end_pos)
    super(start_pos,end_pos)    
    @cut =false

  end
   
# def apply_to(seq)
#   
#    # seq.seq_fasta = seq.seq_fasta.slice(start_pos,end_pos)
#    $LOG.debug " Applying #{self.class}  to #{seq.seq_name}. This sequence will be ignored due to low or high size " 
#    #delete sequence if it was created
#    
#   
# end  

def apply_decoration(char)
  return char.on_magenta
end         

end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
seqtrimnext-2.0.68 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.66 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.62 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.61 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.60 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.59 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.57 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.56 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.55 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.54 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.52 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.51 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.50 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.49 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.48 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.46 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.45 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.42 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.41 lib/seqtrimnext/actions/action_low_high_size.rb
seqtrimnext-2.0.39 lib/seqtrimnext/actions/action_low_high_size.rb