The rule split_big_file uses split command and generates files that have filenames like bigfile.001, bigfile.002, etc. I use touch('splitting_file.done') in the rule split_big_file to make sure that the next rule process_small_files does not start before it finishes. When I try to run this, I get a Missing input files for rule process_small_files error. How can I get around this?
Bigfile.002
2ff7e9595c
Comments