43bd6b4436Merge pull request #689 from broadinstitute/eb_fix_samrecord_test_constructor
Eric Banks
2014-07-23 23:03:30 -0400
84af1fc75fThe copy constructor for a GATKSAMRecord (used for testing only) should use the actual read's contig index, not its mate's.
Eric Banks
2014-07-23 15:31:03 -0400
a3d180ac43Updated na12878kb-utils with classes from old ant StingUtils.jar. Fixed package names post picard/htsjdk renaming.
Khalid Shakir
2014-07-22 23:31:47 +0800
8c14609477Added -gtType argument to AssessNA12878 to stratify assessment based on true genotype call in NA12878 (or input call if the former is not in KB).
Valentin Ruano-Rubio
2014-07-15 15:46:34 -0400
0798a4b768Update pom versions to mark the start of GATK 3.3 development
David Roazen
2014-07-17 12:09:33 -0400
323f22f852Update pom versions for the 3.2 release
David Roazen
2014-07-17 12:06:22 -0400
98d88eb07eFixed IndexOutOfBounds error associated with tail merging.
Eric Banks
2014-07-16 23:14:33 -0400
799071b520Merge remote-tracking branch 'unstable/master'
David Roazen
2014-07-14 14:07:16 -0400
104d94a1acMerge pull request #686 from broadinstitute/gg_gatkdocs_updates
Geraldine Van der Auwera
2014-07-14 12:10:36 -0400
a6f632874bVarious documentation improvements
Geraldine Van der Auwera
2014-05-21 12:35:22 -0400
db53d096c9Merge pull request #684 from broadinstitute/ks_add_cofoja_to_gatk_packages
droazen
2014-07-14 11:15:49 -0400
2138aa135cMerge pull request #683 from broadinstitute/eb_disable_complex_variant_merging_PT74816146
Eric Banks
2014-07-13 08:57:13 -0400
ecefcb383dDisable the complex variant merging for now, as requested by ATGU
Eric Banks
2014-07-11 15:08:43 -0400
c7e357eb59Added cofoja to the gatk packages for tests to pass.
Khalid Shakir
2014-07-11 23:19:42 +0800
b8751ad598Merge pull request #680 from broadinstitute/ldg_VQSRscript
droazen
2014-07-11 10:16:37 -0400
4f4ff5c327Merge pull request #682 from broadinstitute/ks_revert_md5_db_per_test
kshakir
2014-07-11 03:42:18 +0800
193e389b41Merge pull request #679 from broadinstitute/eb_better_tail_merging_PT74222522
Ryan Poplin
2014-07-10 13:54:33 -0400
18f6d56b4cRevert "Using the base directory for each test run when outputting MD5DB mismatches."
Khalid Shakir
2014-07-11 01:11:25 +0800
cc09ef9190Revert "Appending to md5db in the gatkdir, with additional logging."
Khalid Shakir
2014-07-11 01:11:20 +0800
a105cc4c0aMerge pull request #681 from broadinstitute/dr_md5mismatch_generator_script
droazen
2014-07-10 10:40:09 -0400
af0aab8791Shell script to generate md5 mismatches file from a Bamboo log of an integration test run
David Roazen
2014-07-10 10:32:10 -0400
1d97b4a191Improved tail merging: now tails can be merged to branches that are not entirely reference.
Eric Banks
2014-07-02 14:59:18 -0400
aecd34d274Merge pull request #677 from broadinstitute/ks_md5_db_per_test_type
kshakir
2014-07-10 17:53:24 +0800
5eee065133Merge pull request #674 from broadinstitute/rp_improve_genotyping
Ryan Poplin
2014-07-09 16:03:09 -0400
a7d1904c63Appending to md5db in the gatkdir, with additional logging.
Khalid Shakir
2014-07-09 23:12:56 +0800
99026eb51bUpdate VQSR Rnd BQSR script generation code for compatibility with latest ggplot version. Update queueJobReport.R and public/gsalib/src/R/R/gsa.variantqc.utils.R also
Laura Gauthier
2014-07-08 11:14:07 -0400
cd2c5ce1b2Now AssessNA12878 can handle different input ploidy for omniploidy assessment where we may run HC as if it was a haploid, tetraploid (and so forth) organism.
Valentin Ruano-Rubio
2014-07-02 15:30:13 -0400
a85bc0b577Merge pull request #678 from broadinstitute/dr_remove_junit_imports
droazen
2014-07-09 14:40:38 -0400
74a7674d70Improvements to genotyping accuracy.
Ryan Poplin
2014-07-08 11:07:19 -0400
719e685759Remove junit imports in the test suite
David Roazen
2014-07-09 12:09:27 -0400
465c5ed9b0Merge pull request #676 from broadinstitute/cww_junit_assert
droazen
2014-07-08 16:12:34 -0400
635b9bd1afReplace improper use of org.junit imports with org.testng.
Chris Whelan
2014-07-08 16:07:39 -0400
b2e51838d7Merge pull request #673 from broadinstitute/ks_md5_db_per_test_run
droazen
2014-07-08 10:58:59 -0400
2129aa05d8Bug fix for poms missing package test artifacts.
Khalid Shakir
2014-07-08 06:29:47 +0800
e5be9c7073Using the base directory for each test run when outputting MD5DB mismatches.
Khalid Shakir
2014-07-08 06:28:16 +0800
f084fa5ab2Merge pull request #669 from broadinstitute/eb_improve_decomposition_of_haplotypes_PT71966916
Ryan Poplin
2014-07-02 10:08:32 -0400
bad7865078When converting a haplotype to a set of variants we now check for cases that are overly complex.
Eric Banks
2014-07-01 10:19:10 -0400
297c2b0651Merge pull request #670 from broadinstitute/rp_SBBS_min_count
ldgauthier
2014-07-01 08:34:23 -0400
e14bff212dSB tables should be created even if the ref or alt columns have no counts. This is so that FS/SOR will still be calculated when the variant is extremely high or low frequency.
Ryan Poplin
2014-06-25 13:36:26 -0400
5c45641051Merge pull request #668 from broadinstitute/rp_AD_realigned_reads_8b9d1c1
Ryan Poplin
2014-06-30 12:35:40 -0400
0127799cbaReads are now realigned to the most likely haplotype before being used by the annotations.
Ryan Poplin
2014-06-11 15:45:45 -0400
dc93507023Merge pull request #667 from broadinstitute/ks_refactor_doc_scala_package
jmthibault79
2014-06-25 16:05:30 -0400
f5345e903aFixed minor pom.xml line that was out of place after sortpom.
Khalid Shakir
2014-06-26 01:00:35 +0800
7b5f88a49cRefactored DoC custom Queue wrappers to a non-package object. Now, "mvn verify && mvn verify" should work again.
Khalid Shakir
2014-06-26 00:59:18 +0800
b935ed0df1Merge pull request #665 from broadinstitute/ks_force_delete_bad_symlinks
droazen
2014-06-25 00:13:05 -0400
92028027c9Merge pull request #666 from broadinstitute/pd_merge_selectvariants_test
Eric Banks
2014-06-24 21:19:46 -0400
06d619e9aaRemoved redundant SelectVariantsIntegrationTest, merged it's only test into protected version
Phillip Dexheimer
2014-06-24 18:59:59 -0400
45d819a00eFor now, executing the delete_maven_links.sh just ahead of creating the symbolic links during the process-test-resources phase. Better than running it during the "clean" phase, since these users may not run "mvn clean" before attempting to build.
Khalid Shakir
2014-06-25 02:32:15 +0800
42cfa3b53bMerge pull request #664 from broadinstitute/ks_picard_maven_gatk_root
kshakir
2014-06-24 18:48:40 +0800
bffc9fbabdFixed gatk-root path in private/picard-maven/pom.xml
Khalid Shakir
2014-06-24 18:45:51 +0800
c191103326Merge pull request #663 from broadinstitute/pd_jexl_user_exception
Eric Banks
2014-06-20 17:17:54 -0400
65eeb4a7abRecast the "Invalid JEXL expression detected" error in SelectVariants from a RuntimeException to a UserException - PT 68931448
Phillip Dexheimer
2014-06-19 23:52:26 -0400
db7dc8ab5fMerge pull request #660 from broadinstitute/pd_catvariants_list
Eric Banks
2014-06-19 23:54:03 -0400
da5e567b73Added functionality to CatVariants to process .list files with -V - Pivotal 70305712
Phillip Dexheimer
2014-06-17 23:38:03 -0400
da1dab6c32Merge pull request #661 from broadinstitute/jw_allele_balance_gvcf
Ryan Poplin
2014-06-19 13:10:41 -0400
41d2a793f0Merge pull request #662 from broadinstitute/eb_Carlos_Borroto_commits
Eric Banks
2014-06-19 12:49:14 -0400
1092dd6e25From Carlos Barroto: switch outputRoot in SplitSamFile to an empty string instead of null.
Eric Banks
2014-06-19 10:05:51 -0400
9212edba41From Carlos Barroto: made 'level' in Picard's CalculateHsMetrics Scala Queue extension an argument.
Eric Banks
2014-06-19 10:04:04 -0400
8b75428a90Enable AB annotation in reference model pipeline. Incorporates patches from John Wallace to public github account
Ryan Poplin
2014-06-19 09:35:04 -0400
2df2a153e6Merge pull request #658 from broadinstitute/ldg_PbyTwithPriors
Eric Banks
2014-06-18 15:04:39 -0400
9640d5d745Merge pull request #649 from broadinstitute/pd_genotypegvcf_args
Eric Banks
2014-06-18 11:36:13 -0400
2356d5d63fUpdated CalculateGenotypePosteriors to compute genotype posteriors using likelihoods from all members of the trio. (Right now it only works if all members of the trio are called.) Takes posteriors as input, defaulting to PLs Added annotations for possible de novos for us in full genotype refinement pipeline Added family priors to CGP integration test. Changed CGP to use PP tag instead of GP tag because posteriors are Phred-scaled. Updated CGP integration test md5s to reflect change.
Laura Gauthier
2014-04-30 13:55:28 -0400
5e258bfeffMinor optimization to function to calculate the log of exponentials.
Nigel Delaney
2014-06-11 16:18:32 -0400
0ce28b78e0Merge pull request #657 from broadinstitute/rp_ref_model_pipeline_noMQ_indels
Ryan Poplin
2014-06-16 11:29:11 -0400
9390c56d52Using MQRanksum for indels was a bad idea according to the knowledgebase. Removing from the ref model pipeline. Indels create mapping quality biases that aren't indicitive of error.
Ryan Poplin
2014-06-16 11:28:33 -0400
2e78815055Added missing arguments to GenotypeGVCFs - New arguments are nda, hets, indelHeterozygosity, stand_call_conf, stand_emit_conf, ploidy, and maxAltAlleles - Addresses PT 70110918 - To do this, moved those arguments out of the StandardCallerArgumentCollection into a new GenotypeCalculationArgumentCollection, which is now included as a member of SCAC
Phillip Dexheimer
2014-05-28 22:11:56 -0400
838304cc89Merge pull request #656 from broadinstitute/cww_fastSiblingIBD
Eric Banks
2014-06-13 11:37:31 -0400
01380d20a5Added licenses to siblingibd classes
Chris Whelan
2014-06-13 10:09:33 -0400
164d270447Merge pull request #651 from broadinstitute/cww_fastSiblingIBD
Eric Banks
2014-06-13 09:51:33 -0400
ba1d23e535Created a new tool, SiblingIBD, which finds Identical-By-Descent regions in two siblings. -When parental genotypes are available, implements an HMM on genotype observations in the quartet. -Outputs IBD regions as well as per-site posterior probabilities of being in each IBD state. -Includes an experimental heuristic based mode for when parental genotypes are not available. -Made a method in MendelianViolation public static to reuse code. -Added the mockito library to private/gatk-tools-private/pom.xml
Chris Whelan
2014-05-07 10:10:52 -0400
fbc75c8e14Merge pull request #654 from broadinstitute/rp_gvcf_indexing_strategy
Ryan Poplin
2014-06-12 10:45:25 -0400
b61b16ac6dAdding the required GVCF indexing strategy arguments.
Ryan Poplin
2014-06-12 10:41:36 -0400
5493126034Merge pull request #653 from broadinstitute/rp_updated_ref_model_qscript
Ryan Poplin
2014-06-12 09:52:17 -0400
58e9e7df95Updating the ref model pipeline qscript.
Ryan Poplin
2014-06-12 09:51:33 -0400
3079755b4cMerge pull request #646 from broadinstitute/ks_disable_distribution_with_private
droazen
2014-06-11 11:00:31 -0400
f082572593If passed -Pgsadev, don't build the distribution package.
Khalid Shakir
2014-05-28 12:41:55 -0400
a20da6b9aaMerge pull request #650 from broadinstitute/xhmm_Qscript
Eric Banks
2014-06-10 10:20:21 -0400
a1868e8b82For XHMM and Depth-of-Coverage Qscripts, add ability for user to input sample renaming file at the GATK level using existing GATK flag (--sample_rename_mapping_file) and custom pre-processing code. For XHMM Qscript, add scatter-gather for Discovery and Genotype stages.
Menachem Fromer
2014-06-09 23:49:54 -0400
ea98a59c78Stop downloading GATK reports from legacy AWS account
David Roazen
2014-06-06 15:19:28 -0400
4ea53f7132Merge pull request #647 from broadinstitute/pd_output_dir_check
jmthibault79
2014-06-03 10:07:24 -0400
4eb9858461Ensure that output files are specified in a writeable location -PT 69579780
Phillip Dexheimer
2014-05-28 22:44:37 -0400
07567fdae3Removed debug code outputing files not removed after VM exists in ReadThreadingLikelihoodCalculationEngineUnitTest. Notice however that this should not be the cause of resent problems as the code was desactivated.
Valentin Ruano-Rubio
2014-05-28 19:03:25 -0400
938172d7f0Removed redundant overrride createTempFileFromBase (same code as super class) and added some finals to DepthOfCoverageB36IntegrationTest
Valentin Ruano-Rubio
2014-05-28 19:02:04 -0400
e0c221470cChanged File.createTempFile to BaseTest.createTempFile
Valentin Ruano-Rubio
2014-05-28 18:59:48 -0400
ef7531d4a5Merge pull request #640 from broadinstitute/IntegerSWImplementation
EvolvedMicrobe
2014-05-28 15:10:05 -0400
cc45e62e8eChange SmithWaterman to use integers instead of doubles.
Nigel Delaney
2014-05-25 17:12:00 -0400
ac52fa581aMerge pull request #644 from broadinstitute/ks_queue_test_temp_fix
droazen
2014-05-28 11:29:08 -0400
ff43b1f298Merge pull request #636 from broadinstitute/pd_log10_refactor
Eric Banks
2014-05-28 08:46:49 -0400
ed66f690ddMerge pull request #645 from broadinstitute/pd_progress_format
Eric Banks
2014-05-28 08:45:26 -0400
6122b2805dLegibility improvements to ProgressMeter - Fields in the header are delimited with the pipe character - Header is now split into two lines to improve spacing - Field width in header and progress lines auto-adjusts to length of "processing units" label (sites, active regions, etc) - Addresses PT 69725930
Phillip Dexheimer
2014-05-27 23:52:42 -0400
c15e6fcc0eRefactored the static lookup arrays in MathUtils (log10Cache, log10FactorialCache, jacobianLogTable) -They are now only computed when necessary -Log10Cache is dynamically resizable, either by calling get() on an out-of-range value or by calling ensureCacheContains -Log10FactorialCache and JacobianLogTable are initialized to a fixed size on first access and are not resizable -Addresses PT 69124396
Phillip Dexheimer
2014-05-18 20:26:24 -0400
b77589696eMerge pull request #643 from broadinstitute/rp_remove_hwp
Eric Banks
2014-05-27 17:21:19 -0400
6c9e68ef41Disabled ExampleUG Queue Tests, fixed internal extensions dependency. EUG tests disabled due to new protected qscript directory path, post GATK artifact splitting.
Khalid Shakir
2014-05-27 16:16:53 -0400
3f694d61eeMerge pull request #641 from broadinstitute/dr_post_test_cleanup
Eric Banks
2014-05-27 15:59:03 -0400
400d19a126Merge pull request #642 from broadinstitute/dr_maven_symlink_cleanup_script
Eric Banks
2014-05-27 15:52:18 -0400
6ca483e574Script to manually delete maven-created symlinks to testdata/qscripts
David Roazen
2014-05-27 15:33:11 -0400