Defining Paralogy Relationships among Haplotype Core Duplicons

public public 1yr ago 0 bookmarks

Pipeline relating haplotype core duplicons to each other to define paralogy.

This is a Snakemake project template. The Snakefile is under workflow .

Slides

Code Snippets

 96
 97
 98
 99
100
    shell:'''
minimap2 -ax asm20 --secondary=yes -p 0.3 -N 10000 --eqx -r 500 -K 500M {input.hap_asm_fa} {input.locus_fa} | \
    samtools view -b - | samtools sort | \
    bedtools bamtobed -i - > {output.core_bed} || touch {output.core_bed}    
'''

Login to post a comment if you would like to share your experience with this workflow.

Do you know this workflow well? If so, you can request seller status , and start supporting this workflow.

Free

Created: 1yr ago
Updated: 1yr ago
Maitainers: public
URL: https://github.com/Xavster838/coreDupGraph
Name: coredupgraph
Version: 1
Badge:
workflow icon

Insert copied code into your website to add a link to this workflow.

Downloaded: 0
Copyright: Public Domain
License: MIT License
  • Future updates

Related Workflows

cellranger-snakemake-gke
snakemake workflow to run cellranger on a given bucket using gke.
A Snakemake workflow for running cellranger on a given bucket using Google Kubernetes Engine. The usage of this workflow ...