https://github.com/genome/genome

sort by:
Revision Author Date Message Commit Date
0439063 create /tmp path if NE for bwa mem because some tools just really insist on a prefix existing :p 21 January 2015, 06:51:30 UTC
56113b3 updated ur submodule to c44bc57 20 January 2015, 20:25:01 UTC
4f32992 updated jenkins submodule to ad020c5 20 January 2015, 15:49:17 UTC
8b224fb updated ur submodule to c7dae7c 20 January 2015, 15:49:06 UTC
57722b0 Updated `genome` tab completion. 17 January 2015, 13:15:58 UTC
4760dbc Updated class browser cache. 17 January 2015, 13:14:25 UTC
82f3e4d Merge pull request #397 from dummey/master Updating SraToBam.pm to use new input params. 16 January 2015, 20:57:23 UTC
d52fd14 Merge pull request #404 from nnutter/RT/103374 Minor Improvements to BamWindow Wrapper 16 January 2015, 20:42:18 UTC
0dd686b Merge pull request #377 from ebelter/instdata-import Merged the TCGA importer into the basic importer. More PRs to come to smooth out the interface. 16 January 2015, 19:08:51 UTC
0a8a48b Merge pull request #409 from davidlmorton/json_labels Make sample/library name_labels transient 16 January 2015, 18:40:29 UTC
7f8b788 Merge pull request #414 from susannasiebert/variant_reporting_igv Allow bed files to be URIs for IGV sessions 16 January 2015, 14:25:09 UTC
e14605e Merge pull request #412 from susannasiebert/variant_reporting_vaf_library_names Make library_names optional for VafInterpreter 16 January 2015, 14:25:04 UTC
c8f5955 Merge pull request #406 from susannasiebert/variant_reporting_readcount Fix allele translations for bam readcount 15 January 2015, 21:24:01 UTC
752b17b Add comments to the translate_pure_indels subroutine 15 January 2015, 21:19:51 UTC
3792c59 Merge pull request #403 from tmooney/fix_diskallocationstaged_inconsistency Correct abstract method name in G:SR:DiskAllocationStaged 15 January 2015, 20:07:16 UTC
c3e0d12 Merge pull request #415 from davidlmorton/custom_report Update ShowDoc test data for custom report 15 January 2015, 19:20:15 UTC
824650b Update ShowDoc test data for custom report 15 January 2015, 19:17:06 UTC
521af17 Merge pull request #400 from davidlmorton/custom_report Added CustomReport 15 January 2015, 18:22:04 UTC
8b92b8b Remove old, non-transient, properties 15 January 2015, 17:39:44 UTC
f5d3222 Merge pull request #411 from tmooney/add_missing_lock_scope Add lock scoping to PAP's upload-result command. 15 January 2015, 17:08:43 UTC
cd38e14 Merge pull request #413 from mark-burnett/fix-lock-release-all Bugfix: make sure FileBackend release_all deletes symlinks 15 January 2015, 17:07:35 UTC
e4471cd allow bed files to be URIs for IGV sessions 15 January 2015, 16:42:23 UTC
9f9ac6d Merge pull request #408 from susannasiebert/variant_reporting_mincovfilter Make min coverage vcf id truly unique by including sample name 15 January 2015, 16:27:20 UTC
f012a09 S:L:FileBackend remove unused temporary 15 January 2015, 16:13:31 UTC
622319e S:L:FileBackend extract write_lock_info 15 January 2015, 16:13:30 UTC
d942256 S:L:FileBackend extract tempdir_for_resource 15 January 2015, 16:13:30 UTC
c663571 S:L:FileBackend fix release_all deleteing symlinks 15 January 2015, 16:13:29 UTC
b54d5e2 Make library_names optional for VafInterpreter We use the VafInterpreter without library_names in the MinCoverageObservedInterpreter and the MaxVafObservedInterpreter 15 January 2015, 15:42:07 UTC
22d4ab2 Merge pull request #410 from jweible/AUE-384 Show tags in Analysis Project View 15 January 2015, 15:03:47 UTC
2489c05 Add lock scoping to PAP's upload-result command. 14 January 2015, 22:19:47 UTC
8d46a51 show tags in the viewer 14 January 2015, 15:13:30 UTC
f60d087 Merge pull request #386 from mark-burnett/scoped-locking Add "scope" parameter to Genome:Sys->lock_resource 14 January 2015, 14:13:50 UTC
46e6fbc Make sample/library name_labels transient HASH type properties cannot be stored in the DB. 14 January 2015, 01:38:05 UTC
463c08a make min coverage vcf id truly unique by including sample name 13 January 2015, 22:14:47 UTC
38d6d3c remove debug message 13 January 2015, 22:04:50 UTC
b85162a Merge pull request #401 from susannasiebert/column_sorting Implement a custom sorting algorithm for vaf headers 13 January 2015, 21:16:30 UTC
fd719f0 Merge pull request #405 from tabbott/shellpipes Shellpipes 13 January 2015, 20:58:01 UTC
56e0dfc implement better way to ensure that the headers are truly unsorted 13 January 2015, 20:57:06 UTC
0b94b85 use defaults for sample and vaf_priority 13 January 2015, 20:39:33 UTC
2426dbd Merge pull request #402 from susannasiebert/variant_reporting_callers Some minor changes to the variant caller interpreter 13 January 2015, 20:36:26 UTC
ead876c test vaf interpretation for a long deletion 13 January 2015, 20:27:08 UTC
1232115 Be smarter about how to translate indels - This will now work correctly for all long indels, even if it is at an arbitrary position in the reference - This still doesn't handle mixed cases correctly 13 January 2015, 20:23:45 UTC
8f81c2a ensure that the shuffled header is not the same as the original 13 January 2015, 20:19:26 UTC
4ded091 Use <=> for numerical comparison 13 January 2015, 20:08:01 UTC
0e6bb80 Added some valid callers that were missed 13 January 2015, 20:01:22 UTC
876959b don't throw from Try::Tiny::finally It's implemented in terms of a DESTROY block so throwing from there is a bad idea. 13 January 2015, 19:09:09 UTC
6806f8e move ShellPipeline from gmt to Genome::Sys 13 January 2015, 17:34:47 UTC
d60b787 refactor to use Try::Tiny and Carp::croak 13 January 2015, 17:31:24 UTC
77520cd Merge pull request #380 from susannasiebert/variant_reporting_masterplan Add test for missing parameter in plan file 13 January 2015, 17:01:45 UTC
9d087f5 Updated `gmt` tab completion. 13 January 2015, 13:17:04 UTC
51d2ce8 Updated `genome` tab completion. 13 January 2015, 13:16:20 UTC
4413cb7 Updated class browser cache. 13 January 2015, 13:14:42 UTC
625abad gmt/ShellPipeline shouldn't be a Command This class has no business interacting with the command line. It has been demoted to UR::Object. 13 January 2015, 03:15:20 UTC
cdd1f98 update gmt bwa run-mem to lean on gmt/ShellPipeline the code to deal with error detection in pipes has been pulled out. 13 January 2015, 03:11:03 UTC
e9baddd generalize shell| execution code from gmt bwa run-mem This is needed in other places as well. It's nice to be able to express a shell pipeline as a list of commands and get thorough error checking... 13 January 2015, 03:07:45 UTC
339e0e9 Use name of the method we really try to call. 12 January 2015, 21:57:01 UTC
63a6191 use shellcmd to ensure command does not fail silently `system()` does not set `$@` so the old code was doing no error checking of the command. One could check the return value from `system()`, etc. but that is why `shellcmd()` exists (among other solutions). 12 January 2015, 21:54:42 UTC
dafe6bf Merge pull request #398 from dufeiyu/fix Fix a bug on comparing flagstat 12 January 2015, 21:13:13 UTC
418f92d add Pindel and GatkSomaticIndel to the list of valid_callers for indels 12 January 2015, 20:36:55 UTC
836fdce Remove default values of valid_callers in the VariantCallersInterpreter - move them to the plan file instead 12 January 2015, 20:34:46 UTC
facf81f rework compare_flagstat with one line diff expected based on code review 12 January 2015, 19:51:56 UTC
051bdff S:Lock make scope parameter mandatory 12 January 2015, 19:46:53 UTC
3dd0308 S:Lock limit valid scope names 12 January 2015, 19:46:51 UTC
b179811 Update calls to Sys->lock_resource - Remove their root directories, usually $ENV{GENOME_LOCK_DIR} - Add "site" parameter to call 12 January 2015, 19:46:50 UTC
a52359c Site:TGI:E:S:Lock add "unknown" scope 12 January 2015, 19:46:48 UTC
57bd053 Site:TGI:E:Sys remove unused test code 12 January 2015, 19:46:47 UTC
d7b5186 S:L:FileBackend bugfix -- has_lock checks for existance 12 January 2015, 19:46:46 UTC
75fd39f S:L:FileBackend convert to non-singleton 12 January 2015, 19:46:45 UTC
5cb8b8c S:L:FileBackend switch *_message to Genome::Logger 12 January 2015, 19:46:43 UTC
23896d2 S:Lock forbid locking a resource in two scopes 12 January 2015, 19:46:42 UTC
936fc0e Revert "S:L:NessyBackend strip leading path from resource" This reverts commit 246351f727df76bc6a973a604b5b5e361567c642. 12 January 2015, 19:46:41 UTC
cb46335 S:Lock remove experimental "any" scope 12 January 2015, 19:46:39 UTC
ac4a84d Remove code duplication 12 January 2015, 19:16:10 UTC
f59e69e remove duplicate test 12 January 2015, 17:00:39 UTC
29b45c9 no need to sort the vaf headers anymore since they are returned in sorted order 12 January 2015, 16:39:10 UTC
8eba9dd Implement a sorting algorithm for vaf headers - Sort vaf fields as ref_count, var_count, vaf - Sort CLE sample labels as Normal, Discovery, Followup - Also ensure that the library names are taken into account and that samples without labels get sorted correctly 12 January 2015, 16:35:48 UTC
341aada Merge pull request #391 from susannasiebert/process Add functionality to compare Genome::Process output files 12 January 2015, 15:23:34 UTC
cefae91 Merge pull request #396 from tmooney/speedup_copycat_annotation_lister Speedup CopyCat Annotation Lister 12 January 2015, 15:03:28 UTC
c12aa72 Added CustomReport This report lets you specify the header columns in the plan file. 10 January 2015, 18:12:01 UTC
fb85a7b fix a bug on comparing flagstat 09 January 2015, 20:17:08 UTC
07823e8 use original file paths for diff message 09 January 2015, 19:46:57 UTC
775353d always use relative paths for diff hash keys 09 January 2015, 19:35:38 UTC
79f06fb remove unneeded subroutine 09 January 2015, 19:34:42 UTC
279b343 Refactored obsolete function param. convert_fastq_to_bam 09 January 2015, 18:04:28 UTC
652e2b7 Updated obsolete call to $self->library 09 January 2015, 18:01:25 UTC
0b0043a Resolve symlinks at beginning of callback This ensures that we're also handling cases where symlinks point to files/directories where one of the targets exists but not the other 09 January 2015, 17:33:12 UTC
f65be90 Use a template string for sprintf 09 January 2015, 17:27:31 UTC
16d01a4 Merge pull request #394 from susannasiebert/igv Handle bam path urls in igv sessions correctly 09 January 2015, 15:37:15 UTC
55df8a1 Updated `genome` tab completion. 09 January 2015, 13:16:14 UTC
5e7841f Merge pull request #393 from dufeiyu/fix Add bam_header and comparison_flagstat as required parameters 08 January 2015, 22:50:04 UTC
c11f272 Merge pull request #382 from davidlmorton/bam_readcount_version Use BamReadcount version 0.7 in VariantReporting 08 January 2015, 21:34:24 UTC
4574a45 make bam_header and comparison_flagstat not optional 08 January 2015, 20:46:15 UTC
391fee9 code simplifications 08 January 2015, 20:25:06 UTC
fc030ea Merge pull request #392 from tmooney/process_test_factory Test Factory for Genome::Process 08 January 2015, 19:40:35 UTC
8c6de4d improve the way bam paths get resolved 08 January 2015, 17:39:20 UTC
3e22c6b use URI instead of File::Spec to create bam path URI 08 January 2015, 17:37:13 UTC
edb3836 use URI instead of URI::URL 08 January 2015, 17:36:33 UTC
6c7091c Merge pull request #395 from nnutter/RT/103295 Proposed Fixes for RT#103295 08 January 2015, 16:07:15 UTC
299dfa9 Add a default "show" that includes only the essential columns. 08 January 2015, 14:47:54 UTC
f35f5fa Don't hint at properties which lead to excessive joins. 08 January 2015, 14:46:28 UTC
back to top