allind / EukDetect

MIT License
43 stars 16 forks source link

--unlock argument. #12

Open HNUmcc opened 3 years ago

HNUmcc commented 3 years ago

Building DAG of jobs... Error: Directory cannot be locked. Please make sure that no other Snakemake process is trying to create the same files in the following directory: /home/ZZZ_Macc/tools/EukDetect/EukDetect-master If you are sure that no other instances of snakemake are running on this directory, the remaining lock was likely caused by a kill signal or a power loss. It can be removed with the --unlock argument.

How to use the argument ???? eukdetect ???

HNUmcc commented 3 years ago

The hidden file (.snakemake) should be deleted, right?

allind commented 3 years ago

You should be able to fix this by removing all files in .snakemake/locks/. Leaving this issue open so I will add this option in eukdetect in future.

HNUmcc commented 3 years ago

Thank you very much.

antgonza commented 2 years ago

Just hit this one; thank you for leaving open and agree that either adding an option to skip this problem or adding a message so the user knows how to solve would be a nice solution.