Update FAQ authored by Christine Nowak's avatar Christine Nowak
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
* 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".** * **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.
* **I get the following error message in the terminal: 'Error: Directory cannot be locked.'**
* Execute 'snakemake --unlock --cores all' and retry.
# Backbone # Backbone
* **I do not understand the backbone input data.** * **I do not understand the backbone input data.**
* There is an explanation video from VTT ([https://gitlab.vtt.fi/backbone/backbone/-/wikis/Getting-started/Input-files](https://gitlab.vtt.fi/backbone/backbone/-/wikis/Getting-started/Input-files), to be found in the section "Understanding Input Data"), and one from the EE (https://ruhr-uni-bochum.sciebo.de/s/4XRKeN0IkYcaGhf, pwd: bbeinfuehrung20, in German). * There is an explanation video from VTT ([https://gitlab.vtt.fi/backbone/backbone/-/wikis/Getting-started/Input-files](https://gitlab.vtt.fi/backbone/backbone/-/wikis/Getting-started/Input-files), to be found in the section "Understanding Input Data"), and one from the EE (https://ruhr-uni-bochum.sciebo.de/s/4XRKeN0IkYcaGhf, pwd: bbeinfuehrung20, in German).
... ...
......