Class FastaSample


  • public class FastaSample
    extends java.lang.Object
    Get a region from a fasta file
    Author:
    pablocingolani
    • Constructor Summary

      Constructors 
      Constructor Description
      FastaSample()  
    • Method Summary

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

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

      • FastaSample

        public FastaSample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main
        Parameters:
        args -
      • run

        public void run()