Code Monkey home page Code Monkey logo

deviate's Introduction

Anaconda-Server Badge version Anaconda-Server Badge platforms Anaconda-Server Badge lastupdate Anaconda-Server Badge downloads

deviaTE

deviaTE is a python tool for the analysis and visualization of mobile genetic element sequences. It is available for Unix and Linux systems.

Installation

Using Conda

The recommended way of using deviaTE is in a conda virtual environment. This way, all dependencies should be resolved.

Create a new conda virtual environment, and install deviaTE:

conda create deviaTE -c r -c defaults -c conda-forge -c bioconda -c w-l -n deviaTE_env

this command loads all required anaconda channels (r, defaults, conda-forge, bioconda, w-l) and names the environment deviaTE_env

The environment can then be activated, and deviaTE with all necessary dependencies can be used inside the environment:

source activate deviaTE_env

After using deviaTE, the environment can be exited using:

source deactivate

Using pip

DeviaTE can also be installed with the pip python package manager. However, this does not take care of all dependencies. The following tools need to be set up manually beforehand:

  • python 3.6+
  • pip for python3 (https://pip.pypa.io/en/stable/installing/)
  • samtools (tested with version 1.6 and 1.9)
  • bwa (tested with version 0.7.17)
  • R (tested with version 3.4.3)
    • required R packages are installed automatically upon first usage

samtools and bwa need to be in your $PATH

DeviaTE can then be installed with

pip3 install deviaTE

Uninstallation

conda environment:

conda env remove -n deviaTE_env

pip package:

pip3 uninstall deviaTE

Usage manual, walkthroughs and reference

A manual and a walkthrough with examples using publicly available data can be found here:

A paper describing deviaTE is available here:

@article{weilguny2019,
 author = {Weilguny, Lukas and Kofler, Robert},
 title = {{DeviaTE}: {Assembly-free} analysis and visualization of mobile genetic element composition},
 journal = {Molecular Ecology Resources},
 volume = {Accepted Author Manuscript},
 year= {2019},
 doi = {10.1111/1755-0998.13030}
}

Bugs, issues, questions, suggestions ...

If you find any problems, have questions or ideas for further improvement please use the issue tracker on this repository, thanks!

License

deviaTE is licensed under the GPLv3 License

deviate's People

Watchers

James Cloos 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.