GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Bio::GFF3::Transform::FromFasta(3) User Contributed Perl Documentation Bio::GFF3::Transform::FromFasta(3)

Bio::GFF3::Transform::FromFasta - make gff3 for the sequences in a fasta file

  use Bio::GFF3::Transform::FromFasta 'gff3_from_fasta';

  gff3_from_fasta(
    in            => [ 'file1', $filehandle, ... ],
    out           => \*STDOUT,
    type          => 'contig',
    fasta_section => 1,
    source        => 'MyAnalysis',
  );

Arguments
in
  in   => \@files_or_fhs
    

Arrayref of filenames or filehandles containing FASTA.

out
  out  => $file,
    

Filename or filehandle to write GFF3 to.

type
  type => 'SO_type',
    

String Sequence Ontology term name for the features being made.

source
  source => 'fasta',
    

Source name to put in the gff3. Default 'fasta'.

fasta_section
  fasta_section => 0,
    

Default off. if true, write the actual sequencesh '##FASTA' section.

Robert Buels <rmb32@cornell.edu>

This 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.

2014-02-28 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.