igvteam / igv

Integrative Genomics Viewer. Fast, efficient, scalable visualization tool for genomics data and annotations
https://igv.org
MIT License
646 stars 387 forks source link

🐛 Copy Read Details menu option broken #1604

Open h-joshi opened 3 weeks ago

h-joshi commented 3 weeks ago

Software and OS versions

IGV version: 2.18.4 (did not work in 2.18.3 as well) OS: Mac OS 14.7 (23H124) Platform: 2.6 GHz 6-Core Intel Core i7

Expected

Copy read details menu option copies the entire read details to clipboard so that they can be pasted elsewhere

Actual

Nothing is copied to clipboard

Test files

Attached is a sample SAM file (This has also been tested with a RNASeq BAM file) sample.sam.zip

jrobinso commented 3 weeks ago

Thanks for the report. I've verified the issue. Until there is a fix here is a workaround

  1. Set popup text behavior to "Show details on click", if it is not already
  2. Left click on alignment and manually copy the contents of the popup
Screenshot 2024-10-20 at 10 38 33 PM