Skip to content
Snippets Groups Projects
Commit 5580cafd authored by elabaron's avatar elabaron
Browse files

src/nomr_coverage.sh : do the job

parent 723264bd
No related branches found
No related tags found
No related merge requests found
......@@ -41,3 +41,5 @@ factor=$(echo "1000000/($hg38)" | bc -l)
echo "hg38 counts : $hg38"
echo "scaling factor : $factor"
echo "bamCoverage -p ${cpus} --scaleFactor ${factor} --binSize ${binSize} -b ${bam} -o ${output}"
bamCoverage -p ${cpus} --scaleFactor ${factor} --binSize ${binSize} -b ${bam} -o ${output}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment