Giter Site home page Giter Site logo

treekit's Introduction

TreeKit

A toolkit for the mass trees manipulation

Dependency

Installation

You can use treekit.py as a stand-alone program or clone it if you have git installed on your system

git clone https://github.com/tongjial/treekit.git

Current implementation

usage: treekit <command> [<args>] or treekit <command> -h

The options of commands are:
    summary     view trees summary
    taxa        view taxa summary
    remove      remove specific taxa/tips from trees
    keep        pick-up the trees with specific taxa
    mrca        check the monophyly or extract the clade based on given taxa/group
    extract     generate subtrees only consist of the given taxa
    prune       prune trees with specific branchlength
    root        root/reroot/unroot trees
    draw        display trees as textplot
    compare     compare trees between two different sources
Use treekit <command> -h for help with arguments of the command of interest

treekit's People

Contributors

tongjial avatar

Stargazers

 avatar  avatar

treekit's Issues

erro

(treekit) sxq020@masterv2:~/MJP/softward/treekit$ python treekit.py compare
Traceback (most recent call last):
File "/media/ym/desk16/sxq020/MJP/softward/treekit/treekit.py", line 810, in
main()
File "/media/ym/desk16/sxq020/MJP/softward/treekit/treekit.py", line 785, in main
kwargs = configs()
^^^^^^^^^
File "/media/ym/desk16/sxq020/MJP/softward/treekit/treekit.py", line 804, in configs
config_dict = config.get_args_dict()
^^^^^^^^^^^^^^^^^^^^^^
File "/media/ym/desk16/sxq020/MJP/softward/treekit/treekit.py", line 195, in get_args_dict
arguments = getattr(self, self.args.command)().dict
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'dict'. Did you mean: 'dir'?

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.