As there are no examples on using non-text files as input, I'm trying to piece together the steps involved in reading in sequence data.
The main piece looks to be the SeqFileSource (as of 0.5 snapshot) which takes a path and a PType. The PType is where my confusion begins. How does PType relate to InputFormat and OutputFormat? Do I need to implement my own PTypes and the associated in/out MapFns? Thanks, Mike
