https://github.com/genome/genome

sort by:
Revision Author Date Message Commit Date
f903bde tMerge branch 'master' of ssh://git/srv/git/genome 18 October 2012, 21:25:21 UTC
92d2e04 updated model group bridges to refer to the group as "group", and updated the lister to be less confusing 18 October 2012, 21:25:07 UTC
c53d290 Merge branch 'vep' into gb_master 18 October 2012, 21:10:11 UTC
336bba6 Update path to download vep cache 18 October 2012, 19:57:44 UTC
227df48 If using sift,condel, or polyphen with vep, the full cache will be used 18 October 2012, 19:48:10 UTC
30e1a2f adding indel readcounts 18 October 2012, 18:28:23 UTC
9d79077 Use more direct accessor name when defining previously defined variant input. 18 October 2012, 18:03:07 UTC
944c093 ensure package and class name match - rt 86914 18 October 2012, 18:00:33 UTC
c5bfb9e updated ur submodule to bb913e1 17 October 2012, 21:48:22 UTC
cb27f29 Grab the callback script from our module's directory. 17 October 2012, 19:52:12 UTC
9b3f575 Merge branch 'fireteam' into gb_master 17 October 2012, 19:35:21 UTC
7551b99 Add new version of allpaths 17 October 2012, 19:34:49 UTC
948e093 updated ur submodule to 535e2ad 17 October 2012, 18:30:31 UTC
c2711d8 fixed recursive directory read/write check in Genome/Sys 17 October 2012, 18:23:48 UTC
0947a3c Roll this back until I figure out build diffs Revert "CHANGELOG: DV2 vcf combinations now maintain multiple columns per sample." This reverts commit 22d4005511f83a645ef8e150ae6bc0059cde3449. 17 October 2012, 18:17:28 UTC
31cb43d Merge branch 'master' of git:/srv/git/genome 17 October 2012, 18:15:50 UTC
d13a960 dont print this debug line. 17 October 2012, 18:15:32 UTC
b6b56a8 infer paired end status if this is read group segment 17 October 2012, 16:19:35 UTC
f68732f check that $bam_file is set 17 October 2012, 16:19:34 UTC
1024284 fix uninitialized value $unarchived_count 17 October 2012, 16:19:34 UTC
af8726a Alias commands added from Genome::InstrumentData::Solexa 17 October 2012, 14:41:17 UTC
66c8a40 Increase PhenotypeCorrelation memory limit to 8GB. 4GB was too low to complete one of the R scripts on a WGS dataset. 17 October 2012, 13:58:17 UTC
5e1ee34 Merge branch 'tcga' into gb_master 16 October 2012, 22:37:38 UTC
22d4005 CHANGELOG: DV2 vcf combinations now maintain multiple columns per sample. There is now one column per detector with fields from that detector as well as one "consensus" column that joinx creates for a final answer for that sample. Incremented vcf version so that new files will be generated. 16 October 2012, 21:28:06 UTC
bb9b9c3 Merge branch 'music' into gb_master 16 October 2012, 21:19:51 UTC
f4b4a40 Add doc to review-file-dir on music model 16 October 2012, 21:19:23 UTC
089c19b Music model can include a variant black list to exclude from the validation list 16 October 2012, 21:19:22 UTC
2756b41 suppress stack trace for duplicate name error messages on model creation rt 86892 16 October 2012, 20:54:21 UTC
d3d565f SX: make base a command v1 so subcommands show 16 October 2012, 20:25:19 UTC
05e472d Merge branch 'master' of ssh://git/srv/git/genome :( 16 October 2012, 20:17:34 UTC
2926b77 updated workflow submodule to 301757e 16 October 2012, 20:16:49 UTC
546c04e Update SomaticVariation inputs in preparation for supporting RnaSeq as inputs. 16 October 2012, 20:15:27 UTC
fecbc0a fixes for postgres in UR 16 October 2012, 20:13:41 UTC
b7342b5 Merge branch 'master' of git:/srv/git/genome Conflicts: lib/perl/Genome/Model/MutationalSignificance.pm lib/perl/Genome/Model/MutationalSignificance/Command/CompileValidationList.pm 16 October 2012, 20:12:35 UTC
6eb2e29 properly query postgres but write to both 16 October 2012, 20:08:47 UTC
473b7c7 further fixes for querying postgres & properly syncing 16 October 2012, 20:08:46 UTC
12c093e Respect filter_previously_discovered_variants even for non-software result runs of identify-previously-discovered-variants 16 October 2012, 20:08:46 UTC
75a38c6 added Gary to the author list on Genome.pm 16 October 2012, 20:08:46 UTC
4848d4a added Mark Burnett, David Morton, and Obi Griffith 16 October 2012, 20:08:46 UTC
322798f Revert the value_class_name to Genome::Model::ReferenceAlignment for tumor and normal models in SomaticVariation. The value_class_name is used when inputs are defined. Another solution will be reaquired so Genome::Model::RnaSeq is a valid model class. 16 October 2012, 20:08:45 UTC
d523094 fix typo in variable reference 16 October 2012, 20:08:45 UTC
896ea1d Update the tumor_model and normal_model accessors in SomaticVariation to find any Model regardless of subclass 16 October 2012, 20:08:45 UTC
4f8ed12 Change VcfToVariantMatrix to write to many tmpfiles previously, this command would write partial output, compute more, read in the previous output, append to it in memory, and write it all back out again. That leads to O(n^2) complexity in the number of data chunks. If we instead write out each chunk to a temp file, then merge at the end, we get O(n). 16 October 2012, 20:08:45 UTC
4f18376 CHANGELOG Music model allows user to specify black-list of gene ids that should be excluded from validation list 16 October 2012, 20:08:45 UTC
c9b3ec9 updated workflow submodule to c3b7c03 16 October 2012, 20:08:44 UTC
da1141a Added build level checks for intrument data in clinseq update-analyis code 16 October 2012, 20:08:44 UTC
5e95322 added non-reference option 16 October 2012, 20:08:44 UTC
2b589ee update to move report file creation to base 16 October 2012, 20:08:44 UTC
2aedb04 Add ROI list to be included in validation 16 October 2012, 20:08:43 UTC
d098c36 CHANGELOG: RNA-seq BAMs are now acceptable inputs to SomaticVariation. 16 October 2012, 20:08:43 UTC
63fd8df updated workflow submodule to f8d15b1 16 October 2012, 20:08:43 UTC
cb5e21f 4 column ROI files can now be used with annotation-format 16 October 2012, 20:08:43 UTC
0cab229 Moved taxon db accessor to base class 16 October 2012, 20:08:42 UTC
8114cb3 Remove unnecessary vcf generation code in combines. I believe this code has been out of date for awhile. And it passes unit tests and builds look fine. The real combined vcf generation should happen in Genome::Model::Tools::DetectVariants2::Result::Vcf::Combine 16 October 2012, 20:08:42 UTC
ca92410 update data_directory test to only care about allocation_path portion 16 October 2012, 20:08:42 UTC
8e261bd update submodule pointers 16 October 2012, 20:08:42 UTC
deebdbe update RareDelTest to work with Workflow (making things inputs/outputs) 16 October 2012, 20:08:41 UTC
35d38c6 make add_filter method for Vep::Reader 16 October 2012, 20:08:41 UTC
151f1b7 SX: rm save reader input files 16 October 2012, 20:03:53 UTC
73f73e2 SX: validate uses __meta__ instead of get class object 16 October 2012, 20:01:32 UTC
09db2fa SX: rm "base" from any command line ops. Mostly in tests 16 October 2012, 19:44:54 UTC
e259ee4 SX Rename: now uses _create_evaluator instead of _eval_seqs 16 October 2012, 19:44:53 UTC
528f394 SX Base: move evalutor creation before opening inputs and outputs 16 October 2012, 19:44:53 UTC
23ec3b0 SX Trim: update to use _create_evaluator 16 October 2012, 19:44:53 UTC
d862b0e SX Filter Base: rename _create_sequence_evaluator to _create_evaluator 16 October 2012, 19:44:52 UTC
2c667b2 SX Base: change _eval_seqs to _create_evaluator to return anon sub to eval seqs 16 October 2012, 19:44:52 UTC
486ae54 SX Filter: rm use and named block 16 October 2012, 19:44:51 UTC
aa6cb84 SX Fitler: can return sequence evaluator 16 October 2012, 19:44:51 UTC
6453088 SX: update save reader files 16 October 2012, 19:41:36 UTC
d89b69c SX: update euler cmd display name 16 October 2012, 19:41:36 UTC
d8b0d52 SX: mv save_files property from quake and euler to ext cmd base 16 October 2012, 19:41:35 UTC
cff47cf SX: add cmd display name to trimmers quake and euler ec 16 October 2012, 19:41:35 UTC
af6bdce SX: mv saving reader output from base to ext cmd base 16 October 2012, 19:41:34 UTC
e46a502 SX: convert eurler and quake to ext cmd base 16 October 2012, 19:41:34 UTC
d5e5054 SX: euler and quake - update class names 16 October 2012, 19:41:33 UTC
9b8776a SX: mv euler and quake to trim dir 16 October 2012, 19:41:32 UTC
f4d5b03 force symlink creation over existing destination 16 October 2012, 18:35:36 UTC
a05bc35 do FET for genes with rare+deleterious variants 16 October 2012, 17:36:42 UTC
ed4453c update RareDel{Test,Table} so they can be run by workflow make params inputs/output, etc 16 October 2012, 17:36:42 UTC
bf63954 Update default RNASeq processing profile (RT#86846) 16 October 2012, 16:22:16 UTC
5daf177 Allow incompatible references for RNASeq instrument data that will be aligned. 16 October 2012, 16:11:28 UTC
6ddb387 archiving now checks file permissions before attempting to archive 15 October 2012, 22:30:19 UTC
5342de1 added new method to Genome::Sys, recursively_validate_directory_for_read_write_access, that recursively checks that all files in a directory are readable and writable 15 October 2012, 22:30:18 UTC
cda533a Merge branch 'my_annotation' into gb_master 15 October 2012, 18:42:35 UTC
1196ad3 Sort gold2geno bed file before joinx intersect 15 October 2012, 18:41:11 UTC
135cbd8 updated is_archived method on build, now checks all allocations instead of just its data directory 15 October 2012, 18:13:14 UTC
26d8306 Minor update to clinseq to allow samples combined from multiple individuals by use of --force 15 October 2012, 17:49:54 UTC
87eb4f3 Merge branch 'music' into gb_master 15 October 2012, 14:53:27 UTC
cf448a8 Music model accepts additional variant lists to include in validation 15 October 2012, 14:52:29 UTC
9418daf Fix chrom bounds exception, and add option to print reading frames 15 October 2012, 12:37:29 UTC
85f66fa Merge branch 'music' into gb_master 13 October 2012, 02:33:50 UTC
32482ef Respect filter_previously_discovered_variants even for non-software result runs of identify-previously-discovered-variants 13 October 2012, 02:33:03 UTC
321abad added Gary to the author list on Genome.pm 12 October 2012, 22:25:23 UTC
cc95713 Merge branch 'master' of ssh://git/srv/git/genome 12 October 2012, 22:19:55 UTC
0f1105d added Mark Burnett, David Morton, and Obi Griffith 12 October 2012, 22:19:42 UTC
6fde969 Revert the value_class_name to Genome::Model::ReferenceAlignment for tumor and normal models in SomaticVariation. The value_class_name is used when inputs are defined. Another solution will be reaquired so Genome::Model::RnaSeq is a valid model class. 12 October 2012, 21:39:36 UTC
6990e8a fix typo in variable reference 12 October 2012, 20:40:30 UTC
ed8c9cb Update the tumor_model and normal_model accessors in SomaticVariation to find any Model regardless of subclass 12 October 2012, 20:03:31 UTC
54f3df9 Merge branch 'master' of ssh://git/srv/git/genome 12 October 2012, 19:55:34 UTC
78eb0fb Change VcfToVariantMatrix to write to many tmpfiles previously, this command would write partial output, compute more, read in the previous output, append to it in memory, and write it all back out again. That leads to O(n^2) complexity in the number of data chunks. If we instead write out each chunk to a temp file, then merge at the end, we get O(n). 12 October 2012, 19:53:47 UTC
back to top