-
Notifications
You must be signed in to change notification settings - Fork 41
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
Blank png files #45
Comments
You can run the command convert xxx.svg xxx.png yourself |
Thank you for the reply! Sadly this did not working either. I still end up with a blank file. The file size increases a bit? Originally it was 7.3K but now it is 13K. I have sence tried running a number of other regions as well, none of which are plotting. Some throw an error:
And again, the command I used that resulted in this error was: |
svg is only 17k, which is not too big. There may be something wrong with the convert command in your linux system. |
The svg file is actually 308M. I have tried bringing it locally, but does not like to open in the browser. The convert function seems to work for some regions, but not most. |
You can retry running this command manually on a computer node with large memory.convert xxx.svg xxx.png |
I am attempting to plot regions along a genome. I know I have dense SNP data, but some regions work, and others don't? An example of the command for a region that does not work is:
Output File:
Error File:
Thank you for the help!
The text was updated successfully, but these errors were encountered: