logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bio::Tradis::Parser::Cigar - Take in a cigar string and output start and end relative to the reference

Author

       Carla Cummins <path-help@sanger.ac.uk>

Name

       Bio::Tradis::Parser::Cigar - Take in a cigar string and output start and end relative to the reference
       sequence

Synopsis

       Take in a cigar string and output start and end relative to the reference sequence

          use Bio::Tradis::Parser::Cigar;

          my $cigar = Bio::Tradis::Parser::Cigar->new(coordinate => 123, cigar => '10S90M');
          $cigar->start;
          $cigar->end;

Version

       version 1.4.5

See Also