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
I'm having issues visualizing BED and GTF files, but I am not getting any error messages when I am trying to make an image. It will simply fail to produce a file. However, I have no issues producing files when using only BigWig files. I have tried this out with my own data and the test data on your GitHub page. (The examples below use files from the test_data folder in this repo)
For instance, if I use this command (with no BED or GTF files):
It seems to just stop at the BED file and then not continue on with making an image. I've tried this on two different machines with multiple versions of Python/pyGenomeTracks but the same error appears. I'm unsure why this error is occurring so any help sorting this out would be much appreciated!
The text was updated successfully, but these errors were encountered:
Hi,
Sorry, now I understand that you used the example.
I think the issue is that bedtools is not installed however the last version of pgt uses bedtools to speed up.
Thanks for reporting the bug. We will fix it in the next release.
Using: Python 3.6.2 and pyGenomeTracks 3.5
I'm having issues visualizing BED and GTF files, but I am not getting any error messages when I am trying to make an image. It will simply fail to produce a file. However, I have no issues producing files when using only BigWig files. I have tried this out with my own data and the test data on your GitHub page. (The examples below use files from the test_data folder in this repo)
For instance, if I use this command (with no BED or GTF files):
I will get this output (and an image):
However, if I use a command like (with either BED or GTF tracks in it):
I will get (and no image):
It seems to just stop at the BED file and then not continue on with making an image. I've tried this on two different machines with multiple versions of Python/pyGenomeTracks but the same error appears. I'm unsure why this error is occurring so any help sorting this out would be much appreciated!
The text was updated successfully, but these errors were encountered: