Version Control

Predict Richness


This is a follow up question to Pull and Move.

Your job is to take all of these files, run them through the Python code and produce a single list of the areas and associated richness predictions from all of the sites combined. This list should be sorted from the smallest area to the largest area, should only include unique values, and should be stored to a file called predicted_diversities.txt.

Once you’ve figured out the necessary shell commands put them in a text file and save it as predict_richness.sh. Test to make sure everything is working by running it using the command bash predict_richness.sh. Commit the new shell program and the resulting data file to the repository.