Package demo
Class DemoAlignmentFromFasta
- java.lang.Object
-
- demo.DemoAlignmentFromFasta
-
public class DemoAlignmentFromFasta extends java.lang.Object
Demo of how to use theFastaStructureParser
class 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 void
getAlignmentFromFasta()
static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
getAlignmentFromFasta
public static void getAlignmentFromFasta() throws StructureException
- Throws:
StructureException
-
main
public static void main(java.lang.String[] args) throws StructureException
- Throws:
StructureException
-
-