-
Notifications
You must be signed in to change notification settings - Fork 42
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
base: master
Are you sure you want to change the base?
Commits on Apr 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c34d30c - Browse repository at this point
Copy the full SHA c34d30cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for aa88c53 - Browse repository at this point
Copy the full SHA aa88c53View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 16da202 - Browse repository at this point
Copy the full SHA 16da202View commit details
Commits on May 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 65c68dd - Browse repository at this point
Copy the full SHA 65c68ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc840b9 - Browse repository at this point
Copy the full SHA cc840b9View commit details
Commits on May 14, 2015
-
Merge branch 'common-filters' of github.com:fnothaft/avocado into jsj…
…_mutect_fnothaft
Configuration menu - View commit details
-
Copy full SHA for 10181ec - Browse repository at this point
Copy the full SHA 10181ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc75b2 - Browse repository at this point
Copy the full SHA 3fc75b2View commit details
Commits on May 17, 2015
-
restoring successful compile with in-progress mutect against lastest …
…version of adam/avocado
Configuration menu - View commit details
-
Copy full SHA for 265b142 - Browse repository at this point
Copy the full SHA 265b142View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe6772c - Browse repository at this point
Copy the full SHA fe6772cView commit details
Commits on May 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 310c924 - Browse repository at this point
Copy the full SHA 310c924View commit details -
initial pull over of Mutect.scala base function, and a base suite of …
…tests which will be filled in
Configuration menu - View commit details
-
Copy full SHA for 571bb2a - Browse repository at this point
Copy the full SHA 571bb2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0503f6 - Browse repository at this point
Copy the full SHA c0503f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d96d8b - Browse repository at this point
Copy the full SHA 5d96d8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8cb648 - Browse repository at this point
Copy the full SHA c8cb648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5506148 - Browse repository at this point
Copy the full SHA 5506148View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9fe9c2 - Browse repository at this point
Copy the full SHA f9fe9c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for aac84f9 - Browse repository at this point
Copy the full SHA aac84f9View commit details
Commits on May 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for cde7a00 - Browse repository at this point
Copy the full SHA cde7a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for c32ef7f - Browse repository at this point
Copy the full SHA c32ef7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe85550 - Browse repository at this point
Copy the full SHA fe85550View commit details
Commits on May 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1a92281 - Browse repository at this point
Copy the full SHA 1a92281View commit details
Commits on May 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4d5487e - Browse repository at this point
Copy the full SHA 4d5487eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ac34b - Browse repository at this point
Copy the full SHA b5ac34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2820113 - Browse repository at this point
Copy the full SHA 2820113View commit details -
Merge pull request #1 from fnothaft/mutect-runner
Adding harness for running Mutect algorithm on real reads.
Configuration menu - View commit details
-
Copy full SHA for af3040f - Browse repository at this point
Copy the full SHA af3040fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c1511d - Browse repository at this point
Copy the full SHA 3c1511dView commit details
Commits on May 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 095c2d4 - Browse repository at this point
Copy the full SHA 095c2d4View commit details
Commits on May 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b3a3f23 - Browse repository at this point
Copy the full SHA b3a3f23View commit details -
Merge pull request #2 from fnothaft/mo-mutect
Adding more pre-processing filters for Mutect.
Configuration menu - View commit details
-
Copy full SHA for 504c0a8 - Browse repository at this point
Copy the full SHA 504c0a8View commit details -
adding 5 fields to AlleleObservation for allele-specific filtering: d…
…istanceToNearestReadInsertion, distanceToNearestReadDeletion, clippedBasesReadStart, clippedBasesReadEnd, unclippedReadLen
Configuration menu - View commit details
-
Copy full SHA for bb2755c - Browse repository at this point
Copy the full SHA bb2755cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c7021ee - Browse repository at this point
Copy the full SHA c7021eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2aa3c5 - Browse repository at this point
Copy the full SHA c2aa3c5View commit details
Commits on May 31, 2015
-
initial calculation of distance from each allele to nearest indel and…
… soft clipped base within each read
Configuration menu - View commit details
-
Copy full SHA for e55d1a9 - Browse repository at this point
Copy the full SHA e55d1a9View commit details
Commits on Jun 1, 2015
-
Tests pass ReadExplorer, adding initial version using those filters t…
…o MutectGenotyper
Configuration menu - View commit details
-
Copy full SHA for 7218475 - Browse repository at this point
Copy the full SHA 7218475View commit details
Commits on Jun 2, 2015
-
implementing more mutect filters, and adding TODOs for the last few f…
…ilters MuTect needs internally
Configuration menu - View commit details
-
Copy full SHA for 2083c8c - Browse repository at this point
Copy the full SHA 2083c8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc5bf4d - Browse repository at this point
Copy the full SHA fc5bf4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e3547 - Browse repository at this point
Copy the full SHA 79e3547View commit details -
removing unneeded fields from AlleleObservation and replacing with a …
…cleaner way to get the information I need in MuTect
Configuration menu - View commit details
-
Copy full SHA for 27bb516 - Browse repository at this point
Copy the full SHA 27bb516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc1ea1 - Browse repository at this point
Copy the full SHA 0dc1ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d1f00 - Browse repository at this point
Copy the full SHA 31d1f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for b034e7b - Browse repository at this point
Copy the full SHA b034e7bView commit details -
fixing bug in MutectGenotyper tests where filters were not being prop…
…erly tested, and fixed bug in filters so they work now
Configuration menu - View commit details
-
Copy full SHA for b0ee22d - Browse repository at this point
Copy the full SHA b0ee22dView commit details
Commits on Jun 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 03aaaf8 - Browse repository at this point
Copy the full SHA 03aaaf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 607ebab - Browse repository at this point
Copy the full SHA 607ebabView commit details
Commits on Jun 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0f9931c - Browse repository at this point
Copy the full SHA 0f9931cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab9b0ca - Browse repository at this point
Copy the full SHA ab9b0caView commit details
Commits on Jun 10, 2015
-
Implementation of the sum of mismatching quality scores in the Allele…
…Observation object and parsed from read MD tags by ReadExplorer
Configuration menu - View commit details
-
Copy full SHA for cc088c9 - Browse repository at this point
Copy the full SHA cc088c9View commit details
Commits on Jun 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for fb18208 - Browse repository at this point
Copy the full SHA fb18208View commit details
Commits on Jul 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8d0c286 - Browse repository at this point
Copy the full SHA 8d0c286View commit details
Commits on Aug 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 88a5cba - Browse repository at this point
Copy the full SHA 88a5cbaView commit details -
Merge pull request #3 from fnothaft/add-dbsnp
Adding known-sites variant filter.
Configuration menu - View commit details
-
Copy full SHA for d5de796 - Browse repository at this point
Copy the full SHA d5de796View commit details
Commits on Aug 3, 2015
-
Added site detection to mutect genotyper. Also, made site filter and …
…genotyper use broadcast.
Configuration menu - View commit details
-
Copy full SHA for 4ed4e93 - Browse repository at this point
Copy the full SHA 4ed4e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00a89c1 - Browse repository at this point
Copy the full SHA 00a89c1View commit details -
Merge pull request #4 from fnothaft/add-dbsnp
Add dbsnp to mutect caller
Configuration menu - View commit details
-
Copy full SHA for 7b5da97 - Browse repository at this point
Copy the full SHA 7b5da97View commit details
Commits on Aug 30, 2015
-
adding in the required settings to enable Panel of Normal (PON) filte…
…ring as discussed in the MuTect paper
Configuration menu - View commit details
-
Copy full SHA for b501595 - Browse repository at this point
Copy the full SHA b501595View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba1b236 - Browse repository at this point
Copy the full SHA ba1b236View commit details
Commits on Jan 7, 2016
-
Merge pull request #2 from bigdatagenomics/master
Updating from bigdatagenomics/avocado
Configuration menu - View commit details
-
Copy full SHA for 5b313c8 - Browse repository at this point
Copy the full SHA 5b313c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b16d1 - Browse repository at this point
Copy the full SHA d3b16d1View commit details
Commits on Jan 8, 2016
-
Merge pull request #3 from bigdatagenomics/master
Update ADAM to 0.18.2
Configuration menu - View commit details
-
Copy full SHA for 2444c9a - Browse repository at this point
Copy the full SHA 2444c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4819062 - Browse repository at this point
Copy the full SHA 4819062View commit details
Commits on Jan 28, 2016
-
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 committedJan 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 9bb2980 - Browse repository at this point
Copy the full SHA 9bb2980View commit details
Commits on Mar 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0b2955e - Browse repository at this point
Copy the full SHA 0b2955eView commit details
Commits on Mar 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f7ad48b - Browse repository at this point
Copy the full SHA f7ad48bView commit details