Changes
Page history
Update FAQ
authored
Mar 15, 2021
by
Leonie Plaga
Hide whitespace changes
Inline
Side-by-side
FAQ.md
View page @
52dcecf5
# General
# General
*
**
Snakemake commands do not work on my windows computer
.**
*
**
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.
*
If you are using windows, you have to add the option --keep-target-files for snakemake.
*
Try using slahes (/) instead of backslahes (
\)
.
*
**I want to calculate something new with snakemake, but it tells me "nothing to be done".**
*
**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.
*
Snakemake does not recalculate files, which are already there. You must delete the file, which has the name of your desired output.
# Backbone
# Backbone
...
...
...
...