sort by:
Revision Author Date Message Commit Date
66aef92 added a test case for "genome model define" 20 November 2012, 16:29:09 UTC
d88201f fix more invalid vcf header entries from polymutt 19 November 2012, 20:42:25 UTC
0b328dd Merge branch 'fix' into gb_master 19 November 2012, 20:32:06 UTC
ff448ec Fix build query 19 November 2012, 20:31:49 UTC
a03c181 Revert "Revert "Add software versioning for import annotation"" This reverts commit d2042cc769a0c91c5136177d54bec7b78d7982cf. 19 November 2012, 20:31:49 UTC
9c1c3d9 Added some color to 'model build start' command 19 November 2012, 19:53:46 UTC
9019da4 Fix some SoftwareResults not saving all properties Also cache the results of getting fastqs from bams 19 November 2012, 19:53:03 UTC
46b1ef7 add annotation step to Somatic Validation 19 November 2012, 18:11:05 UTC
6e44ffc Add globbing path method to DV2:Classify:Tier 19 November 2012, 18:11:05 UTC
9478c36 change symlink filename filter exclude 'lq' files when doing 'hq', and vice versa 19 November 2012, 18:11:05 UTC
12e1ce0 fix Validation TierVariants to also tier lq variants 19 November 2012, 18:10:41 UTC
600c530 Merge branch 'fix' into gb_master 19 November 2012, 18:01:02 UTC
d2042cc Revert "Add software versioning for import annotation" This reverts commit 3e17dab4537603c768704639d02b8692779df33a. 19 November 2012, 18:00:36 UTC
b9adb03 Merge branch 'master' of ssh://git/srv/git/genome 19 November 2012, 17:53:18 UTC
d575fc6 made the "genome model differential-expression" Command.pm not abstract, so it will appper correctly in docs. 19 November 2012, 17:51:58 UTC
a872374 Merge branch 'fix' into gb_master 19 November 2012, 16:28:40 UTC
3e17dab Add software versioning for import annotation 19 November 2012, 16:28:08 UTC
eaac45c Added basic clin-seq indel converge script 19 November 2012, 00:57:57 UTC
e12c360 Added standard lister for genome model differentia-expression 18 November 2012, 17:35:02 UTC
1cb64cb Minor update to cufflinks converge tool 18 November 2012, 17:32:55 UTC
d0859fc Fixed CnView to handle case of segments file with no data rows - possible in completely copy neutral genome 17 November 2012, 17:47:47 UTC
27fcec5 Merge branch 'master' of ssh://git/srv/git/genome 16 November 2012, 22:24:59 UTC
e01534b Added option for debugging purposes 16 November 2012, 22:24:45 UTC
ad00d51 guard against array overrun in cases where the number of domains is extreme 16 November 2012, 22:12:57 UTC
7363a8e dispense with overflow specification, and child svg elements. Add translation onto Views. May fix clipping and doc issues. 16 November 2012, 21:15:57 UTC
107e79b added note about CnView script being replaced by tool 16 November 2012, 21:14:17 UTC
a940035 Updated CnView command in ClinSeq to use new CnView gmt 16 November 2012, 20:56:40 UTC
d567223 Merge branch 'master' of git:/srv/git/genome 16 November 2012, 20:13:29 UTC
5c3e589 fix for when querying postgres & generating allocations 16 November 2012, 19:58:42 UTC
5e89af3 fixed CnView tests cases to not diff jpegs, instead check for existence and non-zero 16 November 2012, 18:16:43 UTC
608fc4a new class for grid_jobs_finished table 16 November 2012, 17:46:02 UTC
28caf0f whitespace 16 November 2012, 16:24:13 UTC
073f77c test cases for "gmt copy-number cn-view" 16 November 2012, 01:55:10 UTC
c126468 Minor updates to clin-seq 16 November 2012, 00:04:26 UTC
3bfb588 updated cnview to display HMM segments 16 November 2012, 00:02:39 UTC
7d614e6 gmt wrapper for Picard FilterSamReads tool 15 November 2012, 23:50:03 UTC
46a7352 relationship therapy - MergeAndFixVcfs in gmt relationship merge-and-fix-vcfs improve performance by keeping an iterator into the current chromosome for the denovo file rather than looping over all denovo positions in said chromosome for each position in the standard file. before switching to a new chromosome, dump all remaining (unprocessed) denovo sites to the output. previously, these were dumped at the very end of the file, so if the denovo file contained sites on chr1 with pos greater than any site in the standard file on chr1, they would appear at the end of the file rather than prior to chr2. this change makes the output much closer to sorted, but... joinx sort the final output file, since the chromosome order of the input files depends on the reference sequence in use. the ticket that spawned this work was using hg18, so X,Y are found between 9,10, which may cause problems down the road. this (hopefully) fixes rt#86339 15 November 2012, 23:38:27 UTC
1fd161d return error in gmt::Joinx::Sort return value of sys::shellcmd in joinx::sort->execute 15 November 2012, 23:37:29 UTC
48edcdc Refactored RnaSeq ChimerascanResult In preparation to allow it reuse bams. 15 November 2012, 21:00:29 UTC
29a7ce3 updated ur submodule to b174fb0 15 November 2012, 17:46:50 UTC
de1be5e add files to ignore by diff 15 November 2012, 17:21:31 UTC
9bfc065 Merge branch 'master' of ssh://git/srv/git/genome 15 November 2012, 16:46:37 UTC
8f459e2 New tool to remove specified positions from fasta file 15 November 2012, 16:46:27 UTC
b45e640 working on adding segments to CnView analysis 15 November 2012, 00:58:15 UTC
2df102e Get reads from repeatmasker input file and proceed on when *masked file is missing after repeatmasker run 14 November 2012, 22:40:56 UTC
92f4ad3 Merge branch 'tcga' into gb_master 14 November 2012, 22:12:39 UTC
7871f7e CHANGELOG: SomaticVariation now makes a snvs_tcga.tar.gz which is tcga compliant. 14 November 2012, 22:12:21 UTC
5b194f9 updated jenkins submodule to 6dbe3a7 14 November 2012, 21:32:50 UTC
c107b96 Remove old error mailing--this caused errors since App::Mail isn't imported. The result was that exit() wasn't reached and both sides of the fork continued when the command had been eval{}ed (such as under workflow. 14 November 2012, 20:48:37 UTC
71c03b2 fix warning message in dbpath in Genome::Sys 14 November 2012, 20:18:31 UTC
2c5671f Merge branch 'master' of ssh://git/srv/git/genome 14 November 2012, 20:16:11 UTC
c2ceab4 updated ur submodule (includes Tony's Oracle 11 fix) Change-Id: I1d7041c8d81a8a42ebde08465586dac2c59685df 14 November 2012, 16:53:01 UTC
f492fb2 Merge branch 'master' of ssh://git/srv/git/genome 14 November 2012, 14:48:03 UTC
20db422 Revert changes that used the python module from chimerascan to convert GTF to genePred format. The CDS start stop is not working with Picard CollectRnaSeqMetrics 14 November 2012, 14:47:00 UTC
3252ce8 Merge branch 'master' of ssh://git/srv/git/genome 14 November 2012, 02:31:05 UTC
8a8501f merge branch 'master' of ssh://git/srv/git/genome 14 November 2012, 01:39:49 UTC
6a32657 refactored CnView tool 14 November 2012, 01:39:28 UTC
f7f2f81 Merge branch 'tcga' into gb_master 14 November 2012, 00:17:58 UTC
e5f441a Fixed package_file_for_tcga 14 November 2012, 00:17:47 UTC
f9f78ff Merge branch 'tcga' into gb_master 13 November 2012, 23:35:32 UTC
1c877c3 yep 13 November 2012, 23:34:46 UTC
3195523 CHANGELOG: Add gmt vcf tcga-sanitize for TCGA-ifying vcfs Also added some methods to Genome Utility VCF, from DV2 vcf filters. Refactor of those modules is forthcoming. 13 November 2012, 23:31:52 UTC
84daaa6 misc clinical trials stuff 13 November 2012, 22:59:30 UTC
7c2789f Fixed incorrect check for #muts > #covd_bps for a gene 13 November 2012, 21:51:11 UTC
1703f5c Merge branch 'master' of ssh://git/srv/git/genome 13 November 2012, 21:39:38 UTC
12fced1 change some code for Cosmic 13 November 2012, 21:39:22 UTC
108cded change some code 13 November 2012, 21:39:21 UTC
c1c4a55 code improve 13 November 2012, 21:39:21 UTC
c5c9fd1 code improve 13 November 2012, 21:39:20 UTC
c49ab4c Various updates to clin-seq output, added mutation-diagram creation to main pipeline 13 November 2012, 21:39:20 UTC
2a2ee03 Only attempt lookup_conservation_score once. If it fails, warn and stop trying for remaining variants 13 November 2012, 21:39:19 UTC
8e0beaf change some code for Cosmic 13 November 2012, 21:18:46 UTC
ea88ad9 change some code 13 November 2012, 21:09:42 UTC
ba6d50a Merge branch 'master' of ssh://git/srv/git/genome 13 November 2012, 21:05:27 UTC
4f65f45 code improve 13 November 2012, 20:59:09 UTC
0e15b81 code improve 13 November 2012, 20:58:56 UTC
48e62db Various updates to clin-seq output, added mutation-diagram creation to main pipeline 13 November 2012, 19:50:37 UTC
6323788 Merge branch 'fix' into gb_master 13 November 2012, 18:39:16 UTC
746ebf5 Only attempt lookup_conservation_score once. If it fails, warn and stop trying for remaining variants 13 November 2012, 18:38:51 UTC
2335512 add optional --file-suffix option to gmt graph mutation-diagram 12 November 2012, 23:33:22 UTC
52097fe Merge branch 'fix' into gb_master 12 November 2012, 22:51:42 UTC
300839c Ignore some files for build diffs in somatic variation. This is necessary because of the strelka output files. We also now grep out some lines from all .hq files such as fileDate,cmdline, and startTime 12 November 2012, 22:51:25 UTC
55164f7 Merge remote-tracking branch 'origin/master' 12 November 2012, 20:48:36 UTC
1db4ebf Merge branch 'fix' into gb_master 12 November 2012, 19:59:12 UTC
c1a3c59 Update test with new expected outputs 12 November 2012, 19:55:29 UTC
59d056b Solexa: rm original fastqs after SX trimming 12 November 2012, 19:25:12 UTC
581e653 Correct locking when software result has an object as input or param. Previously the inputs and params were simply concatenated together; however in the case of objects this would use their memory address, which is unsuitable for a lock across processes. The locks generated should be the same for results without objects--only locks that currently don't work are changing! 12 November 2012, 19:22:18 UTC
d01f505 add change to allow overflow passthrough to work 12 November 2012, 18:47:44 UTC
929d7aa test making backbone overflow:visible part of style 12 November 2012, 18:27:13 UTC
8dd99f6 switched to counting non-reference alleles. Made exclusion of non-biallelic loci optional 12 November 2012, 18:23:08 UTC
41c979b Added clinseq module to automatically generate mutation-diagram plots for case and cosmic variants 12 November 2012, 18:05:32 UTC
23ae45a Merge branch 'master' of ssh://git/srv/git/genome 12 November 2012, 18:04:17 UTC
fa1c4a4 Merge changes I4e776ad9,Ie0a9d9eb,Id002688b,I0c16bbcf,I4f22ddbb * changes: use set operation use UR::Object::Set's server-side aggregate logic add timer instrumentation refactor allocated_kb body into sub improve reliability of the allocate with move test 12 November 2012, 17:17:31 UTC
6ac0b89 Merge "fix typo" 12 November 2012, 17:11:58 UTC
b57e427 Merge "change paired end inferrence to be less aggressive" 09 November 2012, 21:36:27 UTC
d8cca35 Merge branch 'master' of ssh://git/srv/git/genome 09 November 2012, 18:14:03 UTC
d754ca1 change the description of format FT to be TCGA-compliant 09 November 2012, 17:27:59 UTC
c114b71 change paired end inferrence to be less aggressive - If >= 90% paired end then run as paired end. - Else If <= 10% paired end then run as single end. - Else die. Change-Id: I755ce8659ee3d4ac1c2b339881e551289241f013 08 November 2012, 22:57:07 UTC
ac8bfbf Add a few files containing paths to the list ignored by the build diff. 08 November 2012, 22:17:31 UTC
df967e5 use set operation This is still pretty hairy since we have to prevent UR from caching aggregate value. Change-Id: I4e776ad91612a34b379c168143d1765cf507eca5 08 November 2012, 22:14:25 UTC
back to top