|
NAMEBio::GFF3::Transform::FromFasta - make gff3 for the sequences in a fasta file SYNOPSIS use Bio::GFF3::Transform::FromFasta 'gff3_from_fasta';
gff3_from_fasta(
in => [ 'file1', $filehandle, ... ],
out => \*STDOUT,
type => 'contig',
fasta_section => 1,
source => 'MyAnalysis',
);
FUNCTIONSgff3_from_fasta( in => \@files_or_fhs, out => $fh, type => 'SO_type' )Arguments
AUTHORRobert Buels <rmb32@cornell.edu> COPYRIGHT AND LICENSEThis software is copyright (c) 2012 by Robert Buels. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|