The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bio::Tradis::RunTradis - Perform all steps required for a tradis analysis

VERSION

version 1.132140

SYNOPSIS

Takes a fastq file with tags already attached, filters the tags matching user input, removes the tags, maps to a reference (.fa) and generates insertion site plots for use in Artemis

   use Bio::Tradis::RunTradis;
   
   my $pipeline = Bio::Tradis::RunTradis->new(
                                        fastqfile => 'abc',  
                                        reference => 'abc',
                                        tag => 'abc',
                                        tagdirection => '5'|'3'
   );
   $pipeline->run_tradis();

AUTHOR

Carla Cummins <cc21@sanger.ac.uk>

COPYRIGHT AND LICENSE

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