sanger-tol/sequencecomposition

stainedglass self-alignment heatmap

开放

#14 创建于 2023年11月28日

 (3 条评论) (0 个反应) (0 位负责人)Nextflow (3 个派生)auto 404
help wanteduser request

仓库指标

星标
 (2 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南