Update FAQ authored by Leonie Plaga's avatar Leonie Plaga
# General
* **I get a missing rule exceptiopn from snakemake, although I try to use an existing rule.**
* If you are using windows, you have to add the option --keep-target-files for snakemake.
* Try using slahes (/) instead of backslahes (\).
* Try using slahes (/) instead of backslahes (\\).
* **I want to calculate something new with snakemake, but it tells me "nothing to be done".**
* Snakemake does not recalculate files, which are already there. You must delete the file, which has the name of your desired output.
# Backbone
......
......