Git Product home page Git Product logo

genome_update's Introduction

genome_update

genome_update is a package that downloads genomes from NCBI and saves information about them in a yaml file. It can also use a local yaml file to update and download new genomes.

Sequence statistics is also calculated for each genome and added to the yaml file.

Getting Started

These instructions will provide information how to install and use the software.

Prerequisites

Python Pandas PyYaml

How to install

To install Genome_update you can either download source code directly from github and build it your self, an easier alternative is to use pip.

Installing by pip:

pip install genome_update

Pip will also install all prerequisities. It is also recommended to update all prerequisities.

Installing genome_update and upgrading prerequisities:

pip install genome_update --upgrade

Usage

Download all genomes from a specific genus:

genome_update -g <Genus>

Download all genomes from a specific genus, but much faster:

genome_update -g <Genus> -p <threads>

Download all genomes from a specific genus, but much faster, to a specific directory (default is /genomes):

genome_update -g <Genus> -p <threads> -o <directory>

Download all genomes from a specific species:

genome_update -g <Genus> -s <species_taxid>

To update a local yaml file:

genome_update -u -i <yamlfile>

To download missing genomes from a local yaml file:

genome_update -d -i <yamlfile>

To download genomes from another domain than bacteria:

genome_update -domain <domain> -g <Genus> 

Authors

  • Emil Samuelsson - Initial work - Emisam

License

This project is licensed under the MIT License - see the LICENSE file for details

genome_update's People

Contributors

emisam avatar

Watchers

 avatar  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.