Skip to content

stainedglass self-alignment heatmap #14

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

Open
amakunin opened this issue Nov 28, 2023 · 2 comments
Open

stainedglass self-alignment heatmap #14

amakunin opened this issue Nov 28, 2023 · 2 comments
Labels
help wanted Open to anyone interested user request Requests made by users and public

Comments

@amakunin
Copy link

amakunin commented Nov 28, 2023

Description of feature

stainedglass is particularly useful for disentangling tandem repeat structures and segmental duplications. Under the hood, it is a snakemake workflow of bowtie2 alignments of chunked genome + some custom scripts for transformation of the alignments into a heatmap. It can produce higlass-compatible cooler output:

cd StainedGlass
samtools faidx ref.fa
snakemake --use-conda --cores 16 cooler_density --config nbatch=4 alnthreads=4 fasta=ref.fa window=32 cooler_window=100 sample=sample_id
@amakunin amakunin added the enhancement Improvement of the existing features label Nov 28, 2023
@muffato muffato added feature Requests for new features user request Requests made by users and public and removed enhancement Improvement of the existing features labels Jun 1, 2024
@muffato muffato added the duplicate This issue or pull request already exists label Jun 26, 2024
@muffato
Copy link
Member

muffato commented Jun 26, 2024

We should favour ModDotPlot which is a faster implementation, though it doesn't yet have mcool support.

@muffato muffato removed the duplicate This issue or pull request already exists label Feb 12, 2025
@muffato
Copy link
Member

muffato commented Mar 4, 2025

Another issue is that stainedglass uses Conda environments defined with the defaults channel, e.g. https://github.com/mrvollger/StainedGlass/blob/main/workflow/envs/env.yaml.
We will have to first de-Anacondify it and then build an appropriate container.

@muffato muffato added the help wanted Open to anyone interested label Mar 4, 2025
@muffato muffato removed the feature Requests for new features label May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Open to anyone interested user request Requests made by users and public
Projects
Status: Todo
Development

No branches or pull requests

2 participants