Code Monkey home page Code Monkey logo

intel-faster-alternative-samples's Introduction

intel-faster-alternative-samples

Miscellaneous workflows optimized by Intel to be fast-running.

WORKFLOWS AND JSONS

This repository {currently} contains a faster version of the Germline Single Sample Calling variant workflow.

├── faster_alternative_workflow_with_bwa.wdl Workflow enabled with Bwa, Samblaster, Samtools, HaplotypeCaller
├── faster_alternative_workflow_with_minimap2.wdl Workflow enabled with Minimap2, Samblaster, Samtools, HaplotypeCaller
├── faster_alternative_workflow.inputs.json JSON file to support above WDL workflows

In the JSON file, please follow the comments to make modifications to certail requirements. Also modify the paths to the datasets and tools where they reside in your cluster.

FPGA CHANGES

Assuming the environemnt has been setup to offload the pairhmm kernel of HaplotypeCaller to FPGA - the below changes must be enabled in the WDL/JSON files (based on the comments) to make use of the FPGA.

a. In the WDL files, for task Haplotype Caller runtime section, uncomment the line: require_fpga: "yes"

b. In the JSON file, change the "PairedEndSingleSampleWorkflow.gatk_gkl_pairhmm_implementation" to “EXPERIMENTAL_FPGA_LOGLESS_CACHING” from “AVX_LOGLESS_CACHING”.

DATASETS

The sample JSON file uses the HG02769 fastq datasets which can be obtained from the Broad Institute. This workflow can also be run with other fastq files.

TOOLS

For on-prem, the workflow uses non-dockerized tools. The latest version of the tools used in the WDL workflow can be downloaded from their respective websites. Once the tools are compiled and ready to use, please ensure https://github.com/gatk-workflows/intel-faster-alternative-samples/blob/master/faster_alternative_workflow.inputs.json#L47 is modified to reflect the same.

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.