Screenshots for jbrowse2 #4207
Replies: 3 comments
-
purely fwiw here is GPT making it paralleled and user interfaced...
|
Beta Was this translation helpful? Give feedback.
-
I haven't made an "officially prescribed" way of doing this yet but I can try to convert this into a feature request so we can track it I did work with puppeteer in our performance profiling scripts, and so an example is here, but it is a bit hacky and only is tuned for a single track. it is challenging to determine when the page is 'finished loading' in jbrowse 2 (there is no particular thing to listen to currently) https://github.com/GMOD/jb2profile/blob/master/profile_jb2web.js there is also our command line script @jbrowse/img. This is an interesting method that actually automates our "Export SVG" functionality, and can run without a browser engine like puppeteer https://www.npmjs.com/package/@jbrowse/img |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Good day
I was looking for a tool to screenshot jbrowse2 and noticed the currently available tools are out-of-date and not working.
I created the wee node js script for reviewing SNPs based on
puppeteer
below.Doesn't have a user interface but just takes a 2 or 3 column region tab file reference, start, stop
Could anyone advise on what would be the best method to wait for the browser tracks to fully load?
in particular a bam track
I'm not a DOM expert and i can't figure it out....
Beta Was this translation helpful? Give feedback.
All reactions