sort by:
Revision Author Date Message Commit Date
f52db3f Remove old `gmt vcf somatic-variation-to-vcf`. It refers to a non-existent snp130.txt and is mostly a wrapper for other gmt commands. 01 April 2014, 17:28:03 UTC
27d6ef3 Remove gmt lims apipe-bridge commands 01 April 2014, 15:57:30 UTC
87229b6 Move sanger dump file system to site tgi sync sanger class 01 April 2014, 15:57:30 UTC
7fe506a Updated `gmt` tab completion. 01 April 2014, 12:18:33 UTC
530f956 Updated `genome` tab completion. 01 April 2014, 12:17:52 UTC
2fc8023 Updated class browser cache. 01 April 2014, 12:16:24 UTC
29c7f46 Use a pipe so that errant queries don't cause unexpected behaviour. 31 March 2014, 22:05:45 UTC
b353608 A command to grep through configurations. 31 March 2014, 21:31:51 UTC
cdc78c9 Sort by name by default in the menu item lister. 31 March 2014, 20:51:04 UTC
fd3d427 Move sanger dump file system to site tgi sync sanger class 31 March 2014, 20:35:01 UTC
4f21f51 add empty command tree module 31 March 2014, 19:51:43 UTC
474e781 fix typos 31 March 2014, 19:45:38 UTC
69285dd updated workflow submodule to 1108b72 31 March 2014, 18:01:29 UTC
6c3e540 Genotype Microarray: remove use of "//" b/c LIMS is still on perl 5.8.7 31 March 2014, 17:55:48 UTC
d4018e4 updated ur submodule to 38a0c0f 31 March 2014, 17:40:54 UTC
c1853a9 Remove old `gmt analysis 454 run-refcov` tool. This tool just generated a script that ran two other GMTs in sequence. The pipeline has long handled this case. 31 March 2014, 15:06:37 UTC
a436ba0 Remove old `gmt varscan compile-readcounts` with hardcoded refseq. 31 March 2014, 14:54:24 UTC
7e02286 Remove unused model reflection subroutines. 31 March 2014, 14:47:49 UTC
4a33545 Remove unused subs from "legacy" config. 31 March 2014, 14:42:40 UTC
f424ae3 Remove another reference to InstrumentDataStatus in the whitelist. 31 March 2014, 14:19:42 UTC
6c17b7f Remove obsolete `gmt lims apipe-bridge instrument-data-status`. It relies on a LIMS PSE that is no longer created. 31 March 2014, 14:17:49 UTC
e22787c Remove old `gmt snp get-dbsnps` tool that relies on LIMS and build36. 31 March 2014, 14:12:55 UTC
2d4728a Add is_output => 1 to somatic_variation_build in SomVar CreateReport 28 March 2014, 19:23:51 UTC
1aa5993 updated workflow submodule to 69cd752 28 March 2014, 19:21:38 UTC
bf47213 updated ur submodule to e30c533 28 March 2014, 19:09:00 UTC
d2569a3 updated workflow submodule to 04245f6 28 March 2014, 19:00:20 UTC
a745bb3 fix submodule pointing at personal fork 28 March 2014, 18:59:38 UTC
b5c7422 updated ur submodule to a14a31d 28 March 2014, 18:41:16 UTC
af22e29 updated ur submodule to fdb7a53 28 March 2014, 17:41:04 UTC
2ba9894 Updated `genome` tab completion. 28 March 2014, 12:17:50 UTC
6c601d3 Updated class browser cache. 28 March 2014, 12:15:58 UTC
8577330 setting dumpBins option to true by default 27 March 2014, 22:11:43 UTC
57c3df5 fix odd number of elements in hash assignment 27 March 2014, 21:13:35 UTC
07697a4 update workflow submodule URL 27 March 2014, 20:38:08 UTC
93bb906 updating to reflect improved samtools file format detection present in copyCat 1.6.5 27 March 2014, 19:55:36 UTC
9d2a9dc Remove obsolete Oracle-dependent summary-of-builds report. 27 March 2014, 14:07:11 UTC
bbcc4b4 update blessed build to one run by jenkins 27 March 2014, 13:25:03 UTC
04d4e85 Updated `gmt` tab completion. 27 March 2014, 12:18:21 UTC
620fbd1 Updated `genome` tab completion. 27 March 2014, 12:17:36 UTC
3f8478d update clinseq blessed build. 27 March 2014, 05:18:08 UTC
aaeb673 add SVGs to the list of ignored files 27 March 2014, 04:40:43 UTC
89b4aa8 add instrumentation to Genome::Sys::Lock * add instrumentation when both locks acquired * use Genome::Logger instead of error_message * add instrumentation for inconsistent locking * whitespace * only error if Nessy and File locks are inconsistent * make conditional order match message order * use a message template to make it easier to add future conditionals * return early to make it easier to add additional conditions later 26 March 2014, 23:40:28 UTC
0d1277a add instrumentation when both locks acquired 26 March 2014, 23:40:27 UTC
1289c33 use Genome::Logger instead of error_message We were using error_message so they would show up in Logstash but we don't really consider these errors yet and we don't want users to see them. Genome::Logger is setup so debug messages go to Syslog (and therefore Logstash) so use that instead. 26 March 2014, 23:40:26 UTC
6d3b397 add instrumentation for inconsistent locking 26 March 2014, 23:40:25 UTC
7d0a107 whitespace 26 March 2014, 23:40:24 UTC
0b1f9f8 only error if Nessy and File locks are inconsistent 26 March 2014, 23:40:22 UTC
3541f85 make conditional order match message order 26 March 2014, 23:40:21 UTC
434c133 use a message template to make it easier to add future conditionals 26 March 2014, 23:40:20 UTC
6b133c9 return early to make it easier to add additional conditions later 26 March 2014, 23:40:19 UTC
0bf37bf fix memoization sensitivity to list/scalar context * tell memoize to reuse scalar cache in list context * add failing test 26 March 2014, 23:40:17 UTC
56bad10 tell memoize to reuse scalar cache in list context 26 March 2014, 23:40:16 UTC
9790f22 add failing test This test shows that the memoization was independent for list and scalar contexts. 26 March 2014, 23:40:15 UTC
a75969f add *f methods analogous to printf 26 March 2014, 23:40:14 UTC
67003dd make Genome::Logger more like a singleton 26 March 2014, 23:40:12 UTC
8b023a8 make DV2 samtools mpileup handle empty snvs/indels output 26 March 2014, 22:04:37 UTC
e621fc4 updated workflow submodule to 2b0880b 26 March 2014, 21:05:19 UTC
558464e updated ur submodule to cdeebc5 26 March 2014, 20:53:06 UTC
aa73366 passing purity as number instead of string 26 March 2014, 19:07:52 UTC
f743f37 exposing purity option in wrapper 26 March 2014, 18:45:43 UTC
0d871a1 Updated `gmt` tab completion. 26 March 2014, 13:57:05 UTC
5279d7e Updated `genome` tab completion. 26 March 2014, 13:56:21 UTC
cb901a1 Updated class browser cache. 26 March 2014, 13:54:08 UTC
727e99f new usage logging * remove old command logging * remove command log reader * no longer log commands to log file * add usage log 25 March 2014, 20:12:55 UTC
f3e543f remove old command logging 25 March 2014, 20:10:32 UTC
4d6c9b5 remove command log reader 25 March 2014, 20:10:32 UTC
80add4c no longer log commands to log file 25 March 2014, 20:10:31 UTC
dc06820 add usage log 25 March 2014, 20:10:30 UTC
a135962 updated workflow submodule to dfccc76 25 March 2014, 18:12:30 UTC
861de89 updated workflow submodule to 57324f1 25 March 2014, 18:01:48 UTC
597cd25 updated ur submodule to 897ebcb 25 March 2014, 17:56:44 UTC
31c8afe updated ur submodule to c85a88b 25 March 2014, 17:49:32 UTC
0617bd6 support "no-opt" config files in AP Config (AUE-200) 25 March 2014, 14:01:42 UTC
6d14d2e Updated `gmt` tab completion. 25 March 2014, 12:18:06 UTC
6538a57 Updated `genome` tab completion. 25 March 2014, 12:17:26 UTC
e6a5b63 Updated class browser cache. 25 March 2014, 12:15:58 UTC
b0880a9 Better sorting of which workflow step to try first... Prefer steps that have an end time--this means they "Failed" instead of being stuck in "Running". In the case of a tie, prefer the child since that's usually more informative than the parent. 24 March 2014, 22:27:19 UTC
386989f Move this include to the file in which it is used. 24 March 2014, 22:05:50 UTC
d717456 Undo the reverse... the original sort order has some merit. 24 March 2014, 22:02:10 UTC
e6f2cf7 skip test until debian package is available 24 March 2014, 20:05:49 UTC
82f850e Fallback on finding LSF errors if no ERROR in logs. Reverse the search order in order to hit an "innermost" step when looking for failures--this is usually the most informative error step. 24 March 2014, 19:21:41 UTC
c88b116 add cnmops gmt 24 March 2014, 18:52:45 UTC
8aa12e9 Test that the objects we created are valid. 24 March 2014, 18:39:58 UTC
14514c7 add importer for setting up somval models with apconfig 24 March 2014, 18:29:32 UTC
5464ae0 Merge branch 'updated2' into gb_master 24 March 2014, 18:28:51 UTC
78baa15 custom_domains is optional 24 March 2014, 18:08:08 UTC
487fa6c Add a default base URL based on the environment. 24 March 2014, 16:13:09 UTC
995594c Add a status to Genome::Config::Profile::Item for great justice 24 March 2014, 15:22:13 UTC
6d14fc5 Move alignment_results_from_analysis_projects to base class. G:I:Imported steals a bunch of subs from G:I:Solexa. Rather than add another one, move this up since it could be useful for any instrument data that is aligned. 24 March 2014, 13:17:18 UTC
a71d669 GM: read from inst data annotated was not filtering out genotpyes not in dbsnp build 21 March 2014, 17:33:25 UTC
7483bc8 GM: rename readers; merge tests 21 March 2014, 17:20:31 UTC
7147395 GM: add original file reader; add from base class 21 March 2014, 17:20:29 UTC
1197e55 GM: rename read unannotated csv reader 21 March 2014, 17:20:29 UTC
cbb56e3 GM: rm unsed code from create gold snp file from genotypes 21 March 2014, 17:20:28 UTC
abe54dc GM: speed up of read unannotated csv 21 March 2014, 17:20:27 UTC
1ae2540 GM: do not use UR in from inst data reader 21 March 2014, 17:19:25 UTC
6f2dc7c Merge branch 'updated' into gb_master 21 March 2014, 17:11:43 UTC
18a47d0 Use MutationProviders rather than parsing inside MutationDiagram 21 March 2014, 17:08:00 UTC
7e6cf37 Pull out annotation file parsing functionality to a MutationProvider class 21 March 2014, 17:07:59 UTC
ebd02fc remove inclusion of class 21 March 2014, 16:46:25 UTC
back to top