GithubHelp home page GithubHelp logo

variant_pipline_scripts's Introduction


| | | DeepVariant Instructions | |________________________________________|

-To get an idea of how to run this DeepVariant pipeline, we suggest you follow the instructions below -These instructions are essentially the instructions in https://github.com/google/deepvariant/blob/master/docs/deepvariant-quick-start.md -You may need to download some files, so visit that link as necessary

  1. First set the following variables:

BIN_VERSION="0.7.2" MODEL_VERSION="0.7.2"

MODEL_NAME="DeepVariant-inception_v3-${MODEL_VERSION}+data-wgs_standard" MODEL_HTTP_DIR="https://storage.googleapis.com/deepvariant/models/DeepVariant/${MODEL_VERSION}/${MODEL_NAME}" DATA_HTTP_DIR="https://storage.googleapis.com/deepvariant/quickstart-testdata"

OUTPUT_DIR=${HOME}/quickstart-output REF=${HOME}/quickstart-testdata/ucsc.hg19.chr20.unittest.fasta BAM=${HOME}/quickstart-testdata/NA12878_S1.chr20.10_10p1mb.bam MODEL="${HOME}/${MODEL_NAME}/model.ckpt"

FINAL_OUTPUT_VCF="${OUTPUT_DIR}/output.vcf.gz"

  1. Then call the deep variant pipeline bash deep_variant_pipline.sh
    model=โ€œ${MODEL}โ€
    ref=${REF}
    bam=${BAM}
    region=chr20:10000000-10010000
    sample_name=NA12878
    --bin_vs=${BIN_VERSION}
    --model_vs=${MODEL_VERSION}
    --output=${OUTPUT_DIR}
    --output_vcf="${OUTPUT_DIR}/output.vcf.gz"
    --log_dir=${HOME}/logs
    --threads=3
    cpu

  2. To evaluate the results call the hap.py pipeline as follows bash happy_script.sh
    --truth_vcf=${HOME}/quickstart-testdata/test_nist.b37_chr20_100kbp_at_10mb.vcf.gz
    --final_ouput_vcf=${FINAL_OUTPUT_VCF}
    --confident_bed=${HOME}/quickstart-testdata/test_nist.b37_chr20_100kbp_at_10mb.bed
    --happy_output=${OUTPUT_DIR}/happy.output
    --threads=3
    ref=${REF}


| | | FRIDAY Instructions | |________________________________________|

-To get an idea of how to run the FRIDAY pipeline, we suggest you follow the instructions below

variant_pipline_scripts's People

Contributors

miaaltieri avatar

Stargazers

Kishwar Shafin avatar

Watchers

James Cloos 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.