Giter Site home page Giter Site logo

ribotree's Introduction

RiboTree

This pipeline takes as input a directory of genomes in complete or draft format (one file = one genome) and outputs a phylogeny of those genomes based on single copy ribosomal proteins. Ribosomal proteins are identified using hmmsearch and an alignment of ribosomal proteins from Yutin et al., 2012, aligned using mafft, and used to build a phylogeny with raxml. The basis for this pipeline is the method detailed in Hehemann, et al., 2016. It utilizes snakemake for ease of use and reproducibility.

##How to run

Dependencies of this pipeline are handled by conda. You can download miniconda (for python 3.5 or higher please!) here.

After installing miniconda:

  1. Modify the RiboTree_config.yml file to reflect appropriate filepaths, parameters, and filenames. All parameters are described in comments within the RiboTree_config.yml file.

1b. If running on a cluster that uses slurm as a job scheduler, modify the RiboTree_cluster_params.yml file to match your cluster setup.

2a. If running on a single machine, simply run the RiboTree_run_on_single_machine.sh shell script.

2b. If running on a cluster that uses slurm as a job scheduler, modify the RiboTree_run_on_slurm.sbatch jobscript as appropriate and submit to the job scheduler.

##Notes

Not tested on Windows or OSX machines. I suspect that at present the code will break in windows due to the use of \ as opposed to / in filepaths on Windows systems. May work in OSX.

ribotree's People

Contributors

philarevalo avatar

Stargazers

 avatar upleee avatar Thanh Lee avatar Peter avatar  avatar William Kurtis Chang avatar

Watchers

 avatar

Forkers

lrguo1204

ribotree's Issues

python 3.5 is end of life

Hi,

according to the python release page python 3.5 is no more supported. Would it be possible to bump the python version to a maintained version (>=3.7) in the env.yaml? Do you think this will influence the results?

Thanks

yaml file doesn't work

I had to remove multiple dependency versions from RiboTree_Environment.yml:

name: RiboTree
channels:
- biocore
- bioconda
dependencies:
- dropbox=5.2.1
- filechunkio=1.6
- ftputil=3.2
- pysftp=0.2.8
- snakemake=3.7.1
- urllib3=1.12
- hmmer=3.1b2
- mafft=7.245
- biopython
- docutils=0.12
- ecdsa=0.13
- libgcc=5.2.0
- mkl
- numpy=1.11.1
- openssl=1.0.2h
- paramiko
- pip
- pycrypto=2.6.1
- python=3.5.2
- pyyaml=3.11
- raxml=8.2.9
- readline=6.2
- requests=2.10.0
- setuptools=23.0.0
- six=1.10.0
- sqlite=3.13.0
- tk
- wheel=0.29.0
- xz=5.2.2
- yaml=0.1.6
- zlib=1.2.8
- pip:
  - dropbox==5.2.1
  - filechunkio==1.6
  - ftputil==3.2
  - pysftp==0.2.8
  - snakemake==3.7.1
  - urllib3==1.12

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.