Kiran V Garimella
2d86c0d7d4
Debug: get all attributes as raw Object types, rather than as specific types
2011-07-26 01:19:30 -04:00
Kiran V Garimella
a615556781
Debug: removed restrictions that all VCs had to be non-null
2011-07-26 01:13:33 -04:00
Kiran V Garimella
ef4101b62d
Merge branch 'desktop'
2011-07-25 17:38:03 -04:00
Kiran V Garimella
70b69d8e89
Fixed a typo - should all set(), not addColumn()
2011-07-25 17:37:14 -04:00
Kiran V Garimella
5854a56366
Merge branch 'desktop'
2011-07-25 17:20:43 -04:00
Kiran V Garimella
626552481f
Check if the tracker is null and, if so, do not process the locus.
2011-07-25 17:20:36 -04:00
Kiran V Garimella
3361b46add
Merge branch 'desktop'
2011-07-25 16:51:29 -04:00
Kiran V Garimella
edaa0c5d7f
One-off walker to take a whole bunch of RBP-analysis VCFs and dump them to an R-readable table
2011-07-25 16:40:16 -04:00
Matt Hanna
088fc39308
Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
2011-07-25 15:54:56 -04:00
Matt Hanna
6fd6684e86
Merged bug fix from Stable into Unstable
...
Conflicts:
build.xml
2011-07-25 15:21:17 -04:00
Matt Hanna
6f43284053
Switch to including our entire exception tree rather than just UserException.
2011-07-25 15:19:41 -04:00
Eric Banks
a53aeb75ab
Merge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
2011-07-25 15:10:35 -04:00
Eric Banks
a29554e565
Removing the Genomic Annotator and its supporting classes
2011-07-25 15:10:25 -04:00
Kiran V Garimella
5136eea7be
Merge branch 'desktop'
2011-07-25 15:02:42 -04:00
Mark DePristo
3afcb3415d
Max of 1000 records will be loaded and compared to avoid heap size problem.
2011-07-25 14:58:31 -04:00
Kiran V Garimella
504b3ef5ef
Removed constraint to only evaluate eval and comp tracks at sites where genotypes match.
2011-07-25 14:58:10 -04:00
Matt Hanna
af0b5883c3
In unstable, add a reference to DocumentedGATKFeature to vcf.jar, which is now
...
a static dependency of UserExceptions.
2011-07-25 14:36:12 -04:00
Matt Hanna
6c49197de6
Merged bug fix from Stable into Unstable
2011-07-25 14:32:33 -04:00
Matt Hanna
a00e302321
Fix formatting issue.
2011-07-25 14:31:40 -04:00
Kiran V Garimella
29c08ac3c6
Merge branch 'desktop'
2011-07-25 14:06:52 -04:00
Kiran V Garimella
a2d280b85e
Forgot to change the name of the switchState columns
2011-07-25 14:06:41 -04:00
Kiran V Garimella
b11765b360
Merge branch 'desktop'
2011-07-25 13:53:43 -04:00
Kiran V Garimella
a0dd166364
Print metrics for both the unphased and rbp-phased data for easier comparison.
2011-07-25 13:53:33 -04:00
Matt Hanna
8014fad6ff
Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
2011-07-25 13:20:44 -04:00
Matt Hanna
2ac490dbdf
Fix improper detection of command-line arguments with missing values.
2011-07-25 13:20:00 -04:00
Kiran V Garimella
ac5a11b4f3
Merge branch 'desktop'
2011-07-25 13:18:41 -04:00
Kiran V Garimella
62011403b0
Constrains evaluation to places where both the unphased and rbp-phased data show the same genotype.
2011-07-25 13:00:29 -04:00
Mark DePristo
90947ab359
Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
2011-07-25 12:53:56 -04:00
Mark DePristo
44bd9ae703
Restoring UninstantiableWalker, as it is not going to be possible to run ant test; ant gatkdocs without ant clean in between
2011-07-25 12:53:06 -04:00
Mark DePristo
acda8eb09c
Commented out test that causes new CommandLineGATK() to fail
2011-07-25 12:43:27 -04:00
Kiran V Garimella
987e889137
Merge branch 'desktop'
2011-07-25 11:50:15 -04:00
Kiran V Garimella
0eecda6be4
Forgot to toggle switch state when genotypes are first seen in a reversed or consistent phase.
2011-07-25 11:50:02 -04:00
Kiran V Garimella
357f503a21
Merge branch 'desktop'
2011-07-25 11:36:27 -04:00
Kiran V Garimella
6389b29c4f
Computes the switch error rate for many samples at a time.
2011-07-25 11:36:08 -04:00
Kiran V Garimella
0b43ee117c
Added the required=false tag to the -noST and -noEV arguments so the auto-help output doesn't look weird (i.e. listing arguments as required when their value has already been specified by default).
2011-07-25 11:35:34 -04:00
Kiran V Garimella
bbb8473f03
Merge branch 'master' of ssh://copper.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
2011-07-25 10:59:00 -04:00
Mark DePristo
1a268ff1fd
Refactor so that GenotypeAnnotation and InfoFieldAnnotation share common superclass VariantAnnotatorAnnotation
2011-07-25 10:55:09 -04:00
Mark DePristo
7f8e6a97ee
InfoFieldAnnotation now an abstract class extended by annotations so doc system works
2011-07-25 10:47:11 -04:00
Guillermo del Angel
5db05d2873
Refactored Mills codecs so that they're in correct packages
2011-07-25 10:25:25 -04:00
Guillermo del Angel
115879b31f
Merge branch 'master' of ssh://nickel.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable
2011-07-25 10:13:16 -04:00
Mauricio Carneiro
4c6c16f895
Documented following the new gatkdoc framework
2011-07-25 00:25:08 -04:00
Mark DePristo
2039ce6102
Default values now displayed in arguments
...
DiffEngine fixed so that newInstance() would work. Pretty quickly encountered a situation where newInstance() failed. Debug output now written when this occurs in the log.
Logger now used instead of standard out, with INFO the default level.
2011-07-24 22:56:55 -04:00
Mark DePristo
c43b5981f2
Hidden variables are hidden by default. Settable by command line option
...
DiffObjectsWalker test arguments removed.
Minor refactoring of GATKDoclet
2011-07-24 20:52:44 -04:00
Mark DePristo
1c1f1da349
Fixing compilation
2011-07-24 20:01:59 -04:00
Mark DePristo
9f06f6c493
Split GATKDoclet from ResourceBundleDoclet. Refactored GaTKDocWorkUnit
2011-07-24 20:00:04 -04:00
Guillermo del Angel
e602166f78
First fully functional version outputting a full vcf
2011-07-24 19:38:59 -04:00
Mark DePristo
7b84347047
Main index is sorted by the template now.
2011-07-24 18:19:40 -04:00
Mark DePristo
ff85687679
Merge branch 'master' into help
2011-07-24 18:14:32 -04:00
Mark DePristo
83996f7951
Enumerated types are working.
2011-07-24 18:14:21 -04:00
Mark DePristo
3c34e9fa65
Cleanup emuns and tables
2011-07-24 17:45:58 -04:00