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

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

version 1.4.5

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();

  • "fastqfile" - path to/name of file to filter
  • "tag" - TraDIS tag to remove

  • "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"

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

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