for i in *.merged.bed12
do echo "awk '{print $4}' $i > ${i%*.merged.bed12}_readistribution.txt &"; done > SJ_readdistribution_que.sh

