Giter Site home page Giter Site logo

yeastvc's Introduction

YeastVC

Steps

  1. Demultiplex reads (already done by Illumina)
  • sorts sequenced reads into separate files for each sample in a sequenced run
  1. Trimming reads -create Bash script to iterate through basenames (lacking R1 or R2) and execute NGmerge NGmerge -1 sample_R1.fastq.gz -2 sample_R2.fastq.gz -o sample_merged.fastq.gz
  2. MPI-based parallelized BWA mem alignment to the W303 genome (fastq->SAM) -Output is a tab-delimited text file w/ information for each individual read and its alignment to the genome
  3. gatk MarkDuplicatesSpark to mark duplicates and sort -MarkDuplicatesSpark utilizes Apache Spark in order to parallelize the process to better take advantage all available resources
  4. samtools view (SAM->BAM) -Output is a compressed binary version of SAM. This version reduces size and to allows for indexing, which enables efficient random access of the data contained within the file.
  5. gatk base quality score recal GATK best practices workflow
  6. gatk ApplyBQSR GATK best practices workflow
  7. gatk HaplotypeCaller GATK best practices workflow
  8. Vcftools merge vcfs

yeastvc's People

Contributors

bvtsu avatar

Watchers

 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.