Pipe instancePipe;
// Build a new pipe
ArrayList<Pipe> pipeList = new ArrayList<Pipe>();
pipeList.add(new SvmLight2FeatureVectorAndLabel());
instancePipe = new SerialPipes(pipeList);
InstanceList instances = new InstanceList(instancePipe);
Reader fileReader;
if (inputFile.equals("-")) {