NAME
Bio::MUST::Apps::Debrief42::TaxReport::NewSeq - Internal class for tabular tax-report parser
VERSION
version 0.213470
SYNOPSIS
# TODO
DESCRIPTION
# TODO
METHODS
heads
Class method returning all the attribute names (not an array reference).
# $tax_report is an output file
open
my
$fh
,
'>'
,
$tax_report
;
say
{
$fh
}
'# '
.
join
"\t"
, NewSeq->heads;
This method does not accept any arguments.
stringify
Returns a string corresponding to NewSeq attribute values. The string is ready to be printed as a single TaxReport line.
# $fh is an output filehandle
say
{
$fh
}
$new_seq
->stringify;
This method does not accept any arguments.
AUTHOR
Denis BAURAIN <denis.baurain@uliege.be>
CONTRIBUTOR
Mick VAN VLIERBERGHE <mvanvlierberghe@doct.uliege.be>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by University of Liege / Unit of Eukaryotic Phylogenomics / Denis BAURAIN.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.