sort by:
Revision Author Date Message Commit Date
80bc696 BWA AR: modernize and simplify test 04 February 2014, 23:49:49 UTC
37005b6 BWA AR: get or create aligner index 04 February 2014, 21:30:26 UTC
ddc8509 Revert "BWA AR: remove indexing ref in test" This reverts commit 26f6cda8d7e07fea66423888fa6c08201484126c. 04 February 2014, 21:28:24 UTC
26f6cda BWA AR: remove indexing ref in test 04 February 2014, 21:19:40 UTC
583f745 clin-seq - snv-indel-report - add gene labeling and variant tracking over time to plots 04 February 2014, 16:39:42 UTC
dc7cac2 Still run the child query when testing allocations. 04 February 2014, 15:04:47 UTC
06352ad Updated `genome` tab completion. 04 February 2014, 13:17:30 UTC
8cd6b87 Updated class browser cache. 04 February 2014, 13:15:49 UTC
3151ea1 updated graphite submodule to 00ac7bb 03 February 2014, 22:35:34 UTC
252b7ed Update blessed build for rnaseq test model Jason Walker changed some metadata for its instrument data which lead to different tophat args related to inner insert size 03 February 2014, 22:32:37 UTC
4f924c0 don't check for child allocations during testing 03 February 2014, 22:06:29 UTC
d5a007b clin-seq: further tweaks to snv-indel report graphics 03 February 2014, 20:52:45 UTC
b9ba593 remove all the database stuff from these, since it no longer matters 03 February 2014, 19:47:51 UTC
75adf64 remove unused cruft 03 February 2014, 19:47:49 UTC
abe5dd8 updated jenkins submodule to ad9380d 03 February 2014, 19:40:07 UTC
646ed11 Merge branch 'updated' into gb_master 03 February 2014, 18:51:54 UTC
e71ecca Add error message for duplicate annotations 03 February 2014, 18:50:59 UTC
ee8b272 rsids are optional and don't cause warnings if not there 03 February 2014, 18:50:58 UTC
68ffca0 move fastq files to temp_staging_directory to avoid filling up temp. also, cleanup afterwards 03 February 2014, 18:48:29 UTC
17f0da0 clean up our temp space after we use it so we do not run out 03 February 2014, 18:48:28 UTC
93840be Updated `gmt` tab completion. 01 February 2014, 13:18:05 UTC
589693d Updated `genome` tab completion. 01 February 2014, 13:17:19 UTC
1bb350e Updated class browser cache. 01 February 2014, 13:15:42 UTC
01d1708 Fixed |= -> ||= , we were doing a bitwise or when we did not mean to be 31 January 2014, 22:24:47 UTC
77e03be partially finished script for adding menu items to existing projects 31 January 2014, 22:07:44 UTC
17661ff various fixes to snv-indel-report to cover edge cases encountered with small test variant lists 31 January 2014, 21:04:23 UTC
7d66cb2 Merge branch 'updated' into gb_master 31 January 2014, 18:52:43 UTC
2c714eb Update status messages so they reflect what is happening. 31 January 2014, 18:51:26 UTC
1bf6c7f new somatic variation build used in clinseq couple of things - new somatic variation build has different variants, changes to bam read counts by chris miller and changes to the DV2 filter might be causing the diffs with the previous blessed build. 31 January 2014, 16:42:28 UTC
cb3cbac Updated `genome` tab completion. 31 January 2014, 13:19:30 UTC
dd19898 further fixes and improvements to clin-seq snv-indel reporting 31 January 2014, 00:08:50 UTC
b9576ec Blithely update expected cases since a new build was run. 30 January 2014, 18:51:15 UTC
a421b6e Ignore new microarray_cnv directory when finding the cnvs.hq file. 30 January 2014, 15:46:45 UTC
3316ee4 use select 1 in disk allocation child query 30 January 2014, 13:45:42 UTC
4f09d75 updated graphite submodule to 9fc8b86 29 January 2014, 23:59:45 UTC
bb73e98 fixing small indel bug 29 January 2014, 20:37:01 UTC
df1c08f child & parent allocations generate error_messages 29 January 2014, 20:31:25 UTC
aa2dcde Update aligner index debug message in Bwamem/Bwasw 29 January 2014, 19:41:18 UTC
d622cce have child query only look at allocation_path 29 January 2014, 19:19:00 UTC
1b00cb6 remove hardcoded paths to these scripts 29 January 2014, 16:27:07 UTC
70931c0 Properly report failure to run the MergedAssembledCallsets script If that script isn't executable, report that failure to this script's STDERR rather than the MergedAssembledCallsets's stderr. 29 January 2014, 16:27:06 UTC
741976d if the variant frequency has been set to NA explicitly then do NOT filter and pass through for printing 29 January 2014, 03:49:36 UTC
3aea5d4 updated workflow submodule to c6ef789 29 January 2014, 02:21:58 UTC
a2dbfaf update workflow submodule to point to apipe-review 28 January 2014, 22:22:13 UTC
d6b42ac Remove Joinx VcfNormalizeIndels from the workflow 28 January 2014, 20:43:28 UTC
b43d4ce updated workflow submodule to a839497 28 January 2014, 19:35:34 UTC
4133e9d updated workflow submodule to c5e1ca5 28 January 2014, 19:24:55 UTC
c596b6d updated ur submodule to ff96e98 28 January 2014, 19:22:37 UTC
6e5a4bd updated graphite submodule to 9248d50 28 January 2014, 19:15:03 UTC
a3ee09b updated ur submodule to bf62261 28 January 2014, 19:10:43 UTC
38526cd only opened when needed 28 January 2014, 17:13:50 UTC
b20bc93 Updated `genome` tab completion. 28 January 2014, 13:17:27 UTC
1e8e4bf Revert "Refactor ModelGroup#assign_models to be more performant" This reverts commit 29156f04a3fdb4822c5f018deed3e6d0d8260ad7. While this passed tests, we discovered a potential UR bug that kept this from working correctly. Reverting pending bugfix. 27 January 2014, 23:35:40 UTC
29156f0 Refactor ModelGroup#assign_models to be more performant The sub no longer loads all model objects in a model group. In the case where a user called assign_models() a bunch of times individually with a single model, it will be slightly slower (more DB overhead). In the general case however, it should be substantially faster. 27 January 2014, 23:14:23 UTC
b9070d1 CQID: only update projects once per run 27 January 2014, 22:02:54 UTC
ec14e9a skip instead of return 27 January 2014, 22:02:28 UTC
7c9a61a Add CLIA support to analysis projects. This updates analysis projects to contain an is_clia field as well as a run_as field and makes the surrounding classes aware of them. 27 January 2014, 20:02:13 UTC
56224d6 Auto-increment names for LaneQC models. We'll now auto-increment names for LaneQC models like we do other models. This is expected to have a few side effects, but we'll address them as they come up. We have a situation where a piece of instrument data could have multiple valid LaneQC models from being used in multiple analysis projects which is something that hasn't occured previously. 27 January 2014, 16:08:45 UTC
6815964 Try to determine what error caused a build to fail. The message "Can't convert workflow errors to build errors." will no longer be displayed. If an error can't be determined, "[Unable to automatically determine error.]" will appear instead. 27 January 2014, 15:30:11 UTC
f597701 Allow the failure type to be provided. This way the error can be determined after a build is Abandoned or while it is still Running (if it is known to have a failed step). 27 January 2014, 15:30:10 UTC
1a54220 Split out formatting and printing of the determined error. 27 January 2014, 15:30:09 UTC
9ffcce6 Change status_message to debug message to remove output noise 27 January 2014, 15:18:53 UTC
6689c89 Updated `gmt` tab completion. 25 January 2014, 13:18:00 UTC
37c0179 Updated `genome` tab completion. 25 January 2014, 13:17:12 UTC
f691d01 Updated class browser cache. 25 January 2014, 13:15:29 UTC
ec394ec updated workflow submodule to 1824055 24 January 2014, 23:36:53 UTC
6c81205 updated ur submodule to 3570450 24 January 2014, 23:25:42 UTC
c7ded24 removed hard coding of cancer annotation db 24 January 2014, 22:58:16 UTC
9f1135a clinseq - tolerate failure of wget for url caching 24 January 2014, 22:14:00 UTC
3128597 Merge branch 'filtern' into gb_master 24 January 2014, 21:59:42 UTC
617a165 CHANGELOG: Jira AT-249: Made gmt vcf FilterNonCalls to remove vcf lines with ALT = N or '.'. Added this to all create-cross-sample-vcf workflows. This should reduce the number of useless calls made by this pipeline. 24 January 2014, 21:50:31 UTC
916b91a updated workflow submodule to 69ba6b1 24 January 2014, 20:27:49 UTC
18476cf remove unwanted variable 24 January 2014, 18:01:02 UTC
a499a88 updated jenkins submodule to 2ec0b5d 24 January 2014, 16:33:40 UTC
0d53c3f updated jenkins submodule to c94ebc2 24 January 2014, 16:27:45 UTC
d5cf821 updated jenkins submodule to a96f2e3 24 January 2014, 16:23:17 UTC
96fb648 Updated `gmt` tab completion. 24 January 2014, 16:20:48 UTC
abcd244 Updated `genome` tab completion. 24 January 2014, 16:19:59 UTC
b77f799 Updated class browser cache. 24 January 2014, 16:18:27 UTC
201b4f4 revert back to regular versioning 24 January 2014, 05:44:32 UTC
6096713 fix logic error on start positions 24 January 2014, 05:44:31 UTC
e3598c5 fix mistake where libraries not reported by bam-readcount weren't being reported. fix poort handling of NA field generations 24 January 2014, 05:44:30 UTC
1995d4f add per library support 24 January 2014, 05:44:29 UTC
7e88f75 per library stuff seems to be working 24 January 2014, 05:44:28 UTC
b3c2d1b refactor snvs to calc and print more generally 24 January 2014, 05:44:28 UTC
c88c043 refactor print slightly for better clarity 24 January 2014, 05:44:27 UTC
64aee09 replace SNV count backend with BamReadcount interface 24 January 2014, 05:44:26 UTC
3bf0fbf update Entry interface to allow access of alleles on non-per-lib entries 24 January 2014, 05:44:25 UTC
6859bd5 switch to use BamReadcount File Reader for indels 24 January 2014, 05:44:25 UTC
e0ee935 switch backend to utilize BamReadcount 0.5 24 January 2014, 05:44:24 UTC
203e04d add some support for a test of 0.5 24 January 2014, 05:44:23 UTC
70c4110 fix logic error with regards to start position 24 January 2014, 05:44:22 UTC
9e976f8 added logic to skip clonality plot generation when snv file empty 24 January 2014, 04:49:57 UTC
c527cb4 Merge branch 'master' of ssh://git/srv/git/genome 24 January 2014, 01:19:01 UTC
5d29752 additional feature additions and updates to clin-seq converge snv-indel-report 24 January 2014, 01:18:42 UTC
1d24947 Merge branch 'master' of ssh://git/srv/git/genome 23 January 2014, 22:34:14 UTC
780d28f Merge branch 'fix' into gb_master 23 January 2014, 22:26:06 UTC
b6ce014 Allow gzipped files 23 January 2014, 22:22:44 UTC
ace3245 Merge branch 'master' of ssh://git/srv/git/genome 23 January 2014, 22:16:52 UTC
30a56a0 Add logic to handle zero-size indel files 23 January 2014, 22:16:37 UTC
back to top