Coder Social home page Coder Social logo

scripts's Introduction

Random scripts

samtools filtering options

  • Python
  • Shell
  • R
  • etc

For generating ssh keys, click here

Conda pkgs

  • conda build: Build pkgs

Terms

Conda channels: Source repositories for conda pkgs. Conda-forge is one such channel. Also bioconda

Specifying a channel

conda install scipy --channel conda-forge

More than one channels

conda install numpy --channel conda-forge --channel bioconda

Suppress all default channels and only look from specified channel

conda install pandas --channel file:///home/user/path --overide-channels

Add alias to local channels

conda config --set channel_alias file:///home/esoh/bioTools

Install pkgs from local channel using alias name

conda install -c bioTools <pkg>

Make a copy of all installed packages in current env and use to create a new identical env

conda list --explicit > spec-file.txt
conda create --name newenv --file spec-file.txt

Create identical env from an env.yml file

conda env create [-f|--file] environment.yml 

Bioinfo pkgs

Install all packages without comment on availability by running the command-line below

conda search <pkg>
conda install <pkg>=version [--channel | -c] <channel>  

Example

conda search eigensoft
conda install eigensoft=6.0.1 -c bioconda
conda install eigensoft=6.0.1 --channel bioconda
  • Picard
  • bcftools
  • vcftools
  • samtools
  • bwa
  • hisat2
  • bowtie2
  • plink1.9 (plink2 absent. Use linux-installed)
  • emmax (Absent. Use linux-installed)
  • bolt-lmm (Absent. Use linux-installed)
  • eagle (v0.9.4.6 available. Use linux-installed v2.4)
  • beagle (v4.1 available. Use)
  • bedtools
  • eigensoft
  • fastqc
  • multiqc
  • tophat
  • trimmomatic
  • gatk3 (gatk4 not available. Use linux-installed)

Download and unzip GATK4. Copy the gatk executable into home bin. Then run the line below to set gatk global environ variable Preferably, place the line in ~/.bashrc file

export GATK_LOCAL_JAR=~/bioTools/gatk-4.1.3.0/gatk-package-4.1.3.0-local.jar
  • shapeit2
  • qqman
  • admixture
  • finestructure
  • hierfstat (R)
  • pegas (read VCF in R)
  • adegenet (R)
  • gcta (NA)
  • snptest
  • hapFlk (selection scan)
  • phangorn (genetic trees)
  • vtools (bioconda) NGS, Exome Seq Analysis
  • modeller
conda config --add channels salilab
KEY_MODELLER='XXX'
conda install modeller
  • Pymol
conda config --prepend channels schrodinger
conda install -c schrodinger pymol
  • Geoplotting (python)
conda create --yes --name geo python=3.7 geopandas geoplot jupyterlab -c conda-forge

scripts's People

Contributors

esohkevin avatar

Stargazers

qianche avatar

Watchers

James Cloos avatar

Forkers

sogada

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.