Entering edit mode
2.8 years ago
Anst
▴
50
Hello!
I am trying to calculate some probabilities via python and for that, I need a bam file in it.
I'd like to know what is the best way of uploading bam into jupyter notebook, so I can see how reads are laying against reference
Thanks!
Thanks! However, there are some challenges with pysam installation. Just cannot do it via conda...
What's the problem? I was able to install it using conda/mamba with no special issues. If you are running into dependency conflicts, try installing in a clean conda environment.
I've already dealt with all installing problems. Thanks for your answer!