create_run_list.RdCreate a list of runs that we can traverse
create_run_list(runs, psm_dir = ".", check_psm_files = FALSE)
| runs | A list of lists. Each inner lists has an element named 'psm'
that holds the psm string, and elements named using three letter crop acronyms,
as used in   | 
    
|---|---|
| psm_dir | The directory where the psm files are located  | 
    
| check_psm_files | Should we check if the psm file exists  |