Coder Social home page Coder Social logo

mitovar's Introduction

Mitovar

Mitochondrial DNA sequence assembly and annotation for nematodes using NGS data.

  • Dataset S3: in folder ./data
  • Stable release: V0.99 [link]

Install

Install dependencies

The easiest way to install all dependencies is conda throught bioconda.

conda install -c bioconda \
    biopython pysam seqtk bwa infernal=1.0.2 spades 
Install mitovar (with mitfi and exonerate)
git clone https://github.com/Runsheng/mitovar.git
Add mitovar.py to $PATH
export PATH="mitovar_install_path":$PATH
Optional
  • fastq-dump (from sra-toolkit): if start from sra file other than fastq
  • The pre-compiled exonerate only works on Linux x64 system, tested in Ubuntu 16.04, 14.04 and CentOS 7.

Run commands

The command contains:

  • anno: annotate a mtDNA fasta sequences and generate a tbl file for genbank submission
  • assemble: assemble the mtDNA fasta file from a NGS fastq file and a nearby reference file

An example to run annotation command:

mitovar.py anno -f mtDNA.fasta -c protein.fasta -r rrna.fasta -s name

Or you can use the test file inside the test folder to make a testrun:

mitovar.py anno -f 1561998.fasta -c celmt_p.fasta -r rrna.fasta -s ctro

An example to run assemble command:

Note: put all fastq files in ./{spe}/fastq, and run command in ./

For instance, the species name {spe} is cbr

run the following command in /home/user, the fastq should be in /home/usr/cbr/fastq

mitovar.py assemble -f cel.fa -p 32 -s cbr

mitovar's People

Contributors

runsheng avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jiangchb

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.