Khalid Shakir
bffc9fbabd
Fixed gatk-root path in private/picard-maven/pom.xml
2014-06-24 18:45:51 +08:00
Eric Banks
c191103326
Merge pull request #663 from broadinstitute/pd_jexl_user_exception
...
Recast the "Invalid JEXL expression detected" error in SelectVariants fr...
2014-06-20 17:17:54 -04:00
Phillip Dexheimer
65eeb4a7ab
Recast the "Invalid JEXL expression detected" error in SelectVariants from a RuntimeException to a UserException
...
- PT 68931448
2014-06-20 00:05:23 -04:00
Eric Banks
db7dc8ab5f
Merge pull request #660 from broadinstitute/pd_catvariants_list
...
Added functionality to CatVariants to process .list files with -V
2014-06-19 23:54:03 -04:00
Phillip Dexheimer
da5e567b73
Added functionality to CatVariants to process .list files with -V
...
- Pivotal 70305712
2014-06-19 21:46:13 -04:00
Ryan Poplin
da1dab6c32
Merge pull request #661 from broadinstitute/jw_allele_balance_gvcf
...
Enable AB annotation in reference model pipeline. Incorporates patches f...
2014-06-19 13:10:41 -04:00
Eric Banks
41d2a793f0
Merge pull request #662 from broadinstitute/eb_Carlos_Borroto_commits
...
Eb carlos borroto commits
2014-06-19 12:49:14 -04:00
Eric Banks
1092dd6e25
From Carlos Barroto: switch outputRoot in SplitSamFile to an empty string instead of null.
2014-06-19 11:06:55 -04:00
Eric Banks
9212edba41
From Carlos Barroto: made 'level' in Picard's CalculateHsMetrics Scala Queue extension an argument.
2014-06-19 11:06:50 -04:00
Ryan Poplin
8b75428a90
Enable AB annotation in reference model pipeline. Incorporates patches from John Wallace to public github account
2014-06-19 09:35:04 -04:00
Eric Banks
2df2a153e6
Merge pull request #658 from broadinstitute/ldg_PbyTwithPriors
...
Updated CalculateGenotypePosteriors to compute genotype posteriors using...
2014-06-18 15:04:39 -04:00
Eric Banks
9640d5d745
Merge pull request #649 from broadinstitute/pd_genotypegvcf_args
...
Refactored StandardCallerArgumentCollection to expose args to GenotypeGVCFs
2014-06-18 11:36:13 -04:00
Laura Gauthier
2356d5d63f
Updated 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.
2014-06-18 11:17:15 -04:00
Nigel Delaney
7570666f2a
Merge pull request #655 from broadinstitute/nfd_mathutil_opts
...
Optimization of function to calculate the logged sum of exponentiated values
2014-06-17 17:07:42 -04:00
Nigel Delaney
5e258bfeff
Minor optimization to function to calculate the log of exponentials.
...
* Avoids calling Math.Pow whenever possible (skips -Inf and 0 values),
leads to better performance.
2014-06-17 15:26:10 -04:00
Ryan Poplin
0ce28b78e0
Merge pull request #657 from broadinstitute/rp_ref_model_pipeline_noMQ_indels
...
Using MQRanksum for indels was a bad idea according to the knowledgebase...
2014-06-16 11:29:11 -04:00
Ryan Poplin
9390c56d52
Using 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.
2014-06-16 11:28:33 -04:00
Phillip Dexheimer
2e78815055
Added 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
2014-06-16 08:10:54 -04:00
Eric Banks
838304cc89
Merge pull request #656 from broadinstitute/cww_fastSiblingIBD
...
Added licenses to siblingibd classes
2014-06-13 11:37:31 -04:00
Chris Whelan
01380d20a5
Added licenses to siblingibd classes
...
touch files to add licenses
2014-06-13 10:11:42 -04:00
Eric Banks
164d270447
Merge pull request #651 from broadinstitute/cww_fastSiblingIBD
...
Created a new tool, SiblingIBD, which finds Identical-By-Descent regions...
2014-06-13 09:51:33 -04:00
Chris Whelan
ba1d23e535
Created 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
2014-06-13 09:41:37 -04:00
Ryan Poplin
fbc75c8e14
Merge pull request #654 from broadinstitute/rp_gvcf_indexing_strategy
...
Adding the required GVCF indexing strategy arguments.
2014-06-12 10:45:25 -04:00
Ryan Poplin
b61b16ac6d
Adding the required GVCF indexing strategy arguments.
2014-06-12 10:41:36 -04:00
Ryan Poplin
5493126034
Merge pull request #653 from broadinstitute/rp_updated_ref_model_qscript
...
Updating the ref model pipeline qscript.
2014-06-12 09:52:17 -04:00
Ryan Poplin
58e9e7df95
Updating the ref model pipeline qscript.
2014-06-12 09:51:33 -04:00
droazen
3079755b4c
Merge pull request #646 from broadinstitute/ks_disable_distribution_with_private
...
Add maven -Pgsadev flag to build private jars only
2014-06-11 11:00:31 -04:00
Khalid Shakir
f082572593
If passed -Pgsadev, don't build the distribution package.
2014-06-10 23:33:33 -04:00
Eric Banks
a20da6b9aa
Merge pull request #650 from broadinstitute/xhmm_Qscript
...
For XHMM and Depth-of-Coverage Qscripts, add ability for user to input s...
2014-06-10 10:20:21 -04:00
Menachem Fromer
a1868e8b82
For 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.
2014-06-09 23:49:54 -04:00
David Roazen
ea98a59c78
Stop downloading GATK reports from legacy AWS account
...
Our old AWS account is due to be deactivated today. Starting tonight,
we'll no longer attempt to download GATK reports from it.
2014-06-06 15:19:28 -04:00
jmthibault79
4ea53f7132
Merge pull request #647 from broadinstitute/pd_output_dir_check
...
Ensure that output files are specified in a writeable location
2014-06-03 10:07:24 -04:00
Phillip Dexheimer
4eb9858461
Ensure that output files are specified in a writeable location
...
-PT 69579780
2014-06-02 21:13:59 -04:00
Valentin Ruano Rubio
db96891d4b
Merge pull request #638 from broadinstitute/vrr_createTempFile_testfix
...
Changed File.createTempFile to BaseTest.createTempFile calls Test
2014-05-29 10:15:05 -04:00
Valentin Ruano-Rubio
07567fdae3
Removed 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.
2014-05-28 19:03:25 -04:00
Valentin Ruano-Rubio
938172d7f0
Removed redundant overrride createTempFileFromBase (same code as super class) and added some finals to DepthOfCoverageB36IntegrationTest
2014-05-28 19:02:04 -04:00
Valentin Ruano-Rubio
e0c221470c
Changed File.createTempFile to BaseTest.createTempFile
2014-05-28 18:59:48 -04:00
EvolvedMicrobe
ef7531d4a5
Merge pull request #640 from broadinstitute/IntegerSWImplementation
...
Change SmithWaterman to use integers instead of doubles.
2014-05-28 15:10:05 -04:00
Nigel Delaney
cc45e62e8e
Change SmithWaterman to use integers instead of doubles.
2014-05-28 13:13:14 -04:00
droazen
ac52fa581a
Merge pull request #644 from broadinstitute/ks_queue_test_temp_fix
...
Disabled ExampleUG Queue Tests, fixed internal extensions dependency.
2014-05-28 11:29:08 -04:00
Eric Banks
ff43b1f298
Merge pull request #636 from broadinstitute/pd_log10_refactor
...
Replaced the static, fixed MathUtils.log10Cache array with a dynamic Log...
2014-05-28 08:46:49 -04:00
Eric Banks
ed66f690dd
Merge pull request #645 from broadinstitute/pd_progress_format
...
Legibility improvements to ProgressMeter
2014-05-28 08:45:26 -04:00
Phillip Dexheimer
6122b2805d
Legibility 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
2014-05-27 23:52:42 -04:00
Phillip Dexheimer
c15e6fcc0e
Refactored 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
2014-05-27 22:27:57 -04:00
Eric Banks
b77589696e
Merge pull request #643 from broadinstitute/rp_remove_hwp
...
Removing HWP from GenotypeSummaries because of integer overflow issues w...
2014-05-27 17:21:19 -04:00
Khalid Shakir
6c9e68ef41
Disabled ExampleUG Queue Tests, fixed internal extensions dependency.
...
EUG tests disabled due to new protected qscript directory path, post GATK artifact splitting.
2014-05-27 16:16:53 -04:00
Eric Banks
3f694d61ee
Merge pull request #641 from broadinstitute/dr_post_test_cleanup
...
Improve test suite tmp file cleanup
2014-05-27 15:59:03 -04:00
Eric Banks
400d19a126
Merge pull request #642 from broadinstitute/dr_maven_symlink_cleanup_script
...
Script to manually delete maven-created symlinks to testdata/qscripts
2014-05-27 15:52:18 -04:00
David Roazen
6ca483e574
Script to manually delete maven-created symlinks to testdata/qscripts
...
This script can be run when "mvn clean" fails due to an inability to
remove existing symlinks.
2014-05-27 15:33:11 -04:00
David Roazen
74b51c5c7a
Improve test suite tmp file cleanup
...
-Make BaseTest.createTempFile() mark any possible corresponding index files for deletion on exit
-Make WalkerTest mark shadow BCF files and auxiliary for deletion on exit
-Make VariantRecalibrationWalkersIntegrationTest mark PDF files for deletion on exit
2014-05-27 13:41:44 -04:00