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::DetectTags - Detect tr tags in BAM file

Author

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

Methods

       "tags_present" - returns true if TraDIS tags are detected in "bamfile"

Name

       Bio::Tradis::DetectTags

Parameters

Required
       "bamfile" - path to/name of file to check

Synopsis

       Detects presence of tr/tq tags in BAM files from Tradis analyses
          use Bio::Tradis::DetectTags;

          my $pipeline = Bio::Tradis::DetectTags->new(bamfile => 'abc');
          $pipeline->tags_present();

Version

       version 1.4.5

See Also