点击查看代码
ls -d * | while read id ;do bamCoverage \
-b ${id}/Aligned.sortedByCoord.out.bam \
-o ./${id}.bigwig \
--binSize 10 --normalizeUsing RPKM \
--scaleFactor 1 --numberOfProcessors 16 &  \
done
posted on 2025-02-10 11:01  Bonjour_!  阅读(43)  评论(0)    收藏  举报