Sha256: 5422b5eda081658cf08c12c13bbdc1152d2f912bef800c592919a24f8f6eebd0
Contents?: true
Size: 669 Bytes
Versions: 28
Compression:
Stored size: 669 Bytes
Contents
require "seqtrim_action" ######################################################## # Author: Almudena Bocinos Rioboo # # Defines the main methods that are necessary to execute Plugin1 # Inherit: Plugin ######################################################## class ActionPolyA < SeqtrimAction def initialize(start_pos,end_pos) super(start_pos,end_pos) @cut =true end # def apply_to(seq) # # # seq.seq_fasta = seq.seq_fasta.slice(start_pos,end_pos) # $LOG.debug " Applying #{self.class} " # # end def apply_decoration(char) return char.bold end end
Version data entries
28 entries across 28 versions & 1 rubygems