sort by:
Revision Author Date Message Commit Date
20ba5d7 DV2 Novo Realign: bump test dir to v2 29 July 2015, 23:26:37 UTC
0bc7a10 DV2 Novo Realign: use compare_ok 29 July 2015, 23:26:20 UTC
12d250b DV2 Novo Realign: use file spec 29 July 2015, 23:13:26 UTC
68f8af8 DV2 Novo Realign: remove commented out code 29 July 2015, 23:07:20 UTC
42554e6 DV2 Novo Realign: use utility test dir 29 July 2015, 23:00:42 UTC
27025fe Merge pull request #886 from ebelter/gm-cc GM Concordance 29 July 2015, 20:46:15 UTC
0b16aac Temporary fix: Load Set type before creating Pool to prevent crash. 29 July 2015, 18:53:34 UTC
16af5b7 Pull in build status determination. 29 July 2015, 18:52:46 UTC
451b0b5 Use an AutoUnloadPool instead of unloading in batches. 29 July 2015, 18:15:33 UTC
c8e9b49 Extract a subroutine to generate the model summary. That way we can all generate_model_summary() directly in Perl to get a hash of the data for other use. 29 July 2015, 17:52:34 UTC
cc80ae5 Check the model instead of the build. (Some build types don't provide direct access to the PP params.) 29 July 2015, 17:48:41 UTC
d0f386d Stop truncating model names. We don't customarily include the PP name in the model name any more, so if it is there it is more useful to know. 29 July 2015, 17:28:53 UTC
18fdd06 Only create closures if we plan to use them. * One is only used one place now, so extract the contents. 29 July 2015, 17:22:47 UTC
327aaca Consolidate actions. 29 July 2015, 17:12:06 UTC
b857579 Merge pull request #880 from tmooney/dump_flagstats_on_error Dump flagstat data when comparison fails. 29 July 2015, 15:34:21 UTC
b46679b Merge pull request #892 from tmooney/cleanup_sync_sys_user_with_ldap LDAP Synch: Fix counting bug and cleanup 29 July 2015, 15:33:54 UTC
b6cb0e5 Merge pull request #887 from apregier/bedpe Add the ability to specify a minimum number of hits required 29 July 2015, 15:32:37 UTC
52ca980 Don't try to run LOH without a normal to compare to. 29 July 2015, 14:14:59 UTC
cf0c7b8 Updated `genome` tab completion. 29 July 2015, 12:19:21 UTC
e18cb9a Updated class browser cache. 29 July 2015, 12:17:30 UTC
bc87355 BedTools: use perl built-in version handling 29 July 2015, 01:43:35 UTC
1632741 Genotype Concordance: rm default value for bedtools version, add it to doc as recommended 29 July 2015, 01:42:57 UTC
bd0a93b Merge pull request #889 from ebelter/rm-iferg RM Refs to iferguso and Related Clean Up 28 July 2015, 22:15:43 UTC
4b357c2 Merge pull request #890 from ebelter/rm-downstream-model-props Model: rm downstream models property and useless test 28 July 2015, 22:13:44 UTC
1a33525 Merge pull request #884 from iferguson90/errorrate Update BamQC to use packaged bam-errorrate 28 July 2015, 21:54:15 UTC
bd099ec Use error_message 28 July 2015, 21:49:11 UTC
f974a2e Use Genome::Sys->open_file_for_reading instead of IO::File 28 July 2015, 20:21:30 UTC
90aa684 Refactor: access property from class directly 28 July 2015, 20:18:30 UTC
7430213 Use perl shortcut for chomping an array 28 July 2015, 20:16:49 UTC
56d6c1f Check whether output filehandle exists 28 July 2015, 20:15:54 UTC
a653e09 Merge pull request #879 from tmooney/disconnect_dbh_before_long_waiting_things Disconnect Database Handles before potentially long-running actions 28 July 2015, 17:39:15 UTC
c3125a1 Merge pull request #865 from tmooney/deduplicate_reference_indices Deduplicate Aligner and Annotation Index Classes 28 July 2015, 14:46:06 UTC
838ccdb Merge pull request #851 from jasonwalker80/library_duplication_rates Library Duplication Rates from Reference Alignment builds 28 July 2015, 14:13:13 UTC
76043d8 Include a newline in printed message. 28 July 2015, 14:12:54 UTC
940d4cd Refer to correct key when getting counts. 28 July 2015, 14:12:12 UTC
a406746 Whitespace. 28 July 2015, 14:11:53 UTC
be673d7 Only schedule annotation if we have variants to annotate. 28 July 2015, 13:17:46 UTC
2079ea5 Model: rm _model_value from Input 27 July 2015, 19:40:52 UTC
ed245d3 updated jenkins submodule to 6a39f4b 27 July 2015, 19:22:27 UTC
95bdd7c BedTools: uncapitalize Version in function name 27 July 2015, 19:11:12 UTC
adb61bc Model: rm downstream models property and test that did not really test anything 27 July 2015, 19:01:21 UTC
940b82b Merge pull request #878 from ebelter/model-rm-trigger-downstream-models Model: remove unused _trigger_downstream_builds 27 July 2015, 18:54:59 UTC
6993458 AR Bfast: rm iferguso TODO 27 July 2015, 18:51:07 UTC
ca5205b AR Mosaik: rm iferguso TODOs 27 July 2015, 18:50:02 UTC
9b3df87 AR Crossmatch: remove non-matching command that is never run 27 July 2015, 18:49:16 UTC
0ac0e26 AR Crossmatch: remove iferguso comments 27 July 2015, 18:47:11 UTC
2db6279 AR Crossmatch: remove fastq file check 27 July 2015, 18:43:42 UTC
afbb7f4 AR Crossmatch: fix indent 27 July 2015, 18:40:24 UTC
92ee5f8 AR BLAT: add 1; 27 July 2015, 18:36:54 UTC
40353bb AR BLAT: blast2sam.pl is now packaged 27 July 2015, 18:36:00 UTC
7c41446 AR BLAT: rm unneeded comments and commented out code 27 July 2015, 18:35:12 UTC
2b4c96a RM Iferguso: remove from under allocated email 27 July 2015, 18:30:55 UTC
558dfdd + convert accessor methods into "properties" - this was a github code review recommendation from @tmooney: https://github.com/genome/genome/pull/876/files#r35228345 27 July 2015, 17:16:44 UTC
ed63e65 + remove DB::single 27 July 2015, 16:38:33 UTC
ebecd85 I removed the temp dir caller 27 July 2015, 15:25:13 UTC
462694f Set up temp directory creation for Sv 27 July 2015, 15:23:53 UTC
513b692 Merge pull request #849 from gatoravi/loh_plot_update Remove unwanted points from LOH plot 27 July 2015, 15:02:51 UTC
3d18bdc IDs could be non-numeric these days. 27 July 2015, 14:21:09 UTC
ba5f374 Merge pull request #877 from tmooney/fix_microarray_dependent_model_check Fix Microarray dependent model check 27 July 2015, 14:19:17 UTC
ac7459a Also disconnect before waiting on PTero workflow. 27 July 2015, 14:15:18 UTC
2b27910 Merge pull request #885 from tmooney/workflowbuilder_streamgraph_uses_shellcmd Use shellcmd instead of IPC::Run. 27 July 2015, 14:11:09 UTC
2c006d8 updated ur submodule to b40400c 26 July 2015, 18:51:41 UTC
6fa7a43 Updated `genome` tab completion. 25 July 2015, 12:17:43 UTC
aa66c27 Updated class browser cache. 25 July 2015, 12:15:43 UTC
7e21ab1 Use WorkflowBuilder to execute InstrumentData::Composite workflow This will allow it to be run via PTero. Eventually the entire programmatic workflow construction process should be done with WorkflowBuilder so that legacy workflow can be retired. 25 July 2015, 04:08:57 UTC
c017835 Merge pull request #888 from davidlmorton/control_flow PTero: Control flow feature 25 July 2015, 03:58:49 UTC
59250e1 Update test data for libptero-perl 0.1.7+ The json representation of a workflow changed with respect to how the links section is encoded. 24 July 2015, 22:12:16 UTC
533cddb Update how we build PTero workflows for sdk 0.1.7+ libptero-perl 0.1.7 changed the api related to defining links so that more than one data-flow could be defined between a pair of tasks. 24 July 2015, 22:06:02 UTC
f385e25 Add test that can be run for Genome::Processes This isn't an automated perl-test but it is a Process that you can run manually. It was useful for making sure Genome::Processes can be run with both legacy workflow as well as PTero without testing using a variant-report or something computationally expensive/complex. 24 July 2015, 22:05:56 UTC
c93dbe3 rmoved some junk that didn't need to be there 24 July 2015, 18:45:48 UTC
66b4934 consolidates subroutines 24 July 2015, 18:45:47 UTC
b1d7881 Romoved more hardcoded paths and fixed bugs 24 July 2015, 18:45:46 UTC
799e49a Made minor edits to remove some leftover paths 24 July 2015, 18:45:46 UTC
d89eefe I updated the test data 24 July 2015, 18:45:45 UTC
5f74c98 modified some of the variables 24 July 2015, 18:45:45 UTC
bffe3f4 Started to Fix the VCF date check 24 July 2015, 18:45:44 UTC
af0e409 This is the "tumor" bam file in the test 24 July 2015, 18:45:43 UTC
e13968c Minor bug fixes and formating 24 July 2015, 18:45:38 UTC
a938bce It will now run with a tumor/normal bam pair 24 July 2015, 18:45:37 UTC
2c7f82c Rewrote the test and wrapper 24 July 2015, 18:45:36 UTC
065f1a7 Fixed some errors that were causing problems 24 July 2015, 18:45:36 UTC
030823b Checks all of the test output files 24 July 2015, 18:45:35 UTC
7ddb0f9 wrapper for Speedseq sv 24 July 2015, 18:45:35 UTC
d89fe02 Use error messages when assumptions aren't met 24 July 2015, 18:15:14 UTC
8ac23f8 Only evaluate min_hit requirements with true positives 24 July 2015, 18:15:14 UTC
068a99b Optionally include true positives in the json output 24 July 2015, 18:15:13 UTC
04e577a Move into a subtest 24 July 2015, 18:15:13 UTC
7820105 Allow min_hit_support and true_positive_file to be passed in the config file 24 July 2015, 18:15:12 UTC
61b887c Optionally output true positives in a file 24 July 2015, 18:15:11 UTC
8e4ed2d Add an option to require >1 hit in the gold bedpe to count as true positive 24 July 2015, 18:15:11 UTC
9290125 Fix order of expected and actual results in is_deeply 24 July 2015, 18:15:10 UTC
a21e99d GM Conordance: add and use available bed tools versions 23 July 2015, 22:54:54 UTC
76a1223 Bed Tools: add latest and available versions 23 July 2015, 22:54:10 UTC
0594bc1 GM Conordance: add available picard versions 23 July 2015, 22:51:54 UTC
99ed1cc Use shellcmd instead of IPC::Run 23 July 2015, 21:45:01 UTC
1dcf781 Genotype Concordance: add use test 23 July 2015, 21:38:49 UTC
fb80c81 Update BamQC to use packaged bam-errorrate 23 July 2015, 20:12:02 UTC
80e97c0 Merge pull request #875 from ebelter/model-define Model define.t simplification 23 July 2015, 19:48:57 UTC
9fa15e8 Merge pull request #883 from davidlmorton/ptero_sdk_1_6_update Update test-data for Ptero sdk version 0.1.6 23 July 2015, 19:36:34 UTC
ef18dbd Update test-data for Ptero sdk version 0.1.6 This version introduced the 'dataFlow' syntax to the link definitions. 23 July 2015, 19:34:49 UTC
back to top