Code Monkey home page Code Monkey logo

cramb's Introduction

cramb

CIPRES API - MrBayes Submission Client

Github Releases GitHub release

cramb is a Python 3 application with a GUI built using Tkinter. It is intended to ease the process of sending a Nexus file to CIPRES servers for a bayesian phylogenetic inference (using MrBayes) and then retrieve the results. It assumes your Nexus file has a MrBayes Block correctly configured along with the data to be analysed.

Here is an example of a MrBayes Block inside a Nexus File:

begin mrbayes;
    set autoclose=yes nowarn=yes;
    charset Locus1 = 1-100;
    charset Locus2 = 101-200;
    partition Multi = 2: Locus1, Locus2;
    set partition = Multi;
    lset applyto=(1) nst=6 rates=invgamma;
    lset applyto=(2) nst=6 rates=gamma;
    prset applyto=(2) statefreqpr=fixed(equal);
    outgroup 1;
    mcmc ngen=500000 printfreq=1000 samplefreq=100 nchains=4 temp=0.5 savebrlens=yes;
    sumt relburnin=yes burninfrac=0.25 contype=halfcompat conformat=simple;
END;

More information on the application usage, can be found here.

cramb's People

Contributors

godrigos avatar

Stargazers

Desirrê Petters-Vandresen 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.