Package demo
Class DemoAlignmentFromFasta
- java.lang.Object
 - 
- demo.DemoAlignmentFromFasta
 
 
- 
public class DemoAlignmentFromFasta extends Object
Demo of how to use theFastaStructureParserclass to read protein structures from a FASTA file.- Author:
 - Spencer Bliven
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DemoAlignmentFromFasta() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidgetAlignmentFromFasta()static voidmain(String[] args) 
 - 
 
- 
- 
Constructor Detail
- 
DemoAlignmentFromFasta
public DemoAlignmentFromFasta()
 
 - 
 
- 
Method Detail
- 
getAlignmentFromFasta
public static void getAlignmentFromFasta() throws StructureException
- Throws:
 StructureException
 
- 
main
public static void main(String[] args) throws StructureException
- Throws:
 StructureException
 
 - 
 
 -