all:
	snakemake -s Snakefile -c4 --use-singularity --forceall

clean:
	rm -rf reference/genome.*.bt2 logs .snakemake
