Package org.rcsb.mmtf.spark.examples
Class ChainExample
- java.lang.Object
-
- org.rcsb.mmtf.spark.examples.ChainExample
-
public class ChainExample extends java.lang.ObjectAn example of taking a list of PDB IDs, pulling them from the MMTF server and returning aSegmentDataRDDof 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 voidmain(java.lang.String[] args)The main function to take the input IDs.
-