edu.upenn.gloDB.io
Interface FASTAParser

All Known Implementing Classes:
FASTAParserDefault, FASTAParserFly, FASTAParserMinimal

public interface FASTAParser

Interface for parsing of FASTA headers. Since there is no standard for FASTA headers, this allows for users to define their own parser if necessary.

Version:
$Id: FASTAParser.java,v 1.3.2.3 2005/01/07 19:56:59 fisher Exp $

Method Summary
 java.util.HashMap parseHeader(java.lang.String header)
           
 

Method Detail

parseHeader

java.util.HashMap parseHeader(java.lang.String header)



Copyright 2012 Stephen Fisher and Junhyong Kim, University of Pennsylvania. All Rights Reserved.