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
Yes, the input is two .bed files, but it looks different than you provided (and it doesn't strictly confirm to the .bed file format). I've copied over the relevant part of that issue thread here:
I figured out the "TRACTS-compatible" .bed format here:
The manual has the following command to plot
IND='HG02481'; python plot_karyogram.py
--bed_a ${IND}_A.bed
--bed_b ${IND}_B.bed
--ind ${IND}
--out ${IND}.png
What's the format of the .bed file? Can you give an example? Does it look like the following?
21 100 200 EUR
21 200 800 AFR
...
One .bed file for hap1, and the other for hap2?
Thanks so much!
The text was updated successfully, but these errors were encountered: