Giter Club home page Giter Club logo

omstools's Introduction

omsTools

A Tool Box for NGS analysis

Build Status


omsTools is a collection of scripts for NGS (mainly for RNAseq) analysis.

Currently it includes following scripts:

Name Function
oms_lncRNA_classify Classify lncRNA according to its relative location to mRNA
oms_gtf_split Split gtf file according to its field or attribute
oms_transcript_feature Extract basic information of gene/transcript/exon/intron from gtf file
oms_gtf2bed Convert gtf to bed12 and bed6(including tss, exon and intron feature)
oms_kill Kill job by job name in linux

Installation

A number of scripts will be added to omsTools not long. My suggestion is to install omsTools in a virtual environment, so that you could keep up with the updating.

Create a venv folder and activate the environment.

cd /path/to/your/environment/
mkdir om004_venv
virtualenv om004_venv
. om004_venv/bin/activate

Download source code.

cd /path/to/your/download/
git clone https://github.com/bioShaun/omsTools.git

Install omsTools.

cd /path/to/your/download/omsTools
pip install -e .

Update omsTools.

# remember to activate your virtual environment first.
cd /path/to/your/download/omsTools
git pull origin master
pip install -e .

Usage

After installation, run omstools to find out all the available tools and their description. Input following command will output the usage of the specific script you need.

name_of_script -h

Acknowledgement

  • Two import modules in this project gtf and transcript are from AssemblyLine by mkiyer

omstools's People

Contributors

bioshaun avatar

Watchers

James Cloos avatar

Forkers

zm-git-dev

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.