Sha256: a12a47edba18c98bc4af2cfe22e5abd75aa9bcc0c453433807334d839211d13a
Contents?: true
Size: 458 Bytes
Versions: 28
Compression:
Stored size: 458 Bytes
Contents
require "seqtrim_action" class ActionRightPrimer < 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} . BEGIN: #{@start_pos} END: #{@end_pos} " # # end def apply_decoration(char) return char.blue.underline # return char.magenta.negative end end
Version data entries
28 entries across 28 versions & 1 rubygems