Giter Club home page Giter Club logo

wgddetector.smk's Introduction

WGDdetector.smk

Snakemake port of WGDdetector pipeline, by Yang et al. 2019

WGDDetector is a pipeline for whole genome duplication (WGD) detection with genome or transcriptome annotations.

Note

The goal of this repository is to provide an implementation that matches the results given by the published pipeline while being easier to use; and to learn more doing so.

Warning

This repository is a WIP. It currently does not implement all WGDdetector steps.

Workflow

Input

  • proteome (CDS and protein sequences in FASTA format)

Output

  • gene families (orthomcl format)

Steps

  1. gene families clustering
  2. large family splitting
  3. Ks hierarchical clustering

Install

Clone this repository (use --recurse-submodules)

git clone --recurse-submodules https://github.com/samuelortion/WGDdetector.smk.git
cd WGDdetector

Dependencies

  • Snakemake

If you want to use conda to install Snakemake, we provide a small conda environment.yaml file with a minimal set of dependencies.

Run

Example command line:

snakemake --cores 1 --snakefile ./workflow/Snakefile --use-conda

A small wrapper on the snakemake CLI is provided in cli.py, to offer a similar interface and option as the original WGDdetector, with the drawbacks of being less versatile. Example of cli adapted from wgddetector/example/00.run.sh:

python3 cli.py --input_cds test.cds.fa --input_pep test.pep.fa --output_dir output --tmp_dir tmp --thread_num 4 --cluster_engine mmseqs2

We rather recommend to use the snakemake CLI.

References

Yang Y, Li Y, Chen Q, Sun Y, Lu Z: WGDdetector: a pipeline for detecting whole genome duplication events using the genome or transcriptome annotations. BMC Bioinformatics 2019, 20(1):75.

wgddetector.smk's People

Contributors

samuelortion avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.