I have deleted all of files in 01_fetch/out/ and 02_munge/out and I am trying to make sure that Snakefile_fetch_munge can recreate them. The most up to date version of Snakefile_fetch_munge is in #95.
When I run snakefile -s Snakefile_fetch_munge --cores all I get the following error:
However 01_fetch/out/usgs_nwis_01474500.txt is created and it appears to be the correct data
I have deleted all of files in
01_fetch/out/
and02_munge/out
and I am trying to make sure thatSnakefile_fetch_munge
can recreate them. The most up to date version ofSnakefile_fetch_munge
is in #95.When I run
snakefile -s Snakefile_fetch_munge --cores all
I get the following error:However
01_fetch/out/usgs_nwis_01474500.txt
is created and it appears to be the correct data