// find all of the features
// output to the out file the tube information
//outFile = new PrintWriter(new BufferedWriter(new FileWriter(outFileName)));
Iterator entriesIterator = gffEntries.lineIterator();
// make sure to sort the records
sorter = new TreeMap<Integer, GFFRecord>();
// add everything to the treeMap to ensure it is sorted