#!/bin/bash
#
#SBATCH --output=/home/jvierstra/proj/footprinting.2019/processed/h.Oci-Ly-7-DS27687/logs/%J.out
#SBATCH --mem=16G
#SBATCH --cpus-per-task=8
#SBATCH --partition=queue1 

set -e -o pipefail

ftd-update-dispersion-model /home/jvierstra/proj/footprinting.2019/processed.v2/h.Oci-Ly-7-DS27687/dm.json > /home/jvierstra/proj/footprinting.2019/processed/h.Oci-Ly-7-DS27687/dm.json

python2 /home/jvierstra/proj/footprinting.2019/plot_qc.py 	/home/jvierstra/proj/footprinting.2019/processed/h.Oci-Ly-7-DS27687/dm.json h.Oci-Ly-7-DS27687 /home/jvierstra/proj/footprinting.2019/processed/h.Oci-Ly-7-DS27687/qc.pdf


