Hi,
I am posting this issue on behalf of a colleague who uses IGV on windows 10 (I work on linux and never encountered this issue). She reported that, when analyzing a gene fusion, she could not use the option "View mate region in split screen" for split paired-ends because nothing would happen and the program would get stuck to the last genomic coordinates after that.
I could reproduce the very same behavior on a couple of windows 10 machines using IGV 2.4.19 to 2.8.12. I tried both bundled JRE and system java installation, in the second case I used Oracle Java 11.0.9 JDK.
The issue seems to affect Windows 10, although another colleague
reports similar behavior on an iMac too (bundled jdk11, 2.8.9). As I
said before, I never had a problem with this on linux.
The fusion split screen is a killer feature for us as we mainly work with fusions. Any help is warmly appreciated.
Kindest regards
--
---
You received this message because you are subscribed to the Google Groups "igv-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to igv-help+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/igv-help/2b5f4797-9a34-4c52-9107-c74111771317n%40googlegroups.com.
Hi Jim,
I loaded one of the BAM files from the 1000 genomes as you kindly asked and the behavior was the same. The bam files I used before were aligned on hg38 with bwa so the reference does not seem to be involved.
Another bit of information I forgot in the previous email, user interface of windows 10 is localized (italian language and keyboard) while my linux system is set on english/US.
I previously started igv from the command prompt but no warning was issued when I tried "view mate region in split screen", it simply got stuck. The only thing that resurrected the user interface was changing reference genome build.
Please find attached the log file as per your request. I
performed a clean install of v2.8.12 and loaded one of our bam
first, then switched to hg19 and loaded one 1000G alignment.
Andrea
You received this message because you are subscribed to a topic in the Google Groups "igv-help" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/igv-help/vtgf_JTe9V0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to igv-help+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/igv-help/CACOP%2Bpuhpmt6%2B4m4q1SUw0_iKVMrJBBMUTEOQomAX%3D6nw0i18Q%40mail.gmail.com.
-- Andrea Mafficini PhD ARC-NET: Centre for Applied Research on Cancer Department of Diagnostics and Public Health University of Verona - Policlinico G.B. Rossi Building: piastra odontoiatrica, 2nd floor P.le L.A. Scuro, 10 37134 Verona ITALY Phone +39 045 812 4846 Fax +39 045 802 7136
Hi Jim,
It looks like it's a localization issue. I changed the user interface of the window machine from which I produced the log file I sent you to English/US. Guess what? Now the "View mate region in split screen" command works perfectly...
I am attaching a screenshot of the region I used when the 1000G
sample was loaded (chr12:25,404,399-25,405,863). I was using the
same region before, when the command was not working. The only
thing I changed was language/localization.
I hope this can be solved, it would be difficult to change the
user language for everybody here :)
Thank you for your support
Andrea
String startStr = NumberFormat.getInstance().format(s2);
String endStr = NumberFormat.getInstance().format(e2);
String mateLocus = mateChr + ":" + startStr + "-" + endStr;