swh:1:snp:5789d5563ae0ff1fac9d4620526a6e02863df326

sort by:
Revision Author Date Message Commit Date
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
a6b6acd don't use the second (custom) reference, use build37 20 May 2014, 19:38:08 UTC
4f476f7 remove reinstall of bam_path since it's not needed with shortcutting 20 May 2014, 19:38:07 UTC
c2e9e8d Create software result objects for clip overlap to allow shortcutting 20 May 2014, 19:38:06 UTC
71a0360 Create software result objects for gatk to allow shortcutting - certain tests fail because intermediate results don't exist 20 May 2014, 19:38:05 UTC
f625e19 Edit for clarity 20 May 2014, 19:38:05 UTC
1b45bfd Refactor __errors__ to examine different error types. __errors__ now calls __plan_errors__, __object_errors__, __class_errors__, and __child_errors__. 20 May 2014, 18:31:14 UTC
4cfca2c Reporter/WithHeader - Return errors instead of dying 20 May 2014, 18:31:13 UTC
842e397 Test helpers out of date - experts do not have properties directly 20 May 2014, 18:31:12 UTC
8bcc1e5 Test data was out of date - added file_name to reporters. 20 May 2014, 18:31:12 UTC
f07be66 Refactor logic from validate_with_plan_params into plan_params_errors which returns UR tags 20 May 2014, 18:31:11 UTC
197f604 remove unused param pass for __errors__ 20 May 2014, 18:31:10 UTC
691528c Remove validate_inputs, inherit from ComponentBase to avoid code duplication 20 May 2014, 18:31:09 UTC
ad92350 documentation 20 May 2014, 18:31:09 UTC
b5a1b23 remove duplicate code in validate_self, call SUPER instead. 20 May 2014, 18:31:08 UTC
6694caa eliminate validate_params, refactor up validate 20 May 2014, 18:31:07 UTC
fdde9b9 Refactored up validate_self 20 May 2014, 18:31:07 UTC
0e8f4ed Once again check specific error output. 20 May 2014, 18:31:06 UTC
3508b6a Call ->object more safely in ReporterPlan 20 May 2014, 18:31:05 UTC
f53dbb5 remove now unused test_bad_plan_old 20 May 2014, 18:31:05 UTC
e310163 no longer validate SUPER in self, __errors__ does that work 20 May 2014, 18:31:04 UTC
c5bad2b WithHeader.pm now implements __errors__ 20 May 2014, 18:31:03 UTC
a5bd2e9 Plan/Base.pm now uses __errors__. No longer have to validate SUPER or children in validate_self, because errors will gather super and children's errors. 20 May 2014, 18:31:03 UTC
14cf057 Plan.pm updates to use __errors__. Plan.pm still calls SUPER::validate_self, should eliminate this in the next commit. Plan-validate.t no longer relies on throws_ok, but does not yet check for contents of __errors__ 20 May 2014, 18:31:02 UTC
d90a946 ReporterPlan now uses __errors__. Plan-validate.t has less specific error checking for now. 20 May 2014, 18:31:01 UTC
d24dc03 Refactor validate_inputs from BamReadcount/Run.pm to Expert/CommandBase.pm 20 May 2014, 18:31:00 UTC
9b5a61b Refactor validate_inputs logic into __errors__ 20 May 2014, 18:30:59 UTC
ee176da Don't fail alignment when we can't remove the IntermediateAlignmentResult. Keep an inactive user link to the IAR in case it isn't deleted. 20 May 2014, 17:25:39 UTC
647b324 Updated `genome` tab completion. 20 May 2014, 12:20:36 UTC
0fbf225 Updated class browser cache. 20 May 2014, 12:18:47 UTC
5365b6d run SpliceJunctionSummary specifically on tophat alignment 19 May 2014, 22:11:44 UTC
eaafd94 remove unused line 19 May 2014, 21:28:32 UTC
b024645 it seems like default implies optional but it doesn't so make explicit This fixes what looks like an invalid workflow due to missing inputs since the inputs have default values but aren't marked as optional. 19 May 2014, 21:28:31 UTC
ef39c54 since builds is_many should specify as array While Workflow might support passing singular items into is_many inputs it is better if the thing that has knowledege about the inputs (the model) specifies a list with one element. Flow does not wrap single elements in a list. 19 May 2014, 21:28:29 UTC
31c7d31 Removed vep params 19 May 2014, 21:13:18 UTC
6e3f7b3 Remove parameterization from vep so things always get run 19 May 2014, 21:09:14 UTC
36e2532 Added new outputs to vep interpreter 19 May 2014, 20:29:33 UTC
b6369a3 New contains-tag filter 19 May 2014, 20:29:33 UTC
40d4d9e Keep using IPC::Run 19 May 2014, 20:23:44 UTC
d21eb85 Provide a reason when abandoning the builds. 19 May 2014, 20:03:39 UTC
729c25e updated graphite submodule to be02103 19 May 2014, 19:44:54 UTC
15a6f83 die when no API path can be found This makes it so that less boilerplate is needed by consumers of this method as well as being more consistent with the way Sys->shellcmd works. 19 May 2014, 18:06:38 UTC
92d667d Use Genome::Sys->shellcmd instead of IPC::Run 1) for status logging 2) for input/output file validation 19 May 2014, 18:06:38 UTC
eefd30b Invalid annotation plans cause builds to be unstartable 19 May 2014, 18:06:37 UTC
00eaeb0 Vep correctly annotates multiple alternate alleles 19 May 2014, 18:06:37 UTC
a2a369b Fix imports related to File::Vcf::Differ 19 May 2014, 18:06:37 UTC
001833e Add SplitAlternateAlleles and test This command splits vcf lines into multiple lines (one per alternate allele) and clears INFO fields. 19 May 2014, 18:06:37 UTC
730cd28 Remove spurious execution return value checking 19 May 2014, 18:06:37 UTC
e331d8b Replace temp with methods 19 May 2014, 18:06:37 UTC
e2bc1c7 Replace temp with method (vep_params) 19 May 2014, 18:06:37 UTC
0d64f89 Replace temp with method (custom_annotation_inputs) 19 May 2014, 18:06:37 UTC
99df226 update clin-seq blessed 19 May 2014, 02:52:42 UTC
19c1d66 update getvariant sources to handle mutect 19 May 2014, 02:52:40 UTC
3083d30 extract method 19 May 2014, 02:52:37 UTC
8162c78 refactor write output file 19 May 2014, 02:52:37 UTC
1f741c7 minor refactor 19 May 2014, 02:52:36 UTC
eb3fd72 remove unused function 19 May 2014, 02:52:36 UTC
d849156 update description for cnv plot tool 19 May 2014, 02:52:35 UTC
a19b00d make is_capture return explicit 1 or 0 16 May 2014, 20:12:31 UTC
377b438 analysis project deletes now cascade 16 May 2014, 19:43:08 UTC
b026682 updated jenkins submodule to 5eb7e15 16 May 2014, 16:49:24 UTC
e7b8a5a updated ur submodule to 48f2b46 16 May 2014, 14:54:38 UTC
2d60b31 Updated `gmt` tab completion. 16 May 2014, 12:19:50 UTC
774b570 Updated `genome` tab completion. 16 May 2014, 12:19:05 UTC
151af66 Updated class browser cache. 16 May 2014, 12:17:28 UTC
77e4543 updated ur submodule to b35b1b1 15 May 2014, 22:59:57 UTC
fc9a49f adding --clean-output option to avoid all of the symlinking junk. I'd prefer that it be clean by default with the option to turn on symlinks, but I suspect that would require changing dozens of places in the codebase 15 May 2014, 22:24:39 UTC
0989505 GM: add logic to test factory to set genotype file 15 May 2014, 22:13:28 UTC
51174fe Append change frequency instead of prepend 15 May 2014, 21:01:04 UTC
a1804a3 fall back on empty string rather than undef to avoid warnings 15 May 2014, 20:53:01 UTC
b0b5e0e InstData GM: add snp hash getting to meethods installed to imported; misc cleanup 15 May 2014, 20:30:35 UTC
1b1e2dc InstData GM: move genotype_file methods to Microarray class; install genotype file methods from Microarray into Imported 15 May 2014, 20:30:33 UTC
back to top