-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plot.dist.py output to screen only #178
Comments
Hi, you have many chromosomes in there so the html output just gets too big. You can get more reasonable output with:
then use plot-dist.py on that. |
Solved, many thanks. Is there a way to shift the legend to the right, or easiest just to turn off? |
You can probably edit plot_dist.py to do that, it's really just meant as an example. You can also use multiqc on the mosdepth output to get nicer plots. |
Actually Multiqc does produce nicer plots. Thanks for recommendation!! |
I've calculated mosdepth coverage with the command:
mosdepth -n -b 500 -x -t 4 -Q30$OUTPUT_DIR/$ {base%.cov} ${this_bam}
I run plot-dist.py with:
python mosdepth-0.3.3/scripts/plot-dist.py *.global.dist.txt
However, the output prints to screen and an empty html is created. Is there something I'm doing wrong? Output file attached. TIA.
example.mosdepth.global.dist.txt
The text was updated successfully, but these errors were encountered: