You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we delete all the csvs then rerun the workflow, we get errors because we dont create all csvs (ie. Conversionlh.csv, AccumulatedAnnualDemand.csv, ...). In the snakefile, lets create a function that will generate all of these missing files, that way we can have a fully reproducible workflow though snakemake. To generate the missing files, we can compare to the file list in simplicity.
A very similar thing is done in the osemosys global workflow here
The text was updated successfully, but these errors were encountered:
If we delete all the csvs then rerun the workflow, we get errors because we dont create all csvs (ie. Conversionlh.csv, AccumulatedAnnualDemand.csv, ...). In the snakefile, lets create a function that will generate all of these missing files, that way we can have a fully reproducible workflow though snakemake. To generate the missing files, we can compare to the file list in simplicity.
A very similar thing is done in the osemosys global workflow here
The text was updated successfully, but these errors were encountered: