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