Giter VIP home page Giter VIP logo

tgirt_map's Introduction

TGIRT-map

Build Status

Pipeline for mapping and counting TGIRT RNA-seq

Start

Installation

Using conda to create an environment

conda config --add channels r
conda config --add channels bioconda

conda create -q -n tgirt_map python=3.6 \  
        pandas biopython cython numpy networkx seaborn pyBigwig six pysam ujson \
        hisat2 bowtie2=2.2.5 bedtools samtools snakemake bedtools atropos seqkit \
        xopen ucsc-gtftogenepred ucsc-genePredToBed bedops xopen 
source activate tgirt_map

Download TGIRT-map

git clone [email protected]:wckdouglas/tgirt_map.git
cd tgirt_map
pip install .

# install sequencing tools
cd ../
git clone https://github.com/wckdouglas/sequencing_tools.git
cd sequencing_tools
pip install .

prepare references

cd scripts
snakemake -s make_ref.smk -p -j2 

Required pacakge

It is necessary to install sequencing_tools to run the pipeline correctly as the pipeline extensively used some of the tools.

tgirt_map's People

Contributors

wckdouglas avatar

Stargazers

Arya avatar Aaron Brooks avatar

Watchers

James Cloos avatar

Forkers

hiraksarkar

tgirt_map's Issues

issue with snakemake building reference

miniconda3 4.5.11 on Ubuntu 18.04 LTS

Installation worked without issue until
snakemake -s make_ref.smk -p -j2
Resulted in error:

KeyError in line 3 of /home/****/Downloads/tgirt_map/scripts/make_ref.smk:
'path'
  File "/home/****/Downloads/tgirt_map/scripts/make_ref.smk", line 3, in <module>

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.