- enter project directory
- cd to ARMOR directory
git pull origin masterto be sure you have most update snakemake pipelineconda activate ARMORsnakemake -n --use-condafor a 'dry run'snakemake -j 6 --use-condafor full run
- try running all of this inside a tmux sesssion
- if you get an error saying 'target cannot be locked', check to make sure that snakemake is not running elsewhere at the same time (probably in another tmux session)
snakemake --rulegraph | dot -Tpdf > rulegraph.pdf