3847de5290run_parallel_tests: detect farm glitches
David Roazen
2013-03-12 23:26:33 -0400
c289103c7dMerge pull request #102 from broadinstitute/dr_parallel_test_runner_improvements
Mark DePristo
2013-03-12 18:04:55 -0700
7d06d15f3cparallel test runner: support multiple kinds of tests per run, logging, improved script output
David Roazen
2013-03-12 17:55:15 -0400
b3f67899b5Merge pull request #101 from broadinstitute/dr_fix_failing_parallel_tests
Mark DePristo
2013-03-12 14:11:02 -0700
cdb1fa1105Fix more tests that fail when run in parallel on the farm
David Roazen
2013-03-12 13:41:29 -0400
4403e3572aMerge pull request #94 from broadinstitute/gg_gatkdoc_docfixes_GSATDG-111
MauricioCarneiro
2013-03-12 13:02:35 -0700
3a16ba04d4Merge pull request #97 from broadinstitute/eb_refactor_sliding_window
MauricioCarneiro
2013-03-12 12:27:26 -0700
dcdd6e3e60Merge pull request #96 from broadinstitute/md_assess_only_reviewed
droazen
2013-03-12 10:29:07 -0700
f972963918Fixed issues raised by Appistry QA (mostly small fixes, corrections & clarifications to GATKDocs)
Geraldine Van der Auwera
2013-03-05 13:58:50 -0500
01c2e6e9faMerge pull request #99 from broadinstitute/ami-fix-compilationError-LScallingPipeline
Mark DePristo
2013-03-12 07:47:57 -0700
e2d4d1da20fix compilation error in ReduceReadsScript (missing import)
Ami Levy-Moonshine
2013-03-11 11:02:53 -0400
eaf9c30257fix compilation error (change from org.broadinstitute.variant.variantcontext.VariantContextUtils.FilteredRecordMergeType.KEEP_IF_ANY_UNFILTERED to GATKVariantContextUtils.FilteredRecordMergeType.KEEP_IF_ANY_UNFILTERED)
Ami Levy-Moonshine
2013-03-11 10:55:28 -0400
72f9abfcabMerge pull request #98 from broadinstitute/rp_hc_glm_both
Mark DePristo
2013-03-12 07:09:43 -0700
05e69b6294Refactoring of SlidingWindow class in RR to reduce complexity and fix important bug.
Eric Banks
2013-03-08 10:28:11 -0500
08db3b5155Add mode to AssessNA12878 that will only consider reviewed sites
Mark DePristo
2013-03-05 15:41:12 -0500
c96fbcb995Use the indel heterozygosity prior when calling indels with the HC
Ryan Poplin
2013-03-11 14:12:43 -0400
7dce4f8630Merge pull request #95 from broadinstitute/dr_parallel_tests_with_job_arrays
Mark DePristo
2013-03-11 10:57:39 -0700
df9821614crun_parallel_tests: add job array support
David Roazen
2013-03-11 12:32:56 -0400
508b58376cMerge pull request #93 from broadinstitute/gda_ancient_dna
Eric Banks
2013-03-10 17:57:28 -0700
ec8617bc9bRemoving mark duplicates from the quick processing pipeline
Mauricio Carneiro
2013-03-10 17:24:22 -0400
695723ba43Two features useful for ancient DNA processing. Ancient DNA sequencing data is in many ways different from modern data, and methods to analyze it need to be adapted accordingly. Feature 1: Read adaptor trimming. Ancient DNA libraries typically have very short inserts (in the order of 50 bp), so typical Illumina libraries sequenced in, say, 100bp HiSeq will have a large adaptor component being read after the insert. If this adaptor is not removed, data will not be aligneable. There are third party tools that remove adaptor and potentially merge read pairs, but are cumbersome to use and require precise knowledge of the library construction and adaptor sequence. -- New walker ReadAdaptorTrimmer walks through paired end data, computes pair overlap and trims auto-detected adaptor sequence. -- Unit tests added for trimming operation. -- Utility walker (may be retired later) DetailedReadLengthDistribution computes insert size or read length distribution stratified by read group and mapping status and outputs a GATKReport with data. -- Renamed MaxReadLengthFilter to ReadLengthFilter and added ability to specify minimum read length as a filter (may be useful if, as a consequence of adaptor trimming, we're left with a lot of very short reads which will map poorly and will just clutter output BAMs).
Guillermo del Angel
2013-02-18 20:00:46 -0500
21a6b4add2Merge pull request #92 from broadinstitute/yf_allow_spaces_in_sampleID_in_contam_file
droazen
2013-03-07 12:07:51 -0800
baad965a57- Changed loadContaminationFile file parser to delimit by tab only. This allows spaces in sampleIDs, which apparently are allowed. - This was needed since samples with spaces in their names are regularly found in the picard pipeline. - Modified the tests to account for this (removed spaces from the good tests, and changed the failing tests accordingly) - Cleaned up the unit tests using a @DataProvider (I'm in love...). - Moved AlleleBiasedDownsamplingUtilsUnitTest to public to match location of class it is testing (due to the way bamboo operates)
Yossi Farjoun
2013-03-06 11:15:30 -0500
ecb2599cdeMerge pull request #91 from broadinstitute/dr_fix_failing_parallel_tests
Mark DePristo
2013-03-06 11:47:36 -0800
3ab78543a7Fix tests that were consistently or intermittently failing when run in parallel on the farm
David Roazen
2013-03-05 01:27:36 -0500
7d833256e8Merge pull request #90 from broadinstitute/eb_allow_read_transform_ordering
Mark DePristo
2013-03-06 09:52:26 -0800
3759d9dd67Added the functionality to impose a relative ordering on ReadTransformers in the GATK engine.
Eric Banks
2013-03-05 15:57:44 -0500
446cd61f7eMerge pull request #84 from broadinstitute/eb_allelic_primitives
Mark DePristo
2013-03-06 09:02:21 -0800
dadc079dbcMerge pull request #89 from broadinstitute/mc_fix_output_annotation_GSA-820
Mark DePristo
2013-03-06 09:01:20 -0800
802ce76209Merge branch 'master' of github.com:broadinstitute/gsa-unstable
Menachem Fromer
2013-03-06 10:18:47 -0500
5577715ae2Have all significant XHMM commands be run with LongRunTime
Menachem Fromer
2013-03-06 10:18:23 -0500
64a9ccded6Merge pull request #77 from broadinstitute/mc_postqc_tsca
Mark DePristo
2013-03-06 07:13:10 -0800
928f646afdMerge branch 'master' of github.com:broadinstitute/gsa-unstable
Menachem Fromer
2013-03-06 10:01:29 -0500
78721ee09bAdded new walker to split MNPs into their allelic primitives (SNPs).
Eric Banks
2013-03-04 14:13:42 -0500
e2d41f0282Turning @Output required to false
Mauricio Carneiro
2013-03-05 17:25:52 -0500
f10723df3bMerge pull request #85 from broadinstitute/md_simple_kb_report
delangel
2013-03-05 10:39:39 -0800
2be57fbcfbMerged bug fix from Stable into Unstable
Eric Banks
2013-03-05 13:28:46 -0500
5e89f01e10Don't allow the use of compressed (.gz) references in the GATK.
Eric Banks
2013-03-05 13:28:19 -0500
92ac9e7f65AssessNA12878 now emits a simplified assessment table by default
Mark DePristo
2013-03-01 15:41:30 -0500
b5a07da04cMerge pull request #88 from broadinstitute/eb_fix_pairHMM_from_stable
Eric Banks
2013-03-05 06:07:50 -0800
bbbaf9ad20Revert push from stable (I forgot that pushing from stable overwrites current unstable changes)
Eric Banks
2013-03-05 09:06:02 -0500
a037423225Merged bug fix from Stable into Unstable
Eric Banks
2013-03-05 09:03:48 -0500
7e1bfd6a7cIncluded an accidental change from unstable into the previous push
Eric Banks
2013-03-05 09:03:31 -0500
3e118a5b41Adding interval list to Postcalling QC script
Mauricio Carneiro
2013-02-28 11:51:43 -0500
74a5cd5956run_parallel_tests: archive working directories for completed runs
David Roazen
2013-03-05 05:49:25 -0500
754226907erun_parallel_tests.sh: improved test class search and post-test cleanup
David Roazen
2013-03-05 04:22:51 -0500
bd4e4f4ee3Merged bug fix from Stable into Unstable
Eric Banks
2013-03-04 23:24:44 -0500
b715218bfeFix for mismatching indel quals erro: need to adjust for softclips just like we do for bases and normal quals.
Eric Banks
2013-03-04 23:23:18 -0500
1b7164ccdbMerge pull request #86 from broadinstitute/mc_fix_exception_messages
Mark DePristo
2013-03-04 13:55:00 -0800
d0c8105387Cleaning up hilarious exception messages
Mauricio Carneiro
2013-03-04 16:47:45 -0500
ce7554e9d6Merged bug fix from Stable into Unstable
Ryan Poplin
2013-03-04 12:36:04 -0500
0697594778Active regions that don't contain any usable reads should just be skipped over instead of throwing an IllegalStateException.
Ryan Poplin
2013-03-04 12:35:40 -0500
b3ecbb011dMerge pull request #81 from broadinstitute/md_hc_bam_writing
Ryan Poplin
2013-03-04 06:39:19 -0800
42d3919ca4Expanded functionality for writing BAMs from HaplotypeCaller
Mark DePristo
2013-02-22 15:22:43 -0500
ec3bf9f362Adding 1mb of 2x250 bp PCR-free reads to private testdata
Mark DePristo
2013-03-01 13:37:48 -0500
b1ea2f6125Merge pull request #83 from broadinstitute/dr_gatk_jar_with_private_GSA-803
Mark DePristo
2013-03-01 13:15:57 -0800
2a1a20fc9dParallel tests: switch working directory from /humgen/gsa-scr1 to /humgen/gsa-hpprojects
David Roazen
2013-03-01 16:11:29 -0500
a0be74c2efAnt target to package a GATK jar with private included
David Roazen
2013-03-01 15:33:59 -0500
3f7d888ea5run_parallel_tests.sh: further improvements
David Roazen
2013-03-01 14:59:10 -0500
0cff9b8027Merge pull request #82 from broadinstitute/dr_split_long_integration_test_classes
Mark DePristo
2013-03-01 11:07:23 -0800
c5c99c8339Split long-running integration test classes into multiple classes
David Roazen
2013-03-01 13:06:58 -0500
6204e6ccc9Merge pull request #76 from broadinstitute/md_kb_bugfix_GSA-795
depristo
2013-03-01 10:52:16 -0800
c05d1352b1Merge pull request #80 from broadinstitute/eb_cleanup_genomelocsortedset_GSA-775
depristo
2013-03-01 08:35:20 -0800
ebd5404124Fixed the add functionality of GenomeLocSortedSet.
Eric Banks
2013-02-28 13:46:49 -0500
6a77eee5f4parallel tests script: pass in bamboo build number to make globally unique working directories for each run
David Roazen
2013-02-28 18:06:18 -0500
2a7f55ae45Further run_parallel_tests.sh quick fixes
David Roazen
2013-02-28 17:31:29 -0500
394e8889f1Fix silly typo in run_parallel_tests.sh script
David Roazen
2013-02-28 17:15:32 -0500
e5fa1672c1Merge pull request #79 from broadinstitute/dr_parallel_tests_prototype
MauricioCarneiro
2013-02-28 14:12:37 -0800
e6ac94fd75Experimental script to run tests using class-level parallelism on the farm
David Roazen
2013-02-28 16:39:43 -0500
ca42be9788Merge pull request #78 from broadinstitute/dr_pdfgen_bamboo_script_GSA-794
droazen
2013-02-28 11:48:41 -0800
b050d16b22Trivial shell script for bamboo to trigger the website pdfgen script
David Roazen
2013-02-28 14:45:25 -0500
0931afab39NA12878 KB performance improvement
Mark DePristo
2013-02-28 10:34:15 -0500
4095a9ef32Bugfixes for AssessNA12878
Mark DePristo
2013-02-27 15:38:17 -0500
92d6a4f441Merge pull request #75 from broadinstitute/eb_missing_rg_error_GSA-407
depristo
2013-02-28 05:20:39 -0800
cac3f80c64Merge pull request #73 from broadinstitute/eb_remove_nested_hashmap_GSA-732
depristo
2013-02-28 05:19:56 -0800
12fc198b80Added better error message for BAMs with bad read groups. * Split the cases into reads that don't have a RG at all vs. those with a RG that's not defined in the header. * Added integration tests to make sure that the correct error is thrown. * Resolved GSA-407.
Eric Banks
2013-02-27 16:02:56 -0500
45fc0ed261Merge pull request #74 from broadinstitute/eb_update_rtc_docs_GSA-716
Eric Banks
2013-02-27 11:58:09 -0800
d2904cb636Update docs for RTC.
Eric Banks
2013-02-27 14:55:49 -0500
97b332943bMerge pull request #64 from broadinstitute/md_agbt
MauricioCarneiro
2013-02-27 11:41:04 -0800
69b8173535Replace uses of NestedHashMap with NestedIntegerArray.
Eric Banks
2013-02-27 14:01:09 -0500
4b1071a815Merge pull request #68 from broadinstitute/aw_reduce_reads_perf
Eric Banks
2013-02-27 10:03:36 -0800
c8368ae2a5Eliminate 7-element arrays in BaseCounts and BaseAndQualsCount and replace with in-line primitive attributes. This is ugly but reduces heap overhead, and changes are localized. When used in conjunction with Mauricio's FastUtil changes it saves and additional 9% or so of execution time.
Alec Wysoker
2013-02-26 16:23:12 -0500
69f6d53494Merge pull request #72 from broadinstitute/md_profile_hc_vs_ug_GSA-749
Ryan Poplin
2013-02-27 08:14:00 -0800
b987df5d8dGATKPerformanceOverTime now includes a mode to comparing HC & UG performance
Mark DePristo
2013-02-04 15:48:16 -0500
752f4335a5Merged bug fix from Stable into Unstable
David Roazen
2013-02-27 05:20:41 -0500
2a7af43164Fix improper dependencies in QScripts used by pipeline tests, and attempt to fix the flawed MisencodedBaseQualityUnitTest
David Roazen
2013-02-27 04:45:53 -0500
6466463d5aMerged bug fix from Stable into Unstable
David Roazen
2013-02-26 21:54:54 -0500
12a3d7ecadFix licenses on files modified in 2.4-1
David Roazen
2013-02-26 21:47:55 -0500
a53b4a7521Merged bug fix from Stable into Unstable
David Roazen
2013-02-26 21:41:13 -0500
65d31ba4adFix runtime public -> protected dependencies in the test suite
David Roazen
2013-02-26 21:11:13 -0500
dd338bebd0Merge pull request #70 from broadinstitute/dr_nightly_build_script_adjustments
droazen
2013-02-26 14:46:09 -0800
d2f4626bddNightly build script improvements
David Roazen
2013-02-26 17:43:19 -0500
7c3f8d384bMerge pull request #69 from broadinstitute/dr_nightly_build_script_GSATDG-78
depristo
2013-02-26 13:58:39 -0800
3680879926Shell script to release GATK nightly builds
David Roazen
2013-02-26 16:15:37 -0500
93205154b5Merge pull request #63 from broadinstitute/eb_fix_pairhmm_unittest_GSA-776
depristo
2013-02-26 11:56:58 -0800
734353e9dfMerge pull request #60 from broadinstitute/mc_fastutil_GSATDG-83
Eric Banks
2013-02-26 11:56:41 -0800
3ce0a32da7Merge remote-tracking branch 'unstable/master'
Eric Banks
2013-02-26 14:48:39 -0500
7a7adb79f1Merge pull request #67 from broadinstitute/dr_release_script_disable_validation
Eric Banks
2013-02-26 11:25:01 -0800
2cf0dc9939Merge pull request #66 from broadinstitute/mc_retire_coveragebysample_walker_GSATDG-90
Eric Banks
2013-02-26 11:19:09 -0800
2b13af042dTemporarily disable paranoid validation in the release scripts
David Roazen
2013-02-26 14:17:39 -0500