# Specify working directory (relative paths in the snakefile will use this as their origin).
# The workflow definition in form of a snakefile.
# Remove a lock on the working directory.
snakemake \
--directory${workdir}\
--snakefile${workdir}/workflow/rules/rqc.smk \
--unlock
echo""
echo"Dry run:"
# Specify working directory (relative paths in the snakefile will use this as their origin).
...
...
@@ -134,7 +140,7 @@ echo "Dry run:"
# Do not execute anything, and display what would be done. If you have a very large workflow, use –dry-run –quiet to just print a summary of the DAG of jobs.