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