#!/bin/bash echo "- executing snakemake file for npanalysis..." snakemake --cores 8 --forceall --keep-incomplete --keep-going --rerun-incomplete echo "- snakemake executed successfully!"