Class ChainExample


  • public class ChainExample
    extends java.lang.Object
    An example of taking a list of PDB IDs, pulling them from the MMTF server and returning a SegmentDataRDD of their calpha chains. These can then be operated upon.
    Author:
    Anthony Bradley
    • Constructor Summary

      Constructors 
      Constructor Description
      ChainExample()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      The main function to take the input IDs.
      • Methods inherited from class java.lang.Object

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

      • ChainExample

        public ChainExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        The main function to take the input IDs.
        Parameters:
        args - the arguments for the function
        Throws:
        java.io.IOException - due to an error reading from the URL