Or you could use higlass / resgen, which has had this functionality since 2000, only requires BAM files and can be run locally right now. See for yourself with this @GenomeInABottle dataset.
https://t.co/OWzCmrU9qD
From there, it's the normal resgen interface except that the current project is the current directory.
If this sounds a lot like the erstwhile higlass-manage functionality, it is because it's modeled after it. Just with more sophisticated directory and metadata handling.
Alright, it's still very much a work in progress, but you can now run resgen locally to view data that's on your machine without uploading to https://t.co/L1PdHObZlU.
https://t.co/8gNYCY0Yqf
To get started, install resgen-python, start an instance in any directory, create a user, sync data and open browser:
pip install resgen-python
resgen manage start .
resgen manage create-user
resgen manage sync-datasets
Proud to announce the latest release of π§¬#OxbowπΉ, with new features to make NGS data analysis more powerful, efficient, and "composable".
Learn more at: https://t.co/kiZsDKdl78
Got a version of paired-end read pileups out. The aesthetics are nice but the layout algorithm needs some work. Still not quite ready for prime time.
Nevertheless, here's a link to try it out with Gorilla data from Yoo et al. 2024 (@EichlerLab).
https://t.co/LbmJQIyVOV
Less noticeable are back end updates to the UI framework. This brings it up to date and eliminates a large amount of technical debt.
Large changes invariable introduce some instability. Please excuse the inconvenience and reach out if you encounter any issues.
Big update over the weekend: datasets can now be organized into folders!
Also, the default ordering for projects is by the last time they were opened. Soon to come is an option to select how they are ordered.
Hot tip: If you're having resgen / higlass performance issues on Chrome on Mac OS X, try entering "about://flags" in the url bar and setting "Choose ANGLE graphics backend" to "OpenGL".
We've been serverless for a couple months now. It's been growing pains but performance and scalability is improving. There's a new caching layer that should improve responsiveness for the most frequently used tilesets.
Finally switched https://t.co/L1PdHObZlU backend to serverless. This enables much greater scalability. Please excuse and report any hiccups you may encounter in the next few days.
PSA: For reasons unkown, resgen seems to perform much better in Firefox than in Chrome. Below is a screencap in Firefox and in the replies is a screencap from Chrome. The difference is astonishing.
Modified https://t.co/1dWWvo9g4h to take a file-like object and read beddb (gene annotation) files. Next up BAM files using https://t.co/wOAxbfGZro. Slowly getting closer and closer to a scalable and serverless https://t.co/L1PdHObZlU π€