sanger-tol/sequencecomposition

stainedglass self-alignment heatmap

Offen

#14 geöffnet am 28.11.2023

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Nextflow (3 Forks)auto 404
help wanteduser request

Repository-Metriken

Stars
 (2 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description of feature

stainedglass is particularly useful for disentangling tandem repeat structures and segmental duplications. Under the hood, it is a snakemake workflow of bwa mem 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

Contributor Guide