Sha256: b469c8e9a8af42f73a64d1c988007abccde93841200e805f0f822a560031b0e6
Contents?: true
Size: 675 Bytes
Versions: 28
Compression:
Stored size: 675 Bytes
Contents
require "seqtrim_action" ######################################################## # Author: Almudena Bocinos Rioboo # # Defines the main methods that are necessary to execute Plugin1 # Inherit: Plugin ######################################################## class ActionUnexpectedPolyT < 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