1# Print all of the standard data files...
2u 0:10:end PrintAverageData       # Save info about they average genotypes
3u 0:10:end PrintDominantData      # Save info about most abundant genotypes
4u 0:10:end PrintStatsData         # Collect satistics about entire pop.
5u 0:10:end PrintCountData         # Count organisms, genotypes, species, etc.
6u 0:10:end PrintTasksData         # Save organisms counts for each task.
7u 0:10:end PrintTimeData          # Track time conversion (generations, etc.)
8u 0:10:end PrintResourceData      # Track resource abundance.
9u 0:10:end PrintDominantGenotype      # Save the most abundant genotypes
10u 0:10:end PrintTasksExeData    # Num. times tasks have been executed.
11u 0:10:end PrintTasksQualData   # Task quality information
12
13# Setup the exit time and full population data collection.
14u 100 SavePopulation         # Save current state of population.
15u 100 SaveHistoricPopulation # Save ancestors of current population.
16u 100 exit                        # exit
17