https://github.com/genome/genome

sort by:
Revision Author Date Message Commit Date
de0db0d Initial version of a FeatureList merge tool. BED-merging code taken from GSCApp::BEDFile. 11 August 2014, 22:54:41 UTC
a148dbf Merge branch 'copy' into gb_master 11 August 2014, 22:34:31 UTC
25c11cb If there is no information about the af for an allele, always pass the filter 11 August 2014, 22:33:49 UTC
3bca94b When no CAF is available, it should pass 11 August 2014, 22:27:11 UTC
ae980b3 Merge branch 'copy' into gb_master 11 August 2014, 22:16:57 UTC
fb3b1fe Revert "Revert "Bump vcf_version due to a bump in the default joinx version"" This reverts commit 578c984a0092b71b2bf8c143897cdcdcedc14421. No takesies backsies!!! 11 August 2014, 22:14:15 UTC
c77d7a0 Make generic SR expunge process for when deleting an object. Use it for InstrumentData and Sample deletion. 11 August 2014, 22:11:49 UTC
9675e04 Merge branch 'copy' into gb_master 11 August 2014, 21:54:43 UTC
99f6fc4 Make verify bam id code respect test name and add user relationship 11 August 2014, 21:51:38 UTC
62394d6 File VCF: rm dumper statement 11 August 2014, 19:49:09 UTC
9f0c7d3 Merge branch 'copy' into gb_master 11 August 2014, 19:35:53 UTC
7447f1d snv detection strategy is optional 11 August 2014, 19:33:25 UTC
578c984 Revert "Bump vcf_version due to a bump in the default joinx version" This reverts commit 5993ebd598c94bba2847bcd8cdcc17a049ca7311. 11 August 2014, 19:20:48 UTC
5993ebd Bump vcf_version due to a bump in the default joinx version 11 August 2014, 19:06:22 UTC
6ac75e1 Use build factory for benefit of setup_reference_sequence_build. 11 August 2014, 15:22:34 UTC
247869f Updated `gmt` tab completion. 09 August 2014, 12:17:13 UTC
0ef1383 Updated `genome` tab completion. 09 August 2014, 12:16:31 UTC
8a00921 Merge branch 'master' of ssh://git/srv/git/genome 08 August 2014, 21:33:26 UTC
9b12b69 fixed few bugs with the plot coverage tool. Added --highlight option to the tool 08 August 2014, 21:33:18 UTC
6227599 return empty string on method mismatch instead of shift // empty 08 August 2014, 20:26:11 UTC
55e4f0d check if a method exists before calling it: AUE-291 08 August 2014, 20:24:12 UTC
139fe24 No longer die when we find no gene. Instead we print a summary of transcript types that contained no gene at the end. 08 August 2014, 19:54:10 UTC
b91ef7d make transient properties optional 08 August 2014, 19:54:09 UTC
cedd706 Add a plan and resource file for rnaseq variant filtering and reporting It is not yet possible to do translated inputs for experts, so we must put the tumor sample name in the resource file (twice) for the fpkm expert. 08 August 2014, 19:54:08 UTC
3d21aa9 If object_errors are encountered, detail the module. There may be a better way of doing this, but this is an improvement for now. Previous to this fix, when UR returned missing/invalid property errors, we would have no clue which module in the plan contained the problem. 08 August 2014, 19:54:08 UTC
d4c3e2e add accessors for model->config_item 08 August 2014, 19:48:41 UTC
80aa587 schema change for tracking config item -> model links in AnP 08 August 2014, 19:21:55 UTC
aaeb65a Merge branch 'copy' into gb_master 08 August 2014, 18:14:42 UTC
8052e4c Gatk logic has moved around a bit. 08 August 2014, 18:13:16 UTC
9dc037b remove redundant get_readcount_entry call 08 August 2014, 17:31:07 UTC
8a79cf9 Interpreters return null interpretations when appropriate 08 August 2014, 17:31:06 UTC
5f87b4c remove redundant method call 08 August 2014, 17:31:05 UTC
261ae80 Refactor logic for returning a null interpretation to the base class. 08 August 2014, 17:31:05 UTC
8925905 Auto pass all alts for a sample when we have no information. made pass_all_sample_alts method. Use it. 08 August 2014, 17:31:04 UTC
f52bfec Updated `genome` tab completion. 08 August 2014, 12:16:44 UTC
93149f9 Updated class browser cache. 08 August 2014, 12:15:07 UTC
ff58a0c tumor and normal labels were swapped 08 August 2014, 05:39:30 UTC
51dd70b Fix test: build requires more information to be defined now. 07 August 2014, 22:56:36 UTC
a30744e New PP parameters to allow explicitly skipping validation steps. 07 August 2014, 22:44:03 UTC
e739441 File VCF: update dbsnp parser to handle R info type number 07 August 2014, 21:51:31 UTC
80e604a GM: reader for instdata w/ annotation uses entry add_allele method 07 August 2014, 21:51:30 UTC
b3e401f File VCF: add_allele adds info to A & R fields 07 August 2014, 21:51:30 UTC
15c7ab1 File VCF: updated info_for_allele to return info for ref info type R 07 August 2014, 21:51:29 UTC
81091aa File VCF: update to vcf4.2 using Number=R representing on value per ref and alts 07 August 2014, 21:51:29 UTC
d1e843b File VCF: add_allele method to add allele to entry 07 August 2014, 21:51:27 UTC
a95fff2 Fixed bug in min_coverage_observed calculation 07 August 2014, 19:31:03 UTC
606b60f Skip pending AnPs early like we do held ones. This prevents the pending instrument data from shutting out other work CQID could be doing. 06 August 2014, 22:59:29 UTC
41ad296 updated mentions of joinx1.8 to 1.9 in test cases 05 August 2014, 22:08:55 UTC
6835e7a update plans to use joinx 1.9 05 August 2014, 20:46:58 UTC
06cf7ea update default joinx version to 1.9 05 August 2014, 20:27:33 UTC
5cc0b5c Eval the call to Genome::Sys->rename Genome::Sys->rename will die if it fails which will prevent the callback from working and retrying. 05 August 2014, 19:43:43 UTC
f057f05 Merge branch 'copy' into gb_master 05 August 2014, 19:36:40 UTC
0e88a4d Skip entries with messed up CAF entries - they will simply not be counted toward the af_count metric 05 August 2014, 19:34:34 UTC
032ba1c make lack of lq variants in tiering non-fatal 05 August 2014, 17:50:04 UTC
a162e4c Use a raw SQL query to efficiently populate this view. The old version was taking > 3000sec and 3 GB of memory, so this will get us by in the meanwhile. 05 August 2014, 15:50:00 UTC
2651720 New classes to define tags and to link them to profile items. 05 August 2014, 13:32:25 UTC
e7dab07 More efficient query for the count in the model-group display name. 05 August 2014, 13:01:25 UTC
6fa6045 Tables to support tagging of configurations in AnP Config 04 August 2014, 22:25:17 UTC
f006645 Handle alt_bases_for_sample and genotype_for_sample returning undef. 01 August 2014, 22:16:06 UTC
82fba5d alt_bases_for_sample returns undef if no genotype found. 01 August 2014, 22:16:05 UTC
9375120 Correct bug in File::Vcf::Entry. Change behavior when no sample present. File::Vcf::Entry contained a bug where the bounds of the sample index was too permissive by 1. We also now return undef instead of confessing when we have no GT information for a sample - the sample might just be '.'. Corrected an oversight in the unit test - there were not enough samples in the header for the "get genotype for sample" subtest data. And we had to correct the behavior assumptions when dying for the above. 01 August 2014, 21:19:43 UTC
1f15b9b renamed 01 August 2014, 21:07:17 UTC
49cc615 Clean up HeaderDiff->print output for sample name diffs 01 August 2014, 20:33:20 UTC
60c9979 add vep MaxSegdupFilter 01 August 2014, 20:17:32 UTC
1a4ffb9 Merge branch 'updated' into gb_master 01 August 2014, 17:24:01 UTC
71c8fea Run reports with d30 model as base 01 August 2014, 17:20:34 UTC
ebf3fa8 Use network file location for intermediate output file 01 August 2014, 15:32:47 UTC
82fdc6e Updated `gmt` tab completion. 01 August 2014, 12:18:09 UTC
6713a21 Updated `genome` tab completion. 01 August 2014, 12:17:28 UTC
81e9255 Updated class browser cache. 01 August 2014, 12:15:39 UTC
e55e803 updated ur submodule to f5acb4c 31 July 2014, 21:47:56 UTC
cc72c98 Merge branch 'fireteam' into gb_master 31 July 2014, 21:33:57 UTC
90fa80e Change annotate-with-readcount to take sample name This way, the tool can add an additional sample name if it doesn't already exist in the vcf file. 31 July 2014, 21:31:11 UTC
4fe08f8 Don't separately add sample name to input vcfs 31 July 2014, 21:23:46 UTC
875ac9c Fix Cufflinks memory request during testing 31 July 2014, 20:44:40 UTC
e6177d8 GMT: add gatk command tree class 31 July 2014, 19:26:33 UTC
d369197 DV2: use full GATK class name to check legacy version 31 July 2014, 19:14:34 UTC
3eefca4 Merge branch 'updated' into gb_master 31 July 2014, 18:55:24 UTC
f7c54fe Fix pindel sorting 31 July 2014, 18:54:17 UTC
44fd477 InstData Gatk: add -n to rusage in refine reads gatk base 31 July 2014, 17:42:39 UTC
20e31d0 InstData Gatk: update threading in indel realigner 31 July 2014, 17:42:39 UTC
f69b696 InstData Gatk: specify rusage for best practices commands 31 July 2014, 17:42:38 UTC
fe35a5c InstData GATK: max memory returns GB 31 July 2014, 17:42:38 UTC
706a6e6 InstData GATK: do not compare grp output from base recalibrator test 31 July 2014, 17:42:37 UTC
3e5f53d InstData GATK: set max_memory for gatk tools using Genome::Sys 31 July 2014, 17:42:37 UTC
46f1431 InstData GATK: use threading 31 July 2014, 17:42:36 UTC
bbbc619 GMT GATK: use threading mix in classes as appropriate 31 July 2014, 17:42:36 UTC
8bf40bc GMT GATK: add mix in classes for threading options 31 July 2014, 17:42:35 UTC
7bb0c15 Gatk: rename the base class 31 July 2014, 17:42:35 UTC
c792695 Consistently use the build's assigned instrument data. The model's assignments may have changed (or be nonexistent!) 31 July 2014, 13:13:46 UTC
8e42bb8 Updated `gmt` tab completion. 31 July 2014, 12:17:11 UTC
5dd4d4e Updated `genome` tab completion. 31 July 2014, 12:16:31 UTC
942c5d0 Updated class browser cache. 31 July 2014, 12:15:10 UTC
8662a4a memoize bam index 30 July 2014, 21:06:47 UTC
36c8e6c update ref-align test build 30 July 2014, 20:55:18 UTC
29dc76f don't make bam.index hardcoded 30 July 2014, 20:50:13 UTC
1c166df ensure that skipping of loh is handled conistently between steps 30 July 2014, 18:34:42 UTC
68cb1c6 Merge branch 'master' of ssh://git/srv/git/genome 30 July 2014, 18:33:45 UTC
f61b3e3 md5 update 30 July 2014, 18:33:36 UTC
4246703 make wingspan optional 30 July 2014, 18:19:10 UTC
back to top