Class SimpleTwoBitFileProvider


  • public class SimpleTwoBitFileProvider
    extends java.lang.Object
    Created by yana on 4/4/17.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void downloadIfNoTwoBitFileExists​(java.io.File twoBitFileLocalLocation, java.lang.String genomeAssembly)  
      static java.net.URL getTwoBitURL​(java.lang.String genomeAssembly)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • SimpleTwoBitFileProvider

        public SimpleTwoBitFileProvider()
    • Method Detail

      • downloadIfNoTwoBitFileExists

        public static void downloadIfNoTwoBitFileExists​(java.io.File twoBitFileLocalLocation,
                                                        java.lang.String genomeAssembly)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getTwoBitURL

        public static java.net.URL getTwoBitURL​(java.lang.String genomeAssembly)
                                         throws java.net.MalformedURLException
        Throws:
        java.net.MalformedURLException
      • main

        public static void main​(java.lang.String[] args)