* Install *BSgenome.Hsapiens.UCSC.hg38* from [Bioconductor](http://www.bioconductor.org/packages/release/data/annotation/html/BSgenome.Hsapiens.UCSC.hg38.html):
Further, it is often advisable to increase the time Snakemake waits for the
file system via this flag:
```
--latency-wait 60
```
In the HPC system this was tested (based on SLURM), Snakemake sometimes does not
recognize if a job was killed on the cluster and hangs up waiting for it to finish.
To overcome this, we provide a small script called `cluster_status.py` which can
be passed to Snakemake as shown below. Note that this script might need to be adapted.
```
--cluster-status cluster_status.py
```
Finally, of course the cluster mode can be combined with `--use-singularity`.
## SNP calls
The pipeline will run simple SNV calling using [samtools](https://github.com/samtools/samtools) and [bcftools](https://github.com/samtools/bcftools) on Strand-seq. If you **already have