
#set directory to directory where bash script is located
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR

rm -f *.bw
cp \
  /beevol/home/riemondy/Projects/hesselberth-clp1/data/hydroxylseq/2022-08-01/bw/trim/*/*.bw \
  .

