NAME

Task::FASTQTools

VERSION

version 0.03

SYNOPSIS

Facilities to process FASTQ files as returned from sequencing instruments. Convert from FASTQ to FASTA, tabular and BioX::Seq formats.

DESCRIPTION

A collection of tools to convert, filter and analyze FASTQ/A files. This is mostly a playpen for me to experiment with the BioX::Seq and other biological sequence modules in Perl. Code may eventually find itself in the Bio::Seq::Alignment modules

NAME

Task::FASTQTools- manipulate FASTQ files from perl

SUBROUTINES

fa2BioXSeq ($input_file, $bioseq_objects_ref)

Convert a FASTA file to an array ref of BioX::Seq objects and append them to the array ref that has been provided by the caller.

fa2tab ($input_file, $output_file)

Convert a FASTA file to tab delimited file

fastq2a ($input_file, $output_file)

Converts a FASTQ file to the equivalent FASTA file

fq2BioXSeq ($input_file, $bioseq_objects_ref)

Convert a FASTQ file to an array ref of BioX::Seq objects and append them to the array ref that has been provided by the caller.

fq2tab ($input_file, $output_file)

Convert a FASTQ file to tab delimited file

SEE ALSO

AUTHOR

Christos Argyropoulos chrisarg@cpan.org

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Christos Argyropoulos.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

AUTHOR

Christos Argyropoulos chrisarg@gmail.com

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Christos Argyropoulos.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.