You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
I got a bunch of bam files from the pipeline. I merged them all together with
samtools merge all.bam *.coord_sort.bam and to proceed with the analysis I have to convert all.bam to all.bedpe.
How I can correctly do it because with the bedtools bamtobed i got an empty .bedpe file. I need this kind of file to visualize it in IGV.
Best
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello.
I got a bunch of bam files from the pipeline. I merged them all together with
samtools merge all.bam *.coord_sort.bam and to proceed with the analysis I have to convert all.bam to all.bedpe.
How I can correctly do it because with the bedtools bamtobed i got an empty .bedpe file. I need this kind of file to visualize it in IGV.
Best
The text was updated successfully, but these errors were encountered: