Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work on getting Mutect algorithm up and running #167

Open
wants to merge 63 commits into
base: master
Choose a base branch
from

Commits on Apr 25, 2015

  1. Configuration menu
    Copy the full SHA
    c34d30c View commit details
    Browse the repository at this point in the history
  2. Miscellaneous read filter cleanup. Refactored preprocessing stages th…

    …at filter reads to have a consistent interface.
    
    Using this interface, I added filters to eliminate reads with high levels of soft clipping, and reads that are marked as duplicates.
    fnothaft committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    aa88c53 View commit details
    Browse the repository at this point in the history
  3. Updates to depth filter. Genotypes are not discarded, rather the filt…

    …er string is set.
    
    Further, refactored depth filter to provide generalized attribute based genotype filter.
    Using generalized filter, added strand bias filter and multiallelic site filter.
    fnothaft committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    16da202 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2015

  1. Configuration menu
    Copy the full SHA
    65c68dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc840b9 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2015

  1. Configuration menu
    Copy the full SHA
    10181ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc75b2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2015

  1. restoring successful compile with in-progress mutect against lastest …

    …version of adam/avocado
    jstjohn committed May 17, 2015
    Configuration menu
    Copy the full SHA
    265b142 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe6772c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. Configuration menu
    Copy the full SHA
    310c924 View commit details
    Browse the repository at this point in the history
  2. initial pull over of Mutect.scala base function, and a base suite of …

    …tests which will be filled in
    jstjohn committed May 18, 2015
    Configuration menu
    Copy the full SHA
    571bb2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0503f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d96d8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8cb648 View commit details
    Browse the repository at this point in the history
  6. reorganizing tests slightly

    jstjohn committed May 18, 2015
    Configuration menu
    Copy the full SHA
    5506148 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9fe9c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aac84f9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2015

  1. Configuration menu
    Copy the full SHA
    cde7a00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c32ef7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe85550 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. Configuration menu
    Copy the full SHA
    1a92281 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2015

  1. Configuration menu
    Copy the full SHA
    4d5487e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5ac34b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2820113 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from fnothaft/mutect-runner

    Adding harness for running Mutect algorithm on real reads.
    jstjohn committed May 26, 2015
    Configuration menu
    Copy the full SHA
    af3040f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c1511d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Configuration menu
    Copy the full SHA
    095c2d4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2015

  1. Configuration menu
    Copy the full SHA
    b3a3f23 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from fnothaft/mo-mutect

    Adding more pre-processing filters for Mutect.
    jstjohn committed May 30, 2015
    Configuration menu
    Copy the full SHA
    504c0a8 View commit details
    Browse the repository at this point in the history
  3. adding 5 fields to AlleleObservation for allele-specific filtering: d…

    …istanceToNearestReadInsertion, distanceToNearestReadDeletion, clippedBasesReadStart, clippedBasesReadEnd, unclippedReadLen
    jstjohn committed May 30, 2015
    Configuration menu
    Copy the full SHA
    bb2755c View commit details
    Browse the repository at this point in the history
  4. Adding two new fields to AlleleAlleleObservation to store the distanc…

    …e from this allele to the left, and right soft/hard trimmed base, if it exists
    jstjohn committed May 30, 2015
    Configuration menu
    Copy the full SHA
    c7021ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2aa3c5 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2015

  1. initial calculation of distance from each allele to nearest indel and…

    … soft clipped base within each read
    jstjohn committed May 31, 2015
    Configuration menu
    Copy the full SHA
    e55d1a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. Configuration menu
    Copy the full SHA
    7218475 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2015

  1. implementing more mutect filters, and adding TODOs for the last few f…

    …ilters MuTect needs internally
    jstjohn committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    2083c8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc5bf4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79e3547 View commit details
    Browse the repository at this point in the history
  4. removing unneeded fields from AlleleObservation and replacing with a …

    …cleaner way to get the information I need in MuTect
    jstjohn committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    27bb516 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dc1ea1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31d1f00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b034e7b View commit details
    Browse the repository at this point in the history
  8. fixing bug in MutectGenotyper tests where filters were not being prop…

    …erly tested, and fixed bug in filters so they work now
    jstjohn committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    b0ee22d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

  1. Configuration menu
    Copy the full SHA
    03aaaf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    607ebab View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2015

  1. cleaning up code a bit

    jstjohn committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    0f9931c View commit details
    Browse the repository at this point in the history
  2. cleaning up variable names

    jstjohn committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    ab9b0ca View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. Implementation of the sum of mismatching quality scores in the Allele…

    …Observation object and parsed from read MD tags by ReadExplorer
    jstjohn committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    cc088c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. Configuration menu
    Copy the full SHA
    fb18208 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. Configuration menu
    Copy the full SHA
    8d0c286 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2015

  1. Configuration menu
    Copy the full SHA
    88a5cba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from fnothaft/add-dbsnp

    Adding known-sites variant filter.
    jstjohn committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    d5de796 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2015

  1. Added site detection to mutect genotyper. Also, made site filter and …

    …genotyper use broadcast.
    fnothaft committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    4ed4e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00a89c1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from fnothaft/add-dbsnp

    Add dbsnp to mutect caller
    jstjohn committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    7b5da97 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

  1. adding in the required settings to enable Panel of Normal (PON) filte…

    …ring as discussed in the MuTect paper
    jstjohn committed Aug 30, 2015
    Configuration menu
    Copy the full SHA
    b501595 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba1b236 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Merge pull request #2 from bigdatagenomics/master

    Updating from bigdatagenomics/avocado
    stewSquared committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    5b313c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b16d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. Merge pull request #3 from bigdatagenomics/master

    Update ADAM to 0.18.2
    stewSquared committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    2444c9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4819062 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Added support for having 2 input ADAM reads file, with the option to …

    …label reads. Runs with MuTect, but there are bugs within the program
    Isabel Chien authored and Isabel Chien committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    9bb2980 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2016

  1. implementing isabels changes

    jstjohn committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    0b2955e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. adding isabels changes

    jstjohn committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    f7ad48b View commit details
    Browse the repository at this point in the history