DOKK / manpages / debian 12 / bio-tradis / Bio::Tradis::Parser::Cigar.3pm.en
Bio::Tradis::Parser::Cigar(3pm) User Contributed Perl Documentation Bio::Tradis::Parser::Cigar(3pm)

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

version 1.4.5

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;

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

This software is Copyright (c) 2013 by Wellcome Trust Sanger Institute.

This is free software, licensed under:

  The GNU General Public License, Version 3, June 2007
2020-01-11 perl v5.30.0