Coder Social home page Coder Social logo

marinerscap's Introduction

⛵ ⚓ marinerscap ⚓ ⛵

Build Status

This is a simple shell script to design oligo probes for in situ hybridization and purchasing from IDT. All you need to do is to download the desired cdna.fasta file from Ensemble. For example this is the API call to get BRCA2 cDNA:

https://useast.ensembl.org/Homo_sapiens/Export/Output/Gene?db=core;
flank3_display=0;
flank5_display=0;
g=ENSG00000139618;
output=fasta;
strand=feature;
param=cdna;
_format=Text

Just place the .cdna.fasta file in the cDNA folder. And run the shell script from main directory with the genome of choice as input argument to the shell script (here I use GRCh37 with bwotie2 indexes stored in ./GRCh37/GRCh37/):

conda activate probeMining
sh designprobes.sh GRCh37

Installation.

  1. Install GitHub if you dont have it.

  2. Make sure you have conda installed.

  3. Clone this repo, then create and activate the provided environment:

git clone https://github.com/tractatus/marinerscap.git
cd marinerscap

Setup python environment and install bowtie2.

cd OligoMiner
conda env create -f environment.yml
conda activate probeMining
cd ..

Then download a human genome index:

echo "$(tput setaf 2) DOWNLOADING HUMAN GENOME INDEX (4Gb)." 
echo "$(tput sgr 0) This will take some time." 
curl https://genome-idx.s3.amazonaws.com/bt/GRCh37.zip --output GRCh37.zip
unzip GRCh37.zip

Then run the design tool.

sh designprobes.sh

marinerscap's People

Contributors

tractatus avatar

Watchers

 avatar  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.