https://github.com/genome/genome

sort by:
Revision Author Date Message Commit Date
a268869 Merge branch 'master' of ssh://git/srv/git/genome 28 May 2014, 15:19:13 UTC
bac3e00 Merge branch 'master' of github.com:genome/gms-core 28 May 2014, 15:18:22 UTC
775dc65 updated ur submodule to 8d96d64 28 May 2014, 15:11:52 UTC
4367582 rename function to better reflect what it does 28 May 2014, 13:55:26 UTC
4b5c52a extract method to return a build's metrics as a hashref of metric_name => value 28 May 2014, 13:55:26 UTC
dbf7bae _diff_metrics_hashrefs() now deals with metric names and values, instead of names and metric objects 28 May 2014, 13:55:25 UTC
4a82587 extract function to diff metrics hashrefs directly 28 May 2014, 13:55:24 UTC
121840e extract method to remove ignored metrics 28 May 2014, 13:55:24 UTC
71a2552 use map in the more standard way 28 May 2014, 13:55:23 UTC
69e15c6 update clin-seq blessed 28 May 2014, 02:01:29 UTC
ca6f547 fix issue that broke piping to xargs -0 27 May 2014, 22:09:04 UTC
d16f673 even a single ID needs to be null terminated 27 May 2014, 22:09:02 UTC
84d6268 add failing test for bug when piped to xargs -0 It looks like `xargs -0` expects single arguments to also be null terminated. 27 May 2014, 22:09:01 UTC
99e2127 refactor print_model_ids for easier testing 27 May 2014, 22:08:58 UTC
e8b86ef Model: copy inputs filter desc 27 May 2014, 21:57:17 UTC
a787abf Model Input: add copy method 27 May 2014, 21:57:16 UTC
31fa4b9 Removed a whitespace from a file path 27 May 2014, 16:24:15 UTC
838bfb2 fix crashing bug in should_run_as 27 May 2014, 15:22:22 UTC
cb5092c fix bug introduced when pulling method up from Build 27 May 2014, 15:22:12 UTC
1c7cc5e add failing test case for an uncaught bug 27 May 2014, 15:21:28 UTC
a857101 remove comment 27 May 2014, 14:49:15 UTC
df9ae88 approved new test output with an updated last_succeeded_build Avi built a new build of H_KA-763312-1224733.somatic_variation-2 on 2014-05-24 so its last_succeeded_build updated. 27 May 2014, 14:26:16 UTC
dc1b71d Annotation: genotype vaf filter 23 May 2014, 20:25:28 UTC
73e27ca update clin-seq blessed - bamqc 23 May 2014, 13:31:53 UTC
f069aed Updated `genome` tab completion. 23 May 2014, 12:19:20 UTC
634c351 Updated class browser cache. 23 May 2014, 12:17:39 UTC
4755788 add basic test and fixes revealed by test 22 May 2014, 23:38:08 UTC
7ddb771 first draft, add command to list build queue for use by cron 22 May 2014, 23:38:06 UTC
5925c58 move should_run_as to the model 22 May 2014, 23:37:05 UTC
8b9d879 export instrumentation functions 22 May 2014, 22:19:41 UTC
9b4f321 export pluck_column_from_class 22 May 2014, 22:19:40 UTC
24629c5 fix a command bug 22 May 2014, 22:07:09 UTC
5befa40 Merge branch 'updated' into gb_master 22 May 2014, 20:57:41 UTC
7339f93 Max af filter 22 May 2014, 20:56:29 UTC
571e169 Turn off fixmate for Bwamem This adds a method 'requires_fixmate' in AlignmentResult.pm to control running fixmate after alignment. Aligner submodules can disable fixmate by overriding the method 'requires_fixmate' and returning 0. An old check for disabling fixmate for Rtg aligners in AlignmentResult.pm has been removed, and the Rtg aligner modules now override the requires_fixmate method. Bwamem also overrides the method, since fixmate is incompatible with the 0x800 supplementary alignment flag that Bwamem uses. 22 May 2014, 20:48:17 UTC
a241050 Reload to get any updates to output_dir from unarchiving. 22 May 2014, 20:31:53 UTC
631bffc Merge branch 'rna_seq' changing MinVafFilter to work with min and max cutoff values 22 May 2014, 20:30:20 UTC
e1db3c6 rename filter to vaf-cutoff to make it unique 22 May 2014, 20:29:54 UTC
24649f2 Update Picard version sorting for Picard-1.113 22 May 2014, 20:14:15 UTC
c785da7 add fail test for max vaf 22 May 2014, 20:06:43 UTC
911bc30 added check and test to ensure that max_vaf is larger than min_vaf 22 May 2014, 20:04:25 UTC
9b81b39 add pass tests for max vaf 22 May 2014, 19:46:49 UTC
46c1687 fix the error checking and add test 22 May 2014, 19:43:50 UTC
cf42fa9 change MinVafFilter to VafFilter and allow max_value as well as min_value 22 May 2014, 19:33:59 UTC
92745f6 Merge branch 'updated' into gb_master 22 May 2014, 18:56:40 UTC
29ea46d New vaf interpreter 22 May 2014, 18:55:10 UTC
1775dbc Extract method to calculate vaf for multiple alleles 22 May 2014, 18:55:09 UTC
f5eb56c Extract class VafCalculator 22 May 2014, 18:55:09 UTC
828a4cc updated jenkins submodule to 1e8fe9c 22 May 2014, 18:52:20 UTC
fc448ad Merge branch 'updated' into gb_master 22 May 2014, 17:14:13 UTC
f54d1cd Make bam-readcount component base a mixin 22 May 2014, 16:53:46 UTC
ea504ed Make WithSampleName a mixin 22 May 2014, 16:44:36 UTC
8081221 Make WithTranslatedInputs a mixin 22 May 2014, 16:43:51 UTC
f9c04c7 switch to using an array ref of default headers rather than attempting to sort the hash keys 22 May 2014, 15:54:40 UTC
c141dd6 Import InstData: capture metrics from seq-grind sanitize to verify bam. 21 May 2014, 22:57:38 UTC
1638746 show object display name instead of Perl ref 21 May 2014, 22:55:23 UTC
acd6d66 make option name match convention 21 May 2014, 22:55:21 UTC
a3bde1f dbsnp interpreter for allele frequency 21 May 2014, 21:42:14 UTC
cc842a8 Merge branch 'updated' into gb_master 21 May 2014, 21:14:36 UTC
a3bc085 VerifyBamId uses CAF parser 21 May 2014, 21:04:40 UTC
069d35e New dbsnp af parser 21 May 2014, 21:04:40 UTC
85c4396 Adjust alleles to return the array This is so it behaves as expected in scalar context 21 May 2014, 21:04:39 UTC
3e36a52 Make known_variants input not is_many 21 May 2014, 21:04:39 UTC
4a1807b Made joinx expert specific to dbsnp 21 May 2014, 21:04:38 UTC
9209156 Remove unneeded code 21 May 2014, 21:04:38 UTC
05e1621 add new research disk groups 21 May 2014, 19:38:52 UTC
22557ca Look up the IDs to expunge using the key we were given to the hash. 21 May 2014, 19:10:48 UTC
5270a72 Before calling ->name on workflow error validate that ->name can be called 21 May 2014, 18:24:25 UTC
6f44455 Updated `gmt` tab completion. 21 May 2014, 12:19:50 UTC
d21ce59 Updated `genome` tab completion. 21 May 2014, 12:19:01 UTC
68bf795 Updated class browser cache. 21 May 2014, 12:17:13 UTC
18a8080 whitespace 20 May 2014, 23:04:31 UTC
f49aaee warn when files are missing since at least some are optional This is not necessarily the right thing to do but it is reverting assumptions that the opposite *was* the right thing to do and it was clearly not due to some files being optional, e.g. the error rate files. 20 May 2014, 23:01:38 UTC
e755920 SX: sort command names when building command in external cmd base 20 May 2014, 22:10:55 UTC
3848f7d SX: add cmd for each flexbar version 20 May 2014, 22:10:54 UTC
2ab7da2 SX: remove vendor sub command 20 May 2014, 22:10:54 UTC
13232ee SX: add vendor/flexbar subcommand 20 May 2014, 22:10:53 UTC
801c06e SX: add vendor subcommand 20 May 2014, 22:10:53 UTC
4eb3e4d SX: rm flexbar version 2.4 20 May 2014, 22:10:52 UTC
4e206b2 Add missing test data 20 May 2014, 21:50:24 UTC
12585a7 Bugfix wrong arguments passed to SUPER->__profile_errors__ 20 May 2014, 21:50:24 UTC
f93cd20 make package name match path so this shows up under the parent's --help 20 May 2014, 21:45:22 UTC
a07137d extract method to compare build output directories by pathname 20 May 2014, 21:39:46 UTC
5915c6a these can be called as class methods 20 May 2014, 21:39:46 UTC
41f9af5 use the string-centric functions for dealing with these directory names 20 May 2014, 21:39:45 UTC
d5ad426 extract method to compare the output files of two builds 20 May 2014, 21:39:44 UTC
d9b2e9e extract function to convert a canonical path to one relative to another 20 May 2014, 21:39:44 UTC
3c161dc rename variable $dir => $base_dir 20 May 2014, 21:39:43 UTC
d5393b1 extract function to find files under a named directory 20 May 2014, 21:39:43 UTC
893acaf RunsAnnotation checks if annotation plans are valid on creation. RunsAnnotation now has __profile_errors that checks the validity of annotation plans. Refactored out _annotation_plan_search_dir for test overriding. 20 May 2014, 21:27:07 UTC
965969c Avoid using $@ directly 20 May 2014, 21:27:05 UTC
d2c1a5a ReporterPlans can now return requires_experts (by asking children) 20 May 2014, 21:27:03 UTC
2968824 specify the view for models instead of using default model status view On a smaller model group (~20 models) this resulted in a 20% reduction in SQL queries but on a larger model group this resulted in a 66% reduction in SQL queries. From my testing it produces the same view. 20 May 2014, 21:01:47 UTC
b32988b avoid uninitialized value warnings 20 May 2014, 21:01:45 UTC
f09df58 Merge branch 'updated' into gb_master 20 May 2014, 20:53:36 UTC
6ddeec9 rsid interpreter 20 May 2014, 20:45:20 UTC
a57234b Fix usage documentation 20 May 2014, 20:45:02 UTC
4af05b6 Merge branch 'updated' into gb_master 20 May 2014, 20:04:41 UTC
099dc2e n-callers filter 20 May 2014, 19:57:59 UTC
583d90d clean up test data 20 May 2014, 19:38:10 UTC
back to top