#!/bin/bash -ex

## single end or pair end DNase-seq data quality control

fastqStatsAndSubsample -sampleSize=100000  $1 $2 100k.fq

rm 100k.fq
