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::RemoveTags - Remove tags from seqs a fastq file

Author

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

Methods

       "remove_tags" - output all reads with the tags removed to "outfile"

Name

       Bio::Tradis::RemoveTags - Remove tags from seqs a fastq file

Parameters

Required
       •   "fastqfile" - path to/name of file to filter

       •   "tag" - TraDIS tag to remove

   Optional
       •   "mismatch" - number of mismatches to allow when removing the tag. Default = 0

       •   "outfile" - defaults to "file.rmtag.fastq" for and input file named "file.fastq"

Synopsis

       Reads in a fastq file with tradis tags already attached to the start of the sequence Removes tags from
       the sequence and quality strings Outputs a file *.rmtag.fastq unless an out file is specified

          use Bio::Tradis::RemoveTags;

          my $pipeline = Bio::Tradis::RemoveTags->new(fastqfile => 'abc', tag => 'abc');
          $pipeline->remove_tags();

Version

       version 1.4.5

See Also