Package demo

Class ParseFastaFileDemo


  • public class ParseFastaFileDemo
    extends java.lang.Object
    Created by andreas on 6/17/15.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParseFastaFileDemo

        public ParseFastaFileDemo()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        e.g. download ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/complete/uniprot_trembl.fasta.gz and pass in path to local location of file
        Parameters:
        args -
        Throws:
        java.lang.Exception